Show TOC Start of Content Area

Background documentation Sum  Locate the document in its SAP Library structure

 

Description

Returns the sum of a multi-value or a list of values

Syntax

SUM(m1)

SUM(v1, v2[, v]*)

      m1: a multi-valued field or attribute

      v: two or more values

Example

Given a multi-valued attribute of Lengths {2, 4, 9}:

SUM(Length)           ® 15

SUM(2, 11, 11, 0)    ® 24

 

End of Content Area