cancel
Showing results for 
Search instead for 
Did you mean: 

Check the document posted through Interface or Job

madhu2000g
Explorer
0 Kudos
468

Hi Gurus!

Could you please help me to how to find the document number is posted through interface or Jobs ?

For example I have material document number(Transfer posting material document number) now I want to find this is happened through IDOC interface or any job? How to check this any method or table?

Thanks & Regards

Madhu G

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

If it is an IDoc and you want to check from an individual sales order, you can do so by clicking the icon highlighted below

after which, from the drop down option, if you clck on "Relationships", you will find the corresponding IDoc reference. On the other hand, if you want to check from table, and you don't have the IDoc references, pass the dates against the field CREDAT from table EDIDS and get IDoc references from DOCNUM. Next pass these DOCNUM values to EDID4 where you can see the order references in SDATA but there would be some preceding zeros. The other option is you can table join EDIDS & EDID4 via SQVI

madhu2000g
Explorer
0 Kudos

Thank you so much sir!

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

The user id would be different for jobs and interfaces - for example, web***, rfc****

madhu2000g
Explorer
0 Kudos

Hi Sir,

Thank you for your replay!

In that case how to segregate - Posted through either Background Job or IDOC ?