By
Published: 03 Dec 2009
I am wondering if there is a way to write an SAP ABAP program that will read pre-defined source code (i.e., from file) and then create a new
SAP ABAP function module, which will contain the source code. Is this possible?
It is certainly possible, but it might not be straightforward.
Look at the SAP ABAP command INSERT REPORT. You'll also need to understand how a function group is constructed. An SAP ABAP function module is merely one include in a function group.
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 who is writing a program to update SAP tables wants to know how to make updates visible in a change log by using an SAP change...
Continue Reading