Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module TABLEPROC_0KET (erweiterte Tabellenpflege untere Ebene) is a standard Function Module in SAP ERP and is part of the function group 0KET within the package KE0C.
Function Module | TABLEPROC_0KET |
Short Text | erweiterte Tabellenpflege untere Ebene |
Function Group | 0KET |
Package | KE0C |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CORR_NUMBER | LIKE | E070-TRKORR | ' ' | Request number for changes made |
FCODE | LIKE | 'RDED' | Desired function of the module | |
VIEW_ACTION | LIKE | 'S' | Action with Table: Display/Change/Transport (S/U/T) | |
VIEW_NAME | LIKE | DD02V-TABNAME | Name of DB table |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LAST_ACT_ENTRY | LIKE | Index of cursor position in the display table | ||
UCOMM | LIKE | Last user command in view maintenance | ||
UPDATE_REQUIRED | LIKE | Flag: Entries changed, must save |
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 |
---|---|---|---|---|
CORR_KEYTAB | LIKE | E071K | Table with keys for the entries to be transported | |
DBA_SELLIST | LIKE | VIMSELLIST | Selection criteria for database access | |
DPL_SELLIST | LIKE | VIMSELLIST | Selection criteria for display | |
EXCL_CUA_FUNCT | LIKE | VIMEXCLFUN | Table of CUA functions not to be activated | |
EXTRACT | LIKE | Table of data currently visible (display table) | ||
TOTAL | LIKE | Table with all data read from database | ||
X_HEADER | LIKE | VIMDESC | Control block table for the table | |
X_NAMTAB | LIKE | VIMNAMTAB | Control block table for table fields |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_CORR_NUMBER | Request number is missing |
SAVING_CORRECTION_FAILED | Error saving the request entries |