SAP Function TR_EXT_INSERT_IN_REQUEST - Inserting object in given request

Parameter Reference Type Length Default Optional Text
IV_REQ_ID TREXREQHD-REQ_ID C 20 Request/task

Parameter Reference Type Length Text
ES_MSG TR004-MSGTEXT C 200 Correction Requests: Error Messages
EV_EXCEPTION TR007-EXCEPTION C 50 Name of exception

Parameter Reference Length Optional Text
IT_OBJECTS TREXREQOB 128 Correction Requests: Object List of a Request/Task

Functionality
Appends the repository objects specified in IT_OBJECTS into the
the request IV_REQ_ID.
The request must be of type K,T or W.
In case the current user is not the owner of the request, an
entry in the action log of the request is made.
The module is remote-enabled, no exceptions are raised.
If any error occurs the export-parameter ev_exception returns
'CALL_FUNCTION_ERROR'.
In this case the export-parameter es_msg contains the error message.