Entering content frame

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

Purpose

Returns an uppercase copy of a string.

Syntax

string toUpper (in string theString)

Parameters

theString

Expression evaluating to a string.

Description

This function is identical to the strUpr function.

Return Value

Returns an uppercase copy of the string passed as theString.

Example

`if (toUpper(~language) == "EN")`
English Version:
`end`

Leaving content frame