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 BKK_PAYM_POPUP_CHK_FLAG (Popup zur Auswahl von durchzuführenden Prüfungen) is a standard Function Module in SAP ERP and is part of the function group FBPO within the package FKBO.
Function Module | BKK_PAYM_POPUP_CHK_FLAG |
Short Text | Popup zur Auswahl von durchzuführenden Prüfungen |
Function Group | FBPO |
Package | FKBO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_START_COL | LIKE | SY-CUCOL | Startspalte | |
I_START_ROW | LIKE | SY-CUROW | Startzeile | |
I_TEXTLINE1 | LIKE | SPOP-TEXTLINE1 | allgem. Text innerhalb des Dynpros | |
I_TITEL | LIKE | SPOP-TITEL | Titel | |
I_VAROPTION1 | LIKE | SPOP-VAROPTION1 | Überschrift 1 | |
I_VAROPTION2 | LIKE | SPOP-VAROPTION2 | Überschrift 2 | |
I_X_NO_REC | LIKE | BOOLE-BOOLE | X' - Checkflags nicht f. Empfänger |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_CHK_FLAGS_REC | TYPE | BKKP_CHECK_FLAGS | Checkflags für Empfänger | |
C_CHK_FLAGS_SND | TYPE | BKKP_CHECK_FLAGS | Checkflags für Sender |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.