Start of Content Area

Background documentation Right  Locate the document in its SAP Library structure

 

Description

Returns the specified number of character from the end of the string

Syntax

RIGHT(s1, n2)

      s1: string

      n1: number of characters

Example

RIGHT(“Mañana”, 4)       ® “ñana” [Pre SP5 Patch 2 ® “~ana”)

 

End of Content Area