Menu

SAP Function Module MM_ARRANG_CREDIT_DOC_VALUES

bestimmt Ertraege aus einer Gutschrift

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 MM_ARRANG_CREDIT_DOC_VALUES (bestimmt Ertraege aus einer Gutschrift) is a standard Function Module in SAP ERP and is part of the function group WN32 within the package WBON.

Technical Information

Function Module MM_ARRANG_CREDIT_DOC_VALUES
Short Text bestimmt Ertraege aus einer Gutschrift
Function Group WN32
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_BKPF LIKE BKPF Belegkopf
I_EBOX LIKE EBOX Abrechnungsdaten zum Beleg
I_READ_POS_DATA TYPE C 'X' Positionsdaten nachlesen erforderlich?
I_USE_NEW_WAERS TYPE C 'X' neue Absprachewährung benutzen (Euro)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_PREPOSTED TYPE C KENNZEICHEN: BELEG WURDE VORERFASST
E_STORNO TYPE C Stornobeleg

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_BKPF LIKE BKPF Belegkoepfe der AbrBelege einschl. Storno
T_BSEG LIKE BSEG Positionsdaten des Belegs
T_CONDITION_RECORD LIKE KONP KondSaetze zur Absprache
T_EBOX LIKE EBOX Abrechnungsdaten einschl. Stornobelegen
T_ERROR_MESSAGES LIKE ARRANGERRA Nachrichten
T_SETTLE_DOC_VALUES LIKE ARRANGVALA Abrechnungsdaten aus der Gutschrift
T_VARIABLE_KEY LIKE VAKE variabler Schluessel zum KondSatz

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ARRANGEMENT_NOT_OK_EURO Absprachewährung ist inkonsistent gesetzt (Euro)
CONDITION_RECORD_NOT_FOUND Konditionssatz nicht gefunden (interner Fehler)
COND_TYPE_NOT_IN_CALC_RULE Konditionsart nicht in Kalkulatonsschema gef.
ERROR_DETERMINATION_AUWRT Ertrag (bzw.Ruecks) konnte nicht bestimmt werden
ERROR_GET_ACCOUNT_ASSIGN Konto konnte nicht gefunden werden
ERROR_GET_COND_BASE Umsatzdaten (KondBasis) konnten nicht gel. werd.
INTERNAL_ERROR Programmfehler oder Datenbankschiefstand
MISSING_ACCOUNT_KEY Kontoschluessel fehlt
MISSING_CALC_RULE Kalkulationsschema nicht gefunden
VARIABLE_KEY_NOT_FOUND variabler Schluessel nicht in KondSatzen gef.