Functionality This function module determines the request and task type for an objectand the target system of the request. Specify the object with the import parameters IV_PGMID, IV_OBJECT andIV_OBJ_NAME The export parameter IV_REQUEST_TYPE returns the request type. Possiblevalues are:
- "K" transportable change request
- "W" Customizing request
The export parameter IV_TARSYSTEM returns the target of the request.
- "*" Any request target
- "SYS" Request target
The export parameter IV_TASK_TYPE returns the task type. Possiblevalues are:
- "*" every task type is possible
- "S" correction
- "R" repair
- "Q" Customizing task
|