‎2006 Nov 06 10:51 AM
Hi,
Iam working on a interface.
How do we get the last run date and last runtime of the Interface?
Thanks in Advance.
Neha
‎2006 Nov 06 11:10 AM
hai
if u find last run IDOC then it is easy to find it.
using tx WE02.
in tables EDIDC , EDID4, EDIDS are the corresponding tables.
‎2006 Nov 06 11:03 AM
‎2006 Nov 06 11:07 AM
Hi Neha,
If you are working with EDI then Check EDIDS, EDID4, EDIDD and you can sort using date and find out. But i'm not pretty sure whether it works try out.
If possible could we know in what interface you work on?
Thanks,
Prashanth
‎2006 Nov 06 11:10 AM
hai
if u find last run IDOC then it is easy to find it.
using tx WE02.
in tables EDIDC , EDID4, EDIDS are the corresponding tables.
‎2006 Nov 06 11:16 AM
Create custom table with lastrundate and time
and update that table every time you run at the end of your code.