By
Published: 02 Sep 2004
We plan to upgrade our SAP system and we want to clean unused specifics in ABAP programs. Is it possible to know the last execution date of an ABAP program? It'll help us to identify unused programs.
The transaction STAT can tell you this, however it is cleared after every system shutdown -- so if a program was last run before this, you might think it isn't used. At least you can find out those that definitely are used.
An SAP user is trying to run a report in an SAP ALV Grid online and wants to know how to get the data in the report to appear along with the header.
Continue Reading
An SAP user needs to transfer customer purchase order spreadsheet data to SAP VA01 to create a new sales order.
Continue Reading
A SearchSAP.com reader wants to know if it's possible to write an SAP ABAP program that will read source code and then create an SAP ABAP function ...
Continue Reading