The difference between a general function module and a BAPI
Can you list the differences between a general function module and a BAPI?
A BAPI is an RFC-enabled Function Module (RFM) that follows the rules defined in the SAP BAPI Programming Guide and is defined as a method in the Business Object Repository. Technically, calling a BAPI is not different from calling any other RFM.