Menu

SAP Function Module DETERMINE_LIST_04_EA

Baut die Liste für Liquiditäts-Auswertung auf

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 DETERMINE_LIST_04_EA (Baut die Liste für Liquiditäts-Auswertung auf) is a standard Function Module in SAP ERP and is part of the function group RMG3_C within the package JBRA.

Technical Information

Function Module DETERMINE_LIST_04_EA
Short Text Baut die Liste für Liquiditäts-Auswertung auf
Function Group RMG3_C
Package JBRA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_GAP_PARAMETER LIKE JBRGAPPARAMETER Gap-Parameterstruktur
IS_LIST_CONTROLS TYPE ALM99_CONTROLS_TYP Control-Einstellungen der Listausgabe
IS_LIST_SETTINGS TYPE ALM99_SETTINGS_TYP User-Settings der Listausgabe

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ET_ACTUAL_LIST LIKE JBRGAPLIQU Listausgabe nur Ist-Daten
ET_ACT_SIM_LIST LIKE JBRALMLIQU Listausgabe Ist-Daten + Ist+Sim-Daten
IT_GAP_OUTCOME LIKE JBRREPGAP Gap-Ist-Ergebnisse
IT_SIM_OUTCOME LIKE JBRREPGAP Ergebnisse der Online-Simulation

Exceptions

This function module does not define any Exceptions.