Menu

SAP Function Module MR_ACCOUNT_ASSIGNMENT

Ermittlung des Kontos und des Buchungsschlüssels

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 MR_ACCOUNT_ASSIGNMENT (Ermittlung des Kontos und des Buchungsschlüssels) is a standard Function Module in SAP ERP and is part of the function group KONT within the package MR.

Technical Information

Function Module MR_ACCOUNT_ASSIGNMENT
Short Text Ermittlung des Kontos und des Buchungsschlüssels
Function Group KONT
Package MR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEWERTUNGSKLASSE LIKE T030-BKLAS ' ' Valuation class
BEWERTUNG_MODIF LIKE T030-BWMOD ' ' Valuation grouping code
KONTENPLAN LIKE T030-KTOPL Name of chart of accounts
KONTO_MODIF LIKE T030-KOMOK ' ' Account grouping code
SOLL_HABEN_KENNZEICHEN LIKE BSEG-SHKZG Debit credit indicator
VORGANGSSCHLUESSEL LIKE T030R-KTOSL Name of transaction key

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUCHUNGSSCHLUESSEL LIKE T030B-BSCHH Name of posting key
KONTO LIKE T030-KONTH Number of account

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_FOUND_T030 No entry was found in table 030
NOT_FOUND_T030B No entry was found in table 030B
NOT_FOUND_T030R No entry was found in table 030R