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 CHANGEDOCU_FIELDS_CHAR2ANY () is a standard Function Module in SAP ERP and is part of the function group SCD8 within the package SZD.
Function Module | CHANGEDOCU_FIELDS_CHAR2ANY |
Short Text | |
Function Group | SCD8 |
Package | SZD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_FIELDNAME | LIKE | CDPOS-FNAME | Field Name | |
IV_TABNAME | LIKE | CDPOS-TABNAME | Table Name | |
IV_VALUE_NEW_CHAR | TYPE | C | SPACE | New contents of changed field |
IV_VALUE_OLD_CHAR | TYPE | C | SPACE | Old contents of changed field |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_VALUE_NEW_ANY | TYPE | ANY | ||
EV_VALUE_OLD_ANY | TYPE | ANY |
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 |
---|---|
CONVERT_NOT_POSSIBLE | |
FIELDNAME_IS_EMPTY | Field name is empty |
FIELDNAME_NOT_IN_TABLE | |
NAMETAB_ERROR | |
TABNAME_IS_EMPTY |