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

Idoc editing!

Former Member
0 Likes
1,233

Hi!

How to edit inbound idoc, if possible pls tell me how to do that.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,150

Hi,

You can edit the contents of an existing IDOC using standard transaction WE05. Use WE05 to select the IDOC you wish to edit, expand the Data Records until your segment is visible, double click the segment you wish to edit (not single point and click), this should open the "Display Data Record for IDOC" screen, from the menu select Data Record -> Display -> Change, change the data and save it.

You can also use FM EDI_DOCUMENT_OPEN_FOR_EDIT and EDI_CHANGE_DATA_SEGMENTS to edit the IDoc segment(s) and save the segment changes.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
1,151

Hi,

You can edit the contents of an existing IDOC using standard transaction WE05. Use WE05 to select the IDOC you wish to edit, expand the Data Records until your segment is visible, double click the segment you wish to edit (not single point and click), this should open the "Display Data Record for IDOC" screen, from the menu select Data Record -> Display -> Change, change the data and save it.

You can also use FM EDI_DOCUMENT_OPEN_FOR_EDIT and EDI_CHANGE_DATA_SEGMENTS to edit the IDoc segment(s) and save the segment changes.

Regards,

Ferry Lianto

Read only

0 Likes
1,150

Hi Ferry!

Whats the use of IDoc editing! When it is used, when it ill usefull.

Thanks,

Rahul.

Read only

0 Likes
1,150

Just check the below link and some time back one guy had issue with idoc reprocessing:

Thanks

Seshu

Read only

Former Member
0 Likes
1,150

Hi,

Whats the use of IDoc editing! When it is used, when it ill usefull.

Let's say you have a problem in production and your sender system can not

resend the IDoc for some reason. You know the problem was due to missing mandatory data in IDoc which cause the IDoc failed when trying to post to SAP application. Therefore, you need to edit manually to enter missing data and reprocess the IDoc as I described above.

Regards,

Ferry Lianto

Read only

0 Likes
1,150

Hi Ferry!

Well, all this things to be taken care in production or in development, if in production by whom pls give details or in development how to do so with same data.

Pls explain in brief.

Looking for your answer.

Thanks & Regards,

Rahul.

Read only

Former Member
0 Likes
1,150

Hi,

Usually, all issue in production handles by EDI team/administrator and in development will be handled by developer.

Again, these roles will depend on your company IT organization structure.

Regards,

Ferry Lianto