The Function Module RKC_FTAB_READ_NEXT (liest nächsten Eintrag von BUF-FTAB (siehe Langdoku)) is a standard Function Module in SAP ERP and is part of the function group KXDI within the package KC.
Function Module | RKC_FTAB_READ_NEXT |
Short Text | liest nächsten Eintrag von BUF-FTAB (siehe Langdoku) |
Function Group | KXDI |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLC | LIKE | TKCK-APPLC | 'KC ' | Applikationsklasse |
FUNC | TYPE | KCDB_FUNC | ' ' | Funktionalität |
I_WITH_ATR | TYPE | KCDB_BOOL | ' ' | mit Navigationsattributen (Flag) |
I_WITH_DISP_ATR | TYPE | KCDB_BOOL | ' ' | mit Anzeigeattributen (Flag) |
REFRESH_BUF | TYPE | KCDB_BOOL | ' ' | Puffer neu lesen |
STATE | LIKE | DDREFSTRUC-STATE | 'A' | DDIC-Status: 'A'-aktiv, 'M'-gesichert |
TABNM | LIKE | CDIFIE-TABNM | ' ' | Tabellenname (verwendet BUF-TABNM, falls ' ') |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CDIFIE | LIKE | CDIFIE | FTAB Eintrag | |
E_SAPRL | TYPE | KCDB_SAPRL | Releasestand | |
GOT_STATE | LIKE | DDREFSTRUC-STATE | tatsächlich gelesener Status | |
LAST_ENTRY_FOUND | TYPE | KCDB_BOOL | Flag -'X': letzter Eintrag gel. ,clear FTAB_IDX |
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 |
---|---|
NO_ENTRY_FOUND | kein Eintrag gefunden |
NO_INFO | keine Informationen im Dictionary |
SELECTION_ERROR | FUNC enthält einen ungültigen Wert |