Menu

SAP Function Module DETERMINE_DATA_FOR_POS_LIST

ALM Baut die Ausgabeliste der Stichtags-/Durchschnittsbestandsausw. 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_DATA_FOR_POS_LIST (ALM Baut die Ausgabeliste der Stichtags-/Durchschnittsbestandsausw. auf) is a standard Function Module in SAP ERP and is part of the function group RMG3_A within the package JBRA.

Technical Information

Function Module DETERMINE_DATA_FOR_POS_LIST
Short Text ALM Baut die Ausgabeliste der Stichtags-/Durchschnittsbestandsausw. auf
Function Group RMG3_A
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_POSITION LIKE JBRGAPBEST Listausgabe nur Ist-Daten
ET_ACT_SIM_POSITION LIKE JBRALMBEST Listausgabe Ist-Daten + Ist+Sim-Daten
IT_ALMSIMVORGINFO LIKE ALMSIMVORGINFO Tabelle der relevanten Simulationsvorgänge
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.