Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wrapper Bapi

DKanna
Explorer
0 Likes
838

I want to know what is the use of wrapper bapi, and how we use that in our existing program?

3 REPLIES 3
Read only

UweFetzer_se38
Active Contributor
708

A wapper function module is often used

  • if the original function is not RFC enabled
  • to call a class method via RFC
  • to execute multiple transactions/functions in one call
Read only

708

In this context, I want to mention the code pattern "Facade".

Read only

Sandra_Rossi
Active Contributor
708

But what means "wrapper BAPI" according to you? There's no "wrapper BAPI" concept.