The Function Module TB_REF_COMPENSATION_ADD_FLOWS (Füllt die int. Strukturen einer Kompensation (Input: T_FLOWS)) is a standard Function Module in SAP ERP and is part of the function group TB92 within the package FTR.
Function Module | TB_REF_COMPENSATION_ADD_FLOWS |
Short Text | Füllt die int. Strukturen einer Kompensation (Input: T_FLOWS) |
Function Group | TB92 |
Package | FTR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_HEAD | LIKE | VTB_CH | Import Kopfstruktur der Kompensation | |
I_NO_ENQUEUE | LIKE | SY-DATAR | SPACE | falls 'X' dann kein ENQUEUE (nur Ausnahme!) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HEAD | LIKE | VTB_CH | Export Kopfstruktur der Kompensation |
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 |
---|---|---|---|---|
T_CRNCY | LIKE | VTB_CC | Tabelle der Komp.währungen (VTB_CC) | |
T_FLOWS | LIKE | VTB_CF | Tabelle der Bewegungen (VTB_CF) | |
T_POSIT | LIKE | VTB_CP | Tabelle der Komp.positionen (VTB_CP) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CURRENCY | keine gemeinsame Währung vorhanden |
INTERNAL_ERROR | interner Fehler |
NO_VALID_POSITION | keine kompensierbaren Bewegungen |
OBJECT_LOCKED | Objekt (z.B. Geschäft) ist gesperrt |