2014 Mar 25 9:59 AM
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.
2014 Mar 25 10:17 AM
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.
2014 Mar 25 10:23 AM
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
2014 Mar 25 10:27 AM
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.