‎2009 Aug 10 11:36 AM
Dear Friends,
I performed CS01 Screen Exit. I need to add customer specific fields to BOM header level, For this I have added two fields to BOM header record table i.e. STKO, then create a sub screen to hold these two fields and write the corresponding logic in the Functional exits provided. And when I have written respective code in Include program ZXCSAU04. And here I got the error when i am activating i.e. CSCI_STKO must be flat structure. So what i have to perform.
‎2009 Aug 10 11:44 AM
‎2009 Aug 10 11:44 AM
‎2009 Aug 10 12:47 PM
tables : stko.
stko-zzland1 = userdata-land1.
stko-zzvendor = userdata-zzvendor.
‎2009 Aug 10 12:57 PM
Hi,
I hope you ahve added the new fields in the structure 'CI_STKO'. If not check that and add the new fields to this structure only.
Regards,
Himanshu Verma