Hi Gurus,
Iam working out GOS in FMX1 transactions.IN PBO of the FMX1 we have include 'LFMFRF05(1444)'.
Here with implicit enhancement i wrote the below code
DATA: LR_GOS_MANAGER TYPE REF TO CL_GOS_MANAGER,
LS_BORIDENT TYPE BORIDENT.
LS_BORIDENT-OBJTYPE = 'FMRE'.
LS_BORIDENT-OBJKEY = 'Z1GOAPINR'.
CREATE OBJECT lr_gos_manager
EXPORTING
is_object = LS_BORIDENT
ip_no_commit = 'X'
The Gos activated successfully and I can able to use create attachement service.But when I click on the Attachment list it is giving dump like below.
TSV_TNEW_PAGE_ALLOC_FAILED.
Gurus give some idea on this Thanks in advance,,,
Kranthikumar,