Show TOC Start of Content Area

Background documentation Lower  Locate the document in its SAP Library structure

 

Description

Returns the lower-case version of string

Syntax

LOWER(s1)

·        s1: a string

Example

LOWER(“Hello World”)         ® “hello world”

 

End of Content Area