Show TOC Start of Content Area

Syntax documentation Value expressions  Locate the document in its SAP Library structure

A value expression represents a value of a column, a literal, a set function or an arithmetic expression.

Syntax

Syntax

<value expression> ::= <column reference>
                                 
| <literal>
                                 
| <set function>
                                  | <arithmetic expression>.

More Information

Column References

Literals

Set Functions

Arithmetic Expressions

End of Content Area