SAP Function TR_EXT_CREATE_REQUEST - Creation of change request

Parameter Reference Type Length Default Optional Text
IV_ATTR_REF SCTS_ATTR-VALUE C 32 X Attribute value
IV_AUTHOR TREXREQHD-AUTHOR C 12 Owner of request
IV_REQUEST_TYPE TREXREQHD-TYPE C 1 'K' X Type of request; KTW are possible
IV_REQ_ATTR SCTS_ATTR-ATTRIBUTE C 30 X Request attribute
IV_TARGET TREXREQHD-TARGET C 10 ' ' X Only Type T: Transport target of a request
IV_TEXT TREXREQHD-TEXT C 60 Short text describing R/3 Repository objects

Parameter Reference Type Length Text
ES_MSG TR004-MSGTEXT C 200 Log line
ES_REQ_HEADER TREXREQHD u 121 Parts of request header
ES_REQ_ID TRKORR C 20 Request/task
EV_EXCEPTION TR007-EXCEPTION C 50 Name of exception

Functionality
Creates a change request of either type K,T or W.
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.