Menu

SAP Function Module MM_ARRANG_GET_PERIOD_COND_REC

Periodenkonditionssatz zum Fortschreibungsdatum bestimmen

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_GET_PERIOD_COND_REC (Periodenkonditionssatz zum Fortschreibungsdatum bestimmen) is a standard Function Module in SAP ERP and is part of the function group WN44 within the package WBON.

Technical Information

Function Module MM_ARRANG_GET_PERIOD_COND_REC
Short Text Periodenkonditionssatz zum Fortschreibungsdatum bestimmen
Function Group WN44
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_ANALYSE TYPE C Analyse-Modus aktiv
I_ARRANGEMENT LIKE KONA Absprachedaten
I_BEWTP LIKE MCEKBE-BEWTP Bestellentwicklungstyp
I_BSTYP LIKE MCEKKO-BSTYP Typ des Einkaufsbelegs
I_CONDITION_KOPOS LIKE KONP-KOPOS '01' zugehörige KondSatz Positionsnummer
I_CONDITION_NUMBER LIKE VAKE-KNUMH Konditionssatznr. aus Belegkondition, Absprache
I_DOCUMENT_DATE LIKE RWM02-FODAT Fortschreibungsdatum (Belegdatum RePrüfung)
I_EKBO_FO LIKE EKBO_FO Kommunikationsstruktur Fortschreibungsvorgang
I_ERR_MSG_COUNTER LIKE ARRANGERRD-LFERR 0 Laufende Nummer Nachricht (wegen stabiler Sortierung)
I_NO_PERIOD_CORRECTION TYPE C SPACE Keine Korrektur Periode (Neuaufbau, ENachweis)
I_T6B1 LIKE T6B1 Abspracheart (optional)
I_WKOPAR_LI LIKE ARRANGERRD-WKOPAR_LI Zuordnung von Umsätzen, Nachrichten zur Konditionsebene

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CONDITION_NUMBER_MCKONA LIKE VAKE-KNUMH Konditionssatznummer ggf. korrigiert
E_DOCUMENT_DATE LIKE RWM02-FODAT Fortschreibungsdatum ggf. korrigiert
E_ERR_MSG_COUNTER LIKE ARRANGERRD-LFERR Laufende Nummer Nachricht (wegen stabiler Sortierung)
E_VARIABLE_KEY_KOMV LIKE VAKE Variabler Schlüssel zur Belegkondition

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 Nachrichten Analyse-Funktion
T_CONDITION_RECORD LIKE KONP Konditionssaetze (Kopfdaten)
T_ERROR_MESSAGES LIKE ARRANG_ERR Fehlermeldungen
T_VARIABLE_KEY LIKE VAKE Variabler Schlüssel

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CONDITION_RECORD_NOT_FOUND Konditionssatz (Position) fehlt
ERROR_GET_FODAT_DELETED Kein offener Konditionssatz (gelöscht)
ERROR_GET_FODAT_INTERNAL Absprache inkonsistent (Status abgerechnet)
ERROR_GET_FODAT_SETTLED Kein offener Konditionssatz (abgerechnet)
INVALID_ARRANG_TYPE Abspracheart nicht vorgesehen
VARIABLE_KEY_NOT_FOUND Variabler Schlüssel nicht gefunden