SAP Function TRFC_RECEIVER_INFO - Gets Information About Any tRFC/qRFC Calls (Receiver Side)

Parameter Reference Type Length Text
FNAME ARFCRSTATE-ARFCFNAM C 30 Function Name
FNUM ARFCRSTATE-ARFCLUWCNT C 8 Function Number Within LUW
FTOTAL ARFCRSTATE-ARFCLUWCNT C 8 Number of Functions in LUW
MODE SYST-INPUT C 1 'L': Local Execution of Current qRFC LUW
S_CLIENT SYST-MANDT C 3 Sender Client
S_DATE SYST-DATUM D 8 Sender Date
S_HOST ARFCRSTATE-ARFCRHOST C 8 Sender Host Name
S_ID RFCDES-RFCDEST C 32 Sender ID (hostname_sysid_sysnr)
S_PROG SYST-CPROG C 40 Sender Program
S_TCODE SYST-TCODE C 20 Sender Transaction Code
S_TIME SYST-UZEIT T 6 Sender Time
S_USER SYST-UNAME C 12 ABAP System, User Logon Name
TID ARFCTID u 24 Transaction ID on Receiver Side
TRFCTYPE SYST-INPUT C 1 T/O/I: tRFC/qRFC Outbound/qRFC Inbound

Functionality
The function module gets the transaction ID (TID) of the currenttransactional RFC.
This function call can be positioned within the transactional RFC thatyou want to call. This enables the current TID to be made known on thereceiver side while the function module is running on the server side.

319685Determination of last function in tRFC/qRFC-LUW