Example of a BAPI RFC call
- Francesco R.
- Topic Author
8 years 5 months ago #51 by Francesco R.
Example of a BAPI RFC call was created by Francesco R.
Is it possible to call a BAPI RFC function defined on SAP using Connect for SAP (NetWeaver)?
If Yes - could you show me how it can be done?
If Yes - could you show me how it can be done?
Please Log in to join the conversation.
- Serge Volkov
8 years 5 months ago #53 by Serge Volkov
Replied by Serge Volkov on topic Example of a BAPI RFC call
Yes, it is supported by Connect for SAP.
It can be done absolutely the same as a call of any other RFC.
For an example, see our Demo applications "RfcCall" and "RfcWrapper".
"RfcWrapper" shows a call of "BAPI_PO_GETDETAIL" using the generated RFC Wrapper.
"RfcCall" shows a call of the BAPI using "the late binding". Just set the Function's name and parameters when needed and it is ready to use.
It can be done absolutely the same as a call of any other RFC.
For an example, see our Demo applications "RfcCall" and "RfcWrapper".
"RfcWrapper" shows a call of "BAPI_PO_GETDETAIL" using the generated RFC Wrapper.
"RfcCall" shows a call of the BAPI using "the late binding". Just set the Function's name and parameters when needed and it is ready to use.
Please Log in to join the conversation.