*&---------------------------------------------------------------------*
*& Report ZTEST_PROG_PC
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT ZTEST_PROG_PC.
CALL FUNCTION 'RSPC_API_CHAIN_START' destination '<Target Client>'
EXPORTING
I_CHAIN = <Chain Technical Name>
* I_T_VARIABLES =
* I_SYNCHRONOUS =
* I_SIMULATE =
* I_NOPLAN =
* I_DONT_WAIT =
* IMPORTING
* E_LOGID = <you can use this to retrieve further details about the same>
* EXCEPTIONS
* FAILED = 1 <Exceptions can be handled>
* OTHERS = 2
.
IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Inline documentation exists for the same function module with regard to the parameters and what they do.