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 LOAN_GET_ADDITIONAL_DATA (Popup für Eingabe von Buchungszusatzdaten) is a standard Function Module in SAP ERP and is part of the function group TRBA within the package FVVD.
Function Module | LOAN_GET_ADDITIONAL_DATA |
Short Text | Popup für Eingabe von Buchungszusatzdaten |
Function Group | TRBA |
Package | FVVD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUDAT | LIKE | BSSBKPF-BUDAT | SY-DATUM | Buchungsdatum |
I_BKTXT | TYPE | BSSBKPF-BKTXT | Text in Länge 25 | |
I_FLG_NO_SIMU | TYPE | XFELD | SPACE | 'X' -> SIMKZ ausblenden |
I_TAB_TVDTX | TYPE | TRTY_TVDTX | Tabellentyp für TVDTX | |
SSTOGRD | LIKE | VDBEKI-SSTOGRD | Stornogrund |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABBRUCH | LIKE | wenn Abbruch PF12 gedrückt - 'X' | ||
BKTXT | LIKE | BSSBKPF-BKTXT | Buchungstext | |
BUDAT | LIKE | BSSBKPF-BUDAT | Buchungsdatum | |
PERIOD | LIKE | BKPF-MONAT | Buchungsperiode | |
PROTOCOL | LIKE | RMF67-JPROT | 'X' Buchungsprotokoll ausgeben | |
SIMULATION | LIKE | BSSPARA-SIMKZ | Simulationskennzeichen | |
SSTOGRD | LIKE | VDBEKI-SSTOGRD | Stornogrund |
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.