cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc number based upon sales data.

Former Member
0 Kudos

Hi Experts,

How to get the IDoc number in case I have sales document number or any other data which is being send in IDoc, any way we can get the IDoc number?

Also help me know the program to process the IDocs in background, I know the t.code bd87 is used to process the idocs, but how to process in background via a batch job.

thanx

Garima

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You may use t.code we09 to get the Idoc number based upon data,

you need to provide the information like Idoc basic type, date range etc to filter the data,

and under "Creteria for search in data records", provide the segment name, search in field and value against you are looking for a Idoc number.

Use following programs to process the IDocs in background:-

RSEOUT00 u2013 Process all selected IDocs (EDI)

RBDAPP01 u2013 Inbound Processing of IDocs Ready for Transfer

Some use full t.code for IDoc processing:-

WE60 u2013 IDoc documentation

BD87 u2013 Inbound IDoc reprocessing

BD88 u2013 Outbound IDoc reprocessing

BDM2 u2013 IDoc Trace

WE19- Testing IDoc.

regards

Vivek.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

You can enter into any of the Transactional documents like order/delivery Billing. Either in the change or display mode.

Navigate to System in the Menu bar . Click system and select the Services for object. and if you click the arrow kind of Icon you can find the Idocs related to those transactional documents.

But If you would like find them collectively, go ahead with the suggestions given by others in this thread chain.

Regards

Balachandar chandrasekar.

Former Member
0 Kudos

Thank you Balachandar chandrasekar.

its useful info for me.

Jelena
Active Contributor
0 Kudos

If such in formation is needed on a regular basis, you might want to implement GOS functionality for your sales documents. One of the services in GOS is "Related documents", which will show a link where you can click to go to the corresponding IDoc.