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

table D010LINF

Former Member
0 Likes
881

Hi,

what is the table D010LINF used for?

What tabel can we use to see when a program was last run?

thanks in advance.

Best regards

Lisa M Simonsen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
825

Hi,

U can use tables CDHDR and CDPOS.

D010LI is a view not a table and can be used to see the same information as above.

Regards,

Manish

5 REPLIES 5
Read only

Former Member
0 Likes
826

Hi,

U can use tables CDHDR and CDPOS.

D010LI is a view not a table and can be used to see the same information as above.

Regards,

Manish

Read only

0 Likes
825

Hi,

These tables are to see changes to document?

I need a table that get updated when a certain program was run just like the result we get when running ST04.

Best regards

LIsa M Simonsen

Read only

Former Member
0 Likes
825

Hello

There are no exist table for last programm run.

All data about run programms was written into file on SAP-server.

Read only

Former Member
0 Likes
825

View of REPOLOAD (Report Load Table)

Read only

Former Member
0 Likes
825

Hi Lisa,

Use Transaction ST03 - Workload analysis to check when the program was last run.

Additionally you can write Custom program using FM SAPWL_WORKLOAD_GET_STATISTIC. which will read daily workload and corresponding program/transaction and upload to Z Table.

Currently there is no SAP table which gives this information per my info.

Regards

Shital