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 CUD2_TABLE_LINE_CHANGE (Ändern Werte in einer Tabellenzeile) is a standard Function Module in SAP ERP and is part of the function group CUD2 within the package CUMT.
Function Module | CUD2_TABLE_LINE_CHANGE |
Short Text | Ändern Werte in einer Tabellenzeile |
Function Group | CUD2 |
Package | CUMT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUD2_LINE_INDEX | LIKE | SY-TABIX | Temporary table line index | |
CUD2_LINE_POSITION | LIKE | CUVTLN-VTLIN | Item number of table line | |
CUD2_VALUES_NOT_CHANGED | TYPE | C | SPACE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUD2_WARNING | TYPE | C |
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 |
---|---|---|---|---|
CUD2_TABLE_LINE_ENTRIES | LIKE | API_VALUE |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CHANGE_NUMBER_CONFLICT | Change with other change number only |
CHANGE_NUMBER_REQUIRED | Change number missing |
NOT_FOUND | Internal error |
TABLE_NOT_PREPARED | |
VALUE_NOT_ALLOWED |