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 RKE_BIW_DATA_READ_OPEN (Initialisierung Lesevorgang) is a standard Function Module in SAP ERP and is part of the function group KERR within the package KERS.
Function Module | RKE_BIW_DATA_READ_OPEN |
Short Text | Initialisierung Lesevorgang |
Function Group | KERR |
Package | KERS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACC_READ_LI_INIT | TYPE | C | ' ' | Nachlesen buchh. Einzelposten bei Init |
I_COST_ACC | TYPE | C | C'-Kalkulatorisch, 'A'-Buchhalterisch | |
I_ERKRS | LIKE | TKEBL-ERKRS | Ergebnisbereich | |
I_FROM_TIMESTMP | LIKE | CEDDB-TIMESTMP | 0 | bei i_mode-consistent, 0-Full, >0-Delta |
I_GENDELTA | TYPE | C | ' ' | Generisches Delta |
I_MODE | TYPE | KERR_MODE | kerr_c_mode-normal, kerr_c_mode-consistent | |
I_MODE_CONSISTENT_TO_TIMESTMP | LIKE | CEDDB-TIMESTMP | für mode-consistent_oe,consist._ep,consist._epp | |
I_PARTITION | LIKE | CEDDB-FLAG | ' ' | In mehreren Paketen selektieren (ORA1555/1652) |
I_T_SEL | TYPE | KERR_T_SEL | Selektionsbedingungen | |
I_T_SF | TYPE | KERR_T_SF | Feldliste | |
I_WITH_GROUP_BY | LIKE | CEDDB-FLAG | 'X' | '-Ohne Group by, 'X'-Mit GROUP BY/SUM |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_READ_HANDLE | TYPE | KERR_READ_HANDLE | Handle zum Lesen der Daten |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FOREIGN_LOCK | Konsistent lesen nicht möglich, da VE gesperrt |
NO_SOURCE_FOUND | Keine Datenquelle gefunden / unbekannte Felder |
PROGRAM_ERROR | Programmfehler, im Baustein oder beim Aufrufer |