Entering content frame

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

Purpose

Returns a lowercase copy of a given string.

Syntax

string strLwr (in string string)

Parameters

string

String for which a lowercase copy is desired.

Return Value

Lowercase copy of the input string.

Example

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

Leaving content frame