Entering content frame

Background documentation strUpr Function  Locate the document in its SAP Library structure

Purpose

Returns an uppercase copy of a given string.

Syntax

string strUpr (in string string)

Parameters

string

String for which an uppercase copy is desired.

Return Value

Uppercase copy of the input string.

Example

`if (strnCmp(strUpr(~language), "EN", 1) == 0)`
English Version:
`end`

Leaving content frame