Menu

SAP Function Module RHF4_SELECT_OTYPE

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module RHF4_SELECT_OTYPE () is a standard Function Module in SAP ERP and is part of the function group RHF4 within the package SP00.

Technical Information

Function Module RHF4_SELECT_OTYPE
Short Text
Function Group RHF4
Package SP00
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ASPECT LIKE T77OA-ASPEC Aspect
CBK_FUNCTION LIKE TFTIT-FUNCNAME
CBK_FUNC_DATA LIKE RHMC1-MC_DATA
FCODE LIKE T77FC-FCODE Function Code for Authorization Check
INTERNAL_OTYPES TYPE FLAG SPACE Internal Object Types Only
PLVAR LIKE T778P-PLVAR
SEARCH_OTYPE LIKE T778O-OTYPE '*'

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OTYPE_TAB LIKE T778O
OTYPE_TEXT LIKE H_T778O Texts

Exceptions

This function module does not define any Exceptions.