Menu

SAP Function Module CHAR_VALUE_CONVERSION_EXIT

Edititing CHAR Characteristic Value via Conversion Exit

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 CHAR_VALUE_CONVERSION_EXIT (Edititing CHAR Characteristic Value via Conversion Exit) is a standard Function Module in SAP ERP and is part of the function group C5CH within the package COCB.

Technical Information

Function Module CHAR_VALUE_CONVERSION_EXIT
Short Text Edititing CHAR Characteristic Value via Conversion Exit
Function Group C5CH
Package COCB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANZST_IMP LIKE CABN-ANZST 0 Number of characters
ATINN_IMP LIKE CABN-ATINN Charact.
ATKON_IMP LIKE CABN-ATKON Conversion exit for characteristic value
ATWRTSHOW_IMP LIKE CAWN-ATWRT Old characteristic value
CONV_MODE_IMP TYPE SY-DATAR Conversion mode ('O'-Output, 'I'-Input)
FLG_CHAR_DATA_PROVIDE_IMP TYPE FLAG 'X' Flag, read characteristic data

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ATWRTSHOW_EXP LIKE CAWN-ATWRT New characteristic value

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
COULD_NOT_READ_CHAR_DATA Could not read characteristic data
ERROR_CONV_EXIT Error after calling conversion exit
FUNC_CONV_EXIT_NOT_FOUND Could not find FM for conversion exit
NECESSARY_PARAMS_NOT_GIVEN Required parameters not transferred
WRONG_CONV_MODE Unauthorized conversion mode