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_REF_COMPENSATION_READ (Lesen einer Kompensation (ohne Dynpro) fuellen aller Strukturen für LIST) 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_READ |
Short Text | Lesen einer Kompensation (ohne Dynpro) fuellen aller Strukturen für LIST |
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_MODE | LIKE | SY-TCODE | 'DISP' | Modus (CREA/CHNG/DISP/RSET) |
I_REFNR | LIKE | REFH-REFNR | Kompensation-Nr | |
I_REFTYP | LIKE | REFH-REFTYP | 'KMP' | Kompensationstyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HEAD | LIKE | VTB_CH | Kopfstruktur |
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_POSIT | LIKE | VTB_CP | Tabelle der Komp.positionen (VTB_CP) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMPENSATION_LOCKED | Kompensation ist gesperrt |
COMPENSATION_NOT_FOUND | Kompensation mit I_REFTYP I_REFNR nicht gefunden |
INTERNAL_ERROR | interner Fehler |
NO_AUTHORITY | keine Berechtigung |
OBJECT_LOCKED | Ein zur Komp. gehörendes Objekt ist gesperrt |