2016 Apr 12 9:41 PM
Hi Guru's,
i was executed functional module: 'ITEM_STRUC_EXTENSION' for structure 'FAGLPOSX' ext.structure 'FAGLPOSE' and 'T021S' and 'D' values
correspondingly to extend the fields. By mistakenly i was executed twice. After that trying to activate the structure but it is showing 'Partly Active' and giving errors like
"Field ABSBT in table FAGLPOSX is specified twice. Please check " like this 15 fields it is showing. Please find below attachments.
Thanks a lot in advance.
Thanks & Regards,
Sairama
2016 Apr 13 8:03 AM
Are there inactive versions of the structures? Have you already checked them for the duplicated names?
2016 Apr 13 8:21 AM
AFAIK shouldn't the FM be called with
CALL FUNCTION 'ITEM_STRUC_EXTENSION'
EXPORTING
basic_strucname = 'FAGLPOSY'
ext_strucname = 'FAGLPOSYEXT'
ext_fields_tabname = 'T021S'
i_lstcl = 'D'
x_transport = ' '.
Regards,
Raymond