Menu

SAP Function Module OXT_REQUEST_CHOICE

Select a Transport Request (with Create)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module OXT_REQUEST_CHOICE (Select a Transport Request (with Create)) is a standard Function Module in SAP ERP and is part of the function group OXT_WB_UTILITY within the package OXT_WB.

Technical Information

Function Module OXT_REQUEST_CHOICE
Short Text Select a Transport Request (with Create)
Function Group OXT_WB_UTILITY
Package OXT_WB
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_E071 TYPE TR_OBJECTS Objects to Be Added to Request
IT_E071K TYPE TR_KEYS Key to Be Added to Request
IV_CLI_DEP TYPE TRPARFLAG SPACE Check Request Client
IV_LOCK_OBJECTS TYPE TRPARFLAG SPACE Objects Are Locked in Request
IV_NO_OWNER_CHECK TYPE FLAG SPACE No Check of Request Owner
IV_REQUEST TYPE TRKORR SPACE Proposed Request
IV_REQUEST_TYPES TYPE FLAG Desired Request Types (T, C, K, L,...)
IV_START_COLUMN LIKE SY-CUCOL 3 Column from Which the Dialog Box Starts
IV_START_ROW LIKE SY-CUROW 7 Row from Which the Dialog Box Starts
IV_SUPPRESS_DIALOG TYPE TRPARFLAG SPACE Suppress Dialog
IV_TITLE TYPE SPOP-TITEL Dialog Box Title
IV_WITH_ERROR_LOG TYPE FLAG 'X' General Flag

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_REQUEST TYPE E070 Selected Request

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELLED_BY_USER Cancelled by User
ENQUEUE_ERROR Error in Lock Management
INVALID_REQUEST Invalid Request
INVALID_REQUEST_TYPE Invalid Request Type
NO_OBJECTS_APPENDED Objects Could Not Be Appended
RECURSIVE_CALL Recursive Call of Function Module
USER_NOT_OWNER User Is Not the Owner of the Request