2006 Nov 02 6:24 PM
Can anyone explain me about wrapper in RFC
HOW DO WE ENABLE FM WHICH WAS NOT ENABLED BY RFC .
THANKS IN ADVANCE.
2006 Nov 02 6:29 PM
You cannot call a function module from an extrenal system SAP or otherwise, unless it is RFC enabled.. If it is a custom function module ,you can change the its attributes and check the Processing type as RFC enabled using Tcode SE37. If it is std function, you will have to create an RFc wrapper.. which is just another function module created in se37 with the RFC setting enabled. The std function will be called inside this wrapper.. in effect, you will be able to invoke the std function module from an external system via the wrapper..
~Suresh
2006 Nov 02 6:27 PM
Hi,
IN the attributes screen of the function module check the radio button "Remote-enabled module".
This will make the FM as RFC..
Thanks,
Naren
2006 Nov 02 6:29 PM
You cannot call a function module from an extrenal system SAP or otherwise, unless it is RFC enabled.. If it is a custom function module ,you can change the its attributes and check the Processing type as RFC enabled using Tcode SE37. If it is std function, you will have to create an RFc wrapper.. which is just another function module created in se37 with the RFC setting enabled. The std function will be called inside this wrapper.. in effect, you will be able to invoke the std function module from an external system via the wrapper..
~Suresh
2006 Nov 02 6:29 PM
2006 Nov 03 7:49 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |