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

RE: IDOC processing through WE19

Former Member
0 Likes
678

Hi ,

I am processing an existing IDOC through WE19... Can anyone tell me like how to delete the Old Idoc or modify the status of that IDOC.

5 REPLIES 5
Read only

Former Member
0 Likes
617

I am using a ZFM to process the IDOC( WE19).. IF anyone knows plaese tell me how to get the old IDOC number to ZFM... SO that I will try

To modify the status.

Please help me out..

Thanks in advance.

Read only

Former Member
0 Likes
617

Use transaction code WE11 for delete the idocs....

Read only

JL23
Active Contributor
0 Likes
617

SE37

enter function module EDI_DOCUMENT_DELETE

press F8

enter IDOC number and execute

Why are you using WE19? it is possible to EDIT the error IDOC directly, so no new IDOC will be created like it is with WE19.

Read only

Manohar2u
Active Contributor
0 Likes
617

WE19 will always create new idocs. If you want to set status of old idocs use RC1_IDOC_SET_STATUS program of WE11 to delete them.

Read only

Former Member
0 Likes
617

Hi,

To modify status of the Idoc use the program - RC1_IDOC_SET_STATUS

To delete idoc - WE11

Regards