Menu

SAP Function Module BANK_MAP_PP_CHECK_OBJ_PROC_MLT

Prüfung, ob sich Objekte in Massenverarbeitung(en) befinden

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 BANK_MAP_PP_CHECK_OBJ_PROC_MLT (Prüfung, ob sich Objekte in Massenverarbeitung(en) befinden) is a standard Function Module in SAP ERP and is part of the function group BANK_MAP_PP_CTRL within the package BANK_PP_JOBCTRL.

Technical Information

Function Module BANK_MAP_PP_CHECK_OBJ_PROC_MLT
Short Text Prüfung, ob sich Objekte in Massenverarbeitung(en) befinden
Function Group BANK_MAP_PP_CTRL
Package BANK_PP_JOBCTRL
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_FLG_CHECK_ACTIVE_ONLY TYPE XFELD 'X'
I_FLG_EXCL_CURR_RUN TYPE XFELD
I_FLG_EXCL_SIM_RUNS TYPE XFELD 'X'
I_MAXCOUNT TYPE BANK_DTE_PP_MAXCOUNT Maximum Number of Data Records to Be Read
I_STR_CURR_RUN TYPE BANK_STR_RUNKEY
I_TAB_OBJECTS TYPE BANK_TAB_OBJKEY Object Key
I_TAB_RNG_RELEV_APPL TYPE BANK_TAB_RNG_APPLCATG

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RCD TYPE SY-SUBRC
E_TAB_IN_PROCESS TYPE BANK_TAB_OBJKEY
E_TAB_PROCESSED_BY TYPE BANK_TAB_RUNOBJ

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.