Show TOC Start of Content Area

Background documentation Trim All  Locate the document in its SAP Library structure

 

Description

Returns the specified string without leading or trailing spaces

Syntax

TRIM_ALL(s1)

·        s1: string value

Example

TRIM_ALL(“ Ethan JoLi “)      ( ”Ethan JoLi”

 

End of Content Area