SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Data Interfaces and Communication Interfaces → RFC - Remote Function Call → CALL FUNCTION - RFC →
CALL FUNCTION - IN BACKGROUND
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.