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 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.
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 |
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 |
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 |
This function module does not define any CHANGING 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 |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DOCUMENT_NOT_ALLOCATED | Document not allocated |