Skip to Content
0
Former Member
Oct 06, 2005 at 12:52 PM

Transactional RFC

61 Views

Hello,

I am trying to make a transactional RFC call.

CALL FUNCTION 'ZBAPI_SET_DATE'

IN BACKGROUND TASK

destination l_dest.

CALL FUNCTION 'ID_OF_BACKGROUNDTASK' IMPORTING TID = w_tid.

I get the task id of the RFC call and when I try to look it up in the table 'ARFCSSTATE', I dont find an corresponding entry.

The RFC call is also not made and the data not updated in the remote system.

Praveen