Menu

SAP Function Module OXT_CRM_BUPA_UI_API

API for CRM_BUPA_UI task

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 OXT_CRM_BUPA_UI_API (API for CRM_BUPA_UI task) is a standard Function Module in SAP ERP and is part of the function group OXT_CRM_BUPA_UI within the package CRM_BUPA_EEW_MD.

Technical Information

Function Module OXT_CRM_BUPA_UI_API
Short Text API for CRM_BUPA_UI task
Function Group OXT_CRM_BUPA_UI
Package CRM_BUPA_EEW_MD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_EXTENSIONDEF TYPE TOXT_PARAMLIST Table Type for Parameter Lines
IT_GOX_HEADER_OLD TYPE COMT_GOX_DEF_HEADER Table for Generic Object Extension (Header)
IT_TAB_HEADER_OLD TYPE COMT_GOX_TABLE_ENTRY_HEADER Table for Generation of Table Entries (Header)
IV_MODE TYPE CHAR1 Single-character flag

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CT_GOX_HEADER TYPE COMT_GOX_DEF_HEADER Table for Generic Object Extension (Header)
CT_POSTPROC TYPE TOXT_RT_TF_PPROC Table Type for OXT_RT_TF_PPROC
CT_TABLE_ENTRIES TYPE COMT_GOX_TABLE_ENTRY_HEADER Table for Generation of Table Entries (Header)
CT_TASKPARAMLIST TYPE TOXT_PARAMLIST Table Type for Parameter Lines

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_RETURN LIKE BAPIRET2 Return Parameter

Exceptions

This function module does not define any Exceptions.