How to Find IDOC from the Transaction ID (TID)

In this article, we would like to show you on how do we get the IDOC number from the transaction ID (TID). There are 2 methods, which you can follow as below,

Method 1

Use transaction SE16 or SE16N to open the EDIDS table. Table EDIDS is use to hold IDOC status record.

Enter the TID number and press execute. That’s it.

Method 2

Use the following function module

  • INBOUND_IDOCS_FOR_TID (for inbound)
  • OUTBOUND_IDOCS_FOR_TID (for outbound)

Use transaction code S37 and enter the function module. Press execute.

Fill in the TID number and press execute again.

You May Also Like

Leave a Reply?