‎2008 Aug 27 11:51 AM
Hi,
I have a inbound function module which processes incoming idoc.
I want to modify the control record where i am using an field to capture and store some data.
How to do it?
My function module have tables parameter with EDIDC.
Please let me know in this regard
‎2008 Aug 27 11:57 AM
You can not misuse a field for storing your own data and you can not use an append structure cause the edidc table has not the appropriate category.
you have to define your own messagetype storing your data elsewhere.
‎2008 Aug 27 11:58 AM
HI
Check this structure in the se11 you
EDI_DC Control record for the interface to the EDI subsystemfill this structure and pass the structure to the parameter EDIDC.
Regards
Pavan