By
Published: 21 Mar 2005
I'm trying to check if a report exists before I do a "submit" but I don't know how. I tried with the exceptions handling system and tried to catch the "load_program_not_found" error, but I never succeeded, so any help would be welcome.
Use the ABAP keywords "READ REPORT". Sy-subrc will be four if the program doesn't exist.
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