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 BDT_OXT_CALL_ROLE_VIEW () is a standard Function Module in SAP ERP and is part of the function group BDT_OXT_TASK within the package BDT_DC.
Function Module | BDT_OXT_CALL_ROLE_VIEW |
Short Text | |
Function Group | BDT_OXT_TASK |
Package | BDT_DC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_BUSOBJ | TYPE | OXT_BUSOBJ | Business Object | |
IV_DEVCLASS | TYPE | DEVCLASS | Package | |
IV_EXTACTION | TYPE | OXT_EXTACT | Action for extension type | |
IV_EXTENSIONTYP | TYPE | OXT_EXTTYP | Enhancement Type | |
IV_MSGV1 | TYPE | SYMSGV | Messages, Message Variable | |
IV_MSGV2 | TYPE | SYMSGV | Messages, Message Variable | |
IV_MSGV3 | TYPE | SYMSGV | Messages, Message Variable | |
IV_MSGV4 | TYPE | SYMSGV | Messages, Message Variable | |
IV_PPROCNAME | TYPE | OXT_PPROCNAME | Name of PostProcessing Activity | |
IV_PPROC_STATUS | TYPE | OXT_PPROCSTATUS | PostProcessing Status | |
IV_SUBOBJ | TYPE | OXT_SUBOBJ | Subobject of a business object |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_PPROC_STATUS | TYPE | OXT_PPROCSTATUS | PostProcessing Status |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_RETURN | LIKE | BAPIRET2 | Return Parameters |
This function module does not define any Exceptions.