Menu

SAP Function Module K_CATT_CONVERT_UPPER_CASE

convert given string to upper case

The Function Module K_CATT_CONVERT_UPPER_CASE (convert given string to upper case) is a standard Function Module in SAP ERP and is part of the function group KSCT within the package KBAS.

Technical Information

Function Module K_CATT_CONVERT_UPPER_CASE
Short Text convert given string to upper case
Function Group KSCT
Package KBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LANGU LIKE SY-LANGU Sprache
STRING LIKE Input string

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
UC_STRING LIKE Output string in upper case

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.