Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Data Interfaces and Communication Interfaces →  RFC - Remote Function Call →  CALL FUNCTION - RFC 

CALL FUNCTION - IN BACKGROUND

Short Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax Forms


Background RFC

1. CALL FUNCTION func IN BACKGROUND UNIT
                     parameter_list.

Transactional RFC

2. CALL FUNCTION func IN BACKGROUND TASK
                     [DESTINATION dest]
                     parameter_list.
                     [AS SEPARATE UNIT].


Note

BackgroundRFC (bgRFC) is enhanced successor technology of the transactional RFC (tRFC). At the moment, all variants can still be used. However, it is strongly recommended that bgRFC be used instead of tRFC.

Continue

CALL FUNCTION - IN BACKGROUND UNIT

CALL FUNCTION - IN BACKGROUND TASK

CALL FUNCTION - IN BACKGROUND parameter_list