SAP Function TR_GET_REQUEST_TYPE - Determine requests and task type for object

Parameter Reference Type Length Default Optional Text
IV_OBJECT E071-OBJECT C 4 Object type
IV_OBJ_NAME E071-OBJ_NAME C 120 Object Name
IV_PGMID E071-PGMID C 4 Program ID

Parameter Reference Type Length Text
EV_REQUEST_TYPE E070-TRFUNCTION C 1 Request type
EV_TARSYSTEM E070-TARSYSTEM C 10 Target system
EV_TASK_TYPE E070-TRFUNCTION C 1 Task type

Exception Text
INVALID_OBJECT Invalid object
NO_REQUEST_NEEDED No request required
SYSTEM_ERROR System error

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