cancel
Showing results for 
Search instead for 
Did you mean: 

Why BAPI when we have RFC?

Former Member
0 Kudos

I just want to know why in file to rfc scenario (or) http to rfc scenario we import BAPI interface from the sap system (eg-BAPI_PO_CREATE) instead of going with importing relevant RFC interface from sap system?

Thanks

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Suresh..

>instead of going with importing relevant RFC interface from sap system

What do you think according to you could be the relevant RFC Interface ?

All BAPIs are RFC. BAPI`s are associated with a Business Object.

Below link will help you in understanding what BAPI & RFC are..

Regards,

Sumit

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Because, you can not call a post bapi and a commit statement together in XI by just importing the BAPI.

Also, if you have to work with multiple BAPIs and with some logic or would want to use an existing RFC.. it is needed.

VJ