Get Example source ABAP code based on a different SAP table
ID CALL-FUNCTION-RFC VERSION 5 OUT • CALL FUNCTION - RFC ABAP Statement
ABAP_RFC - CALL FUNCTION> Short Reference >
ABAP_SYNTAX_FORMS
Synchronous RFC> 1 CALL FUNCTION func DESTINATION dest parameter_list>.>
Asynchronous RFC> 2 CALL FUNCTION func STARTING NEW TASK task> $[DESTINATION ${dest$|${IN GROUP ${group$|DEFAULT$}$}$}$]> $[${PERFORMING subr$}$|${CALLING meth$} ON END OF TASK$]> parameter_list>.>
Background RFC> 3 CALL FUNCTION func IN BACKGROUND UNIT> parameter_list>.>
What does it do? A function module or a function is called using the RFC interface. The same applies to the specification func> as to general function module calls>.
Latest notes:
Background RFC (bgRFC)> is the enhanced successor technology of transactional RFC (tRFC)> and makes this technology obsolete>. It is strongly recommended that bgRFC is used instead of tRFC.
For a more detailed description of exceptions that can be raised in RFC , see the documentation RFC> in SAP Help Portal. ABAP_HINT_END