Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to adjust partially activated standard structure

Former Member
0 Kudos
1,128

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

2 REPLIES 2

Former Member
0 Kudos
344

Are there inactive versions of the structures? Have you already checked them for the duplicated names?

raymond_giuseppi
Active Contributor
0 Kudos
344

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