Application Development and Automation 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: 
Read only

EDIDC Control Record

Former Member
0 Likes
658

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

2 REPLIES 2
Read only

rainer_hbenthal
Active Contributor
0 Likes
473

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.

Read only

bpawanchand
Active Contributor
0 Likes
473

HI

Check this structure in the se11 you

EDI_DC Control record for the interface to the EDI subsystem

fill this structure and pass the structure to the parameter EDIDC.

Regards

Pavan