By
Published: 13 Aug 2006
I need to convert a function module into a BAPI. I don't know the ABCs of it. Can you please help me?
A BAPI is an RFC-enabled function module with some restrictions on its parameters and you will find it stored in the BOR. To make your function module a BAPI, you can either modify it to match the BAPI criteria or wrap it in another function module with the BAPI format.
If you just need to be able to call the function module from one external program -- i.e., it doesn't need to become part of the API -- then RFC enabling it and ensuring that all parameters are typed in the data dictionary is sufficient.
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