Application Development and Automation 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: 
Read only

Interface

Former Member
0 Likes
621

Hi,

Iam working on a interface.

How do we get the last run date and last runtime of the Interface?

Thanks in Advance.

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

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.

4 REPLIES 4
Read only

Former Member
0 Likes
594

hai

wat u actual meant it.

explain it clearly.

Read only

Former Member
0 Likes
594

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

Read only

Former Member
0 Likes
595

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.

Read only

Former Member
0 Likes
594

Create custom table with lastrundate and time

and update that table every time you run at the end of your code.