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

Manually maintainig control record for IDOC

Former Member
0 Likes
667

Hi experts,

I need to manually generate control record for IDOC, which field in structure EDIDC i should maintain, and which values should i put in this?

Best Regards,

Mikhail.

Hi experts,

I need to manually generate control record for IDOC, which field in structure EDIDC i should maintain, and which values should i put in this?

Best Regards,

Mikhail.

3 REPLIES 3
Read only

0 Likes
631

Hi ,

U have to maintain the idoc number for which it should be assigned. and remaining fields like idoc type, idoc direction,partner type u can maintain.

Regards,

Manoj Reddy.

Read only

ThangaPrakash
Active Contributor
0 Likes
631

Hello Mihail,

You can edit the Idoc using the below function modules in the sequence.

Go to the where used list of the function module in your system and check how it was used.

EDI_DOCUMENT_OPEN_FOR_EDIT

EDI_CHANGE_DATA_SEGMENTS

EDI_DOCUMENT_CLOSE_EDIT

Regards,

TP

Read only

ThangaPrakash
Active Contributor
0 Likes
631

You can also goto WE19 --> give the existing idoc number and you can edit the segment data by double clicking on the segment name and click on Inbound or outbound accordingly.

Note: In this case it will create a new Idoc with the edited data, and original Idoc won't be changed.