Menu

SAP Function Module CP_BR_MODIFY_DMU_OBJ

Hinzufügen eines Eintrages in die globale DMU-Status-Tabelle

The Function Module CP_BR_MODIFY_DMU_OBJ (Hinzufügen eines Eintrages in die globale DMU-Status-Tabelle) is a standard Function Module in SAP ERP and is part of the function group CPBR within the package CPBR.

Technical Information

Function Module CP_BR_MODIFY_DMU_OBJ
Short Text Hinzufügen eines Eintrages in die globale DMU-Status-Tabelle
Function Group CPBR
Package CPBR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BROWSER_HANDLE TYPE CPBR_OBJEKT-OBJID gefüllt sein um den Objekt-Status abzufragen
I_EWB_HANDLE TYPE CPBR_OBJEKT-OBJID falls zu modifizieren (Wert einggeben)
I_EXT_GUID TYPE CPDMU_EXT_GUID_TYPE extended Guid oder I_browser_handle müssen
I_FLG_HIGHLIGHT TYPE C falls zu modifizieren (Wert einggeben)
I_FLG_INVISIBLE TYPE C falls zu modifizieren (Wert einggeben)
I_FLG_READ_ONLY TYPE C 'X' soll nur gelesen werden (X), oder auch mod ()
I_GUID TYPE CHAR32 falls zu modifizieren (Wert einggeben)
I_KANTE TYPE KANTE_K falls zu modifizieren (Wert einggeben)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BROWSER_HANDLE LIKE CPBR_OBJEKT-OBJID Browser Handle
E_EXT_GUID TYPE CPDMU_EXT_GUID_TYPE Extended Guid
E_FLG_EXIST TYPE C Status, ob Objekt existiert
E_FLG_HIGHLIGHT TYPE C Status, ob Objekt hervorgehoben
E_FLG_INVISIBLE TYPE C Status, ob Objekt unsichtbar

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.