Show TOC Start of Content Area

Background documentation Is Upper  Locate the document in its SAP Library structure

 

Description

Returns TRUE if string is in upper-case

Syntax

IS_UPPER(s1)

·        s1: a string

Example

IS_UPPER(“Hello World”)           ® FALSE

IS_UPPER(“HELLO WORLD”)     ® TRUE

 

End of Content Area