‎2009 Mar 18 10:28 AM
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
‎2009 Mar 18 10:37 AM
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
‎2009 Mar 18 10:37 AM
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
‎2009 Mar 18 10:41 AM
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
‎2009 Mar 18 10:50 AM
Hello
There are no exist table for last programm run.
All data about run programms was written into file on SAP-server.
‎2009 Mar 19 9:53 AM
‎2009 Mar 19 10:02 AM
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