Menu

SAP Function Module TB_COVR_FI_DOCUMENT_CHECK

Überprüft, ob ein FI-Beleg einer Sicherung zugeordnet ist

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 TB_COVR_FI_DOCUMENT_CHECK (Überprüft, ob ein FI-Beleg einer Sicherung zugeordnet ist) is a standard Function Module in SAP ERP and is part of the function group TB7F within the package FTH.

Technical Information

Function Module TB_COVR_FI_DOCUMENT_CHECK
Short Text Überprüft, ob ein FI-Beleg einer Sicherung zugeordnet ist
Function Group TB7F
Package FTH
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IMP_BELNR LIKE BKPF-BELNR FI key: document no.
IMP_BUKRS LIKE BKPF-BUKRS FI key: Company code
IMP_BUZEI LIKE BSEG-BUZEI '000' FI key: Document line
IMP_GJAHR LIKE BKPF-GJAHR '0000' FI key: Fiscal year

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXP_COVERED_AMOUNT LIKE BSEG-GBETR (Overall) amount of hedge in FC
EXP_COVERED_AMOUNT_SIGN LIKE VTBSIZU-SSIGNT Sign: + inflow, - outflow
EXP_COVERED_LOC_AMOUNT LIKE VTBSIZU-BZUOB (Overall) amount of hedge in LC
EXP_COVERED_LOC_SIGN LIKE VTBSIZU-SSIGNB Sign: + inflow, - outflow
EXP_COVERED_RATE LIKE BSEG-KURSR (Mixed) rate of hedge

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
EXP_VTBSI LIKE VTBSI Table of hedges
EXP_VTBSIZU LIKE VTBSIZU Table of allocated objects

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DOCUMENT_NOT_ALLOCATED Document not allocated