Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module TABLEPROC_0PC2 (erweiterte Tabellenpflege untere Ebene) is a standard Function Module in SAP ERP and is part of the function group 0PC2 within the package PB02.
Function Module | TABLEPROC_0PC2 |
Short Text | erweiterte Tabellenpflege untere Ebene |
Function Group | 0PC2 |
Package | PB02 |
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 | ' ' | Correction number for changes carried out |
FCODE | LIKE | 'RDED' | Desired function of the module | |
VIEW_ACTION | LIKE | 'S' | Table action: disp./change/transp. (S/U/T) | |
VIEW_NAME | LIKE | DD02V-TABNAME | Table name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LAST_ACT_ENTRY | LIKE | Index of the cursor position in the display table | ||
UCOMM | LIKE | Last user command within the view maintenance | ||
UPDATE_REQUIRED | LIKE | Flag: Entries changed, save neccessary |
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 the keys of the entries to be transported | |
DBA_SELLIST | LIKE | VIMSELLIST | Selection conditions for the DB access | |
DPL_SELLIST | LIKE | VIMSELLIST | Selection conditions for display | |
EXCL_CUA_FUNCT | LIKE | VIMEXCLFUN | Table of the CUA funtions not to be activated | |
EXTRACT | LIKE | Table of the current visible data (display table) | ||
TOTAL | LIKE | Table with all the data read from the DB | ||
X_HEADER | LIKE | VIMDESC | Control block table for the table | |
X_NAMTAB | LIKE | VIMNAMTAB | Control block table for the table fields |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_CORR_NUMBER | Correction number is missing |
SAVING_CORRECTION_FAILED | Error during saving of the correction entries |