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

Delete Idocs not processed

Former Member
0 Likes
951

Hi, I know there are some Reports to execute which will delete Idocs. We have some Idocs that have status 51, and want to delete them.

Any ideas?

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
798

Hi Rune,

u can delete the idocs by using tcode we11(delete idocs),OR run the program RSETESTD.

regards,

nagaraj

Hi Rune,

u can delete the idocs by using tcode we11(delete idocs),OR run the program RSETESTD.

regards,

nagaraj

3 REPLIES 3
Read only

Laxmana_Appana_
Active Contributor
0 Likes
798

Hi,

Check the transaction <b>WE11</b>.

Regards

Appana

Read only

former_member404244
Active Contributor
0 Likes
799

Hi Rune,

u can delete the idocs by using tcode we11(delete idocs),OR run the program RSETESTD.

regards,

nagaraj

Read only

Former Member
0 Likes
798

Hi,

<b>1st way:-</b>

IDOC Related programs

1. Archive RSEXARCA and RSEXARCB

<b>2. Delete RSEXARCD </b>

3. Read archiveRSEXARCR

4. Restore RSEXARCL

-


<b>2nd way:-</b>

use FM <b>EDI_DOCUMENT_DELETE</b> .

pass the IDoc Number to it and delete the one which you want.

-


<b>3rd way:-</b>

use the tcode WE11 or program RSETESTD to delete an IDOC

Regards

Sudheer