Menu

SAP Function Module SC_CP_CHARNAME_TO_CODE

Hexcode eines Zeichens aus Zeichenname und Codepage ermitteln

The Function Module SC_CP_CHARNAME_TO_CODE (Hexcode eines Zeichens aus Zeichenname und Codepage ermitteln) is a standard Function Module in SAP ERP and is part of the function group STXU within the package STXD.

Technical Information

Function Module SC_CP_CHARNAME_TO_CODE
Short Text Hexcode eines Zeichens aus Zeichenname und Codepage ermitteln
Function Group STXU
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHARNAME LIKE TCP01-CPCHARNAME SAP name of character from a chara
CODEPAGE LIKE TCP00-CPCODEPAGE SAP character set record

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHARCODE LIKE Hex coding of character in charact
CODELEN LIKE Number of bytes of hex coding

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
NO_CHARNAME CHARNAME does not exist
NO_CHARNAME_IN_CODEPAGE CHARNAME does not belong to charac
NO_CODEPAGE CODEPAGE does not exist