Show TOC Start of Content Area

Background documentation Length  Locate the document in its SAP Library structure

Description

Returns the number of characters in a string

Syntax

LEN(s1)

·        s1: string value

Example

LEN(“Hello World”)         ® 11

LEN(“Mañana”)              ® 6 [Pre SP5 Patch 2 ® 7]

Note

Pre SP5 Patch 2 returns codepoint rather than character count

 

 

 

End of Content Area