Menu

SAP Function Module DMEE_ZA_EXIT_BLOCK_COUNTER

DMEE: Berechnung der Blockzahl für Südafrika

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 DMEE_ZA_EXIT_BLOCK_COUNTER (DMEE: Berechnung der Blockzahl für Südafrika) is a standard Function Module in SAP ERP and is part of the function group DMEE_ZA within the package ID-FI.

Technical Information

Function Module DMEE_ZA_EXIT_BLOCK_COUNTER
Short Text DMEE: Berechnung der Blockzahl für Südafrika
Function Group DMEE_ZA
Package ID-FI
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_EXTENSION TYPE DMEE_EXIT_INTERFACE DMEE: Erweitertes Interface für Exit-Baustein
I_ITEM LIKE Datensatz (Typ: DMEE_TREE_TYPE-IF_TYPE)
I_PARAM LIKE Parameterdaten (Typ: DMEE_TREE_TYPE-IF_PARAM)
I_TREE_ID TYPE DMEE_TREEID DMEE: Eindeutige Bezeichnung für einen DMEE-Format-Baum
I_TREE_TYPE TYPE DMEE_TREETYPE DMEE: Baumtyp
I_UPARAM LIKE Benutzerparameter (Typ: DMEE_TREE_HEAD-PARAM_STRUC)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_VALUE LIKE C-Rückgabewert
N_VALUE LIKE N-Rückgabewert
O_VALUE LIKE Output-Rückgabewert
P_VALUE LIKE P-Rückgabewert

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
I_TAB LIKE Interne Tabelle (Typ: DMEE_TREE_TYPE-IF_TAB)

Exceptions

This function module does not define any Exceptions.