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 RFC

Former Member
0 Likes
416

Hi,

Can any body tell me what is Wrapper RFC means. How to create it....is it ABAPer work or XI Consultnat's wok...Thanks in advance,

Santosh.

1 REPLY 1
Read only

Former Member
0 Likes
379

Hi Santhosh,

SAP has provided many RFCs, which have some business logic in it. Example: IWON_NOTIFICATION_CREATE which create notification in SAP.

You can use this RFCs to create notification in target R/3 system from your source R/3 system.

It is just like providing service to external R/3 systems.

Wrapper RFC means you can use this RFC in your other function modules or programs then that program is called as wrapper RFC.

All BAPIs RFCs. the difference between RFC and BAPI is that you can call a BAPI from a non R/3 system but you cant call a RFC from non R/3 system.

Reward points if you find it helpful.

Regards,

Prasanna