Menu

SAP Function Module MM_ARRANG_ANALYSE_EKBO_TRANS

Listausgabe Analyse zur (nachträglichen) Fortschreibung

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 MM_ARRANG_ANALYSE_EKBO_TRANS (Listausgabe Analyse zur (nachträglichen) Fortschreibung) is a standard Function Module in SAP ERP and is part of the function group WNI3 within the package WBON.

Technical Information

Function Module MM_ARRANG_ANALYSE_EKBO_TRANS
Short Text Listausgabe Analyse zur (nachträglichen) Fortschreibung
Function Group WNI3
Package WBON
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ARRANGEMENT LIKE KONA Absprache
I_PERF_ANALYSE TYPE C 'X' Analysemodus
I_READ_SUBRC LIKE SY-SUBRC Daten gueltig
I_TURN_OVER_KSPAE LIKE RWM01-KSPAE Art des Umsatzaufbaues (nachtr. Fortschreibung, Neuaufbau)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_READ_SUBRC LIKE SY-SUBRC Fehlervariable

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
T_ANALYSE_TAB LIKE ARRANGERRD Analysedaten zum Konditionssatz
T_CONDITION_RECORD LIKE KONP Konditionssaetze
T_ERROR_MESSAGES LIKE ARRANG_ERR Liste Fehlermeldungen Abrechnung Absprachen Einkauf
T_FEKBO LIKE EKBO fortgeschriebene Belegdaten
T_VARIABLE_KEY LIKE VAKE Variabler Schlüssel
T_XEKBO LIKE EKBO Index Belege Preisfindung/Fortschreibung nachtr. Abrechnung

Exceptions

This function module does not define any Exceptions.