SAP Function TRINT_CHECK_REQUEST_TASK_ID - Internal: Check Request Number/Task Number (Type, Assignment)

Parameter Reference Type Length Default Optional Text
IV_REQUESTID TRKORR C 20 Request number
IV_TASKID TRKORR C 20 X Task number

Parameter Reference Type Length Text
EV_AUTHOR E070-AS4USER C 12 Request author or task author
EV_CLIENT E070C-CLIENT C 3 Source client
EV_TEXT E07T-AS4TEXT C 60 Request short text
EV_TYPE E070-TRFUNCTION C 1 Request type or task type

Exception Text
ELSE Other errors
NOT_EXIST_E070 Request number or task number does not exist
NO_AUTHORIZATION No authorization
NO_REQUEST REQUESTID is not a request number
NO_TASK TASKID is not a task number
WRONG_REQUEST Task does not belong to the specified request

Functionality
This function module checks whether

  • the request number is actually a request.

  • the (optional) task number is actually a task, and whether this task
  • belongs to the specified request.
    The author and type values refer to the task, if a task number isreturned, otherwise they refer to the request.

    Example

    Notes