cancel
Showing results for 
Search instead for 
Did you mean: 

How to Delete IDOC

p244500
Active Contributor
0 Kudos

Hi

can you tell me how to delete idocs from R/3 system

Regards

Nawa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To Archive & Delete the Idocs From SAP R/3

1) First we need to Archive all the Idocs which is there in We05

By se38----RSEXARCA

2) Then Delete those Idocs By se38----RSEXARCD

Regards

Seshagiri

Answers (2)

Answers (2)

Former Member
0 Kudos

RSEXARCD program will delete idoc

Former Member
0 Kudos

hi,

1st way:-

IDOC Related programs

1. Archive RSEXARCA and RSEXARCB

2. Delete RSEXARCD

3. Read archiveRSEXARCR

4. Restore RSEXARCL

-


2nd way:-

use FM EDI_DOCUMENT_DELETE .

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

-


3rd way:-

use the tcode WE11 or program RSETESTD to delete an IDOC

but iDocs don't actually get deleted, just flagged with a deleted status (68). Transaction BD87 can do it, it does depend though on the existing Status of the iDoc though.

Thanks,

Vijaya

p244500
Active Contributor
0 Kudos

hi

ehen i ran the We11 test run nothing is selected ..but from BD87 can see all the idocs which i want to delete..can u tell em how to delete idocs from bd87?

Regards

Nawa

Former Member
0 Kudos

Hi,

Using BD87, You can mark the status as deleted instead of IDOC deletion.

check this for more info..

http://help.sap.com/saphelp_bw33/helpdata/EN/d4/0d67e4d85511d2a6080060087832f8/frameset.html

Status monitoring is nothing but BD87 tcode..

Thanks,

Vijaya.

Former Member
0 Kudos

Hi,

You can Implement my reply very well

Regards

Seshagiri