‎2008 Mar 27 9:52 AM
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.
‎2008 Mar 27 10:16 AM
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