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 BANK_MAP_PP_START (Parallelverarbeitung starten bzw. Start vorbereiten) 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.
Function Module | BANK_MAP_PP_START |
Short Text | Parallelverarbeitung starten bzw. Start vorbereiten |
Function Group | BANK_MAP_PP_CTRL |
Package | BANK_PP_JOBCTRL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPLCATG | TYPE | BANK_DTE_PP_PAAPPLCATG | Application Type in Parallel Processing | |
I_FLG_FORCE_NEW_RUN | TYPE | XFELD | 'X' | |
I_FLG_UNIQUE_EXTID | TYPE | XFELD | ||
I_LOGEXTNUMBER | TYPE | BALNREXT | Application Log: External ID | |
I_MAXSTEPNO | TYPE | BANK_DTE_PP_STEPNO | '001' | Number of a Processing Step |
I_PACKMAN_ID | TYPE | BANK_DTE_PP_PMID_EXT | External ID of a Package Administrator Object | |
I_PROGDATE | TYPE | BANK_DTE_PP_PROGDATE | SY-DATUM | Date of Program Run |
I_PROGN | TYPE | BANK_DTE_PP_PROGN | Name of the Program/Report on an Application Process | |
I_RUNID_EXT | TYPE | BANK_DTE_PP_RUNID_EXT | External Identification of a Mass Run | |
I_STR_PRINT | TYPE | PRI_PARAMS | Structure for Passing Print Parameters | |
I_TAB_JOBDIST | TYPE | BANK_TAB_GRP_SRV | Jobs per Server Group and Server | |
I_TAB_LOG | TYPE | BANK_TAB_JC_APPL_LOG_DATA | Data for Opening Message Objects in a Process | |
I_TAS_PACKCR_PARAM | TYPE | BKPP_TAS_PP_PACKCR_PARAM_EXT | Parameters for Package Generation | |
I_XLOG | TYPE | XFELD | ||
I_XSIMULRUN | TYPE | BANK_DTE_PP_XSIMULRUN | SPACE | Indicator: simulation run |
I_X_SYNC | TYPE | XFELD | 'X' | |
I_X_TRIGGER_START_BY_COMMIT | TYPE | XFELD | SPACE | Checkbox Field |
I_X_USE_DIALOG_WP | TYPE | XFELD |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_LOGEXTNUMBER | TYPE | BALNREXT | Application Log: External ID | |
E_RCD_APPL | TYPE | SY-SUBRC | ||
E_RUNSTATUS | TYPE | BANK_DTE_PP_RUNSTATUS | Status of a Mass Run | |
E_STR_RUNKEY | TYPE | BANK_STR_RUNKEY | ID of a Mass Run | |
E_TAB_JOBS | TYPE | BANK_TAB_JC_JOBKEY | ||
E_TAB_LOGH | TYPE | BAL_T_LOGH | Application Log: Log Handle Table |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.