Application Development 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: 

How to find at what time Idoc has gone out of SAP

Former Member
0 Kudos

Hi Gurus,

Could anybody let me know , how to check at what time Idoc has gone out of SAP in case of outbound Idoc.

I am not talking about Idoc creation date which we can see in control records in WE05.

-B S B

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

Check for

EDIDC-UPDDAT

EDIDC-UPDTIM

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Hi,

Check for

EDIDC-UPDDAT

EDIDC-UPDTIM

Former Member
0 Kudos

you have to see the status of the idoc ,if idoc status is green color ( Succesfully completed ) then use

EDIDC-UPDTIM ( This should be last Time)

Date is EDIDC-UPDDAT.

See the other table EDIDS to check the idoc status.

Thanks

Seshu