Menu

SAP Function Module FM_DOCUMENT_ASSIGNMENT_GET

Aktuelle Kontierung ermitteln

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 FM_DOCUMENT_ASSIGNMENT_GET (Aktuelle Kontierung ermitteln) is a standard Function Module in SAP ERP and is part of the function group FMRI within the package FMFS.

Technical Information

Function Module FM_DOCUMENT_ASSIGNMENT_GET
Short Text Aktuelle Kontierung ermitteln
Function Group FMRI
Package FMFS
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_BELNR TYPE BKPF-BELNR Belegnummer eines Buchhaltungsbeleges
I_BUDAT TYPE BKPF-BUDAT Buchungsdatum im Beleg
I_BUKRS TYPE BKPF-BUKRS Buchungskreis
I_BUZEI TYPE BSEG-BUZEI Nummer der Buchungszeile innerhalb des Buchhaltungsbelegs
I_GJAHR TYPE BKPF-GJAHR Geschäftsjahr

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_FIPOS TYPE BSEG-FIPOS Finanzposition
C_FISTL TYPE BSEG-FISTL Finanzstelle
C_FKBER_LONG TYPE BSEG-FKBER_LONG Funktionsbereich
C_GEBER TYPE BSEG-GEBER Fonds
C_GRANT_NBR TYPE BSEG-GRANT_NBR Grant
C_MEASURE TYPE BSEG-MEASURE Programm im Haushaltsmanagement

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.