Show TOC Start of Content Area

Background documentation Minimum  Locate the document in its SAP Library structure

 

Description

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

Syntax

MIN(m1)

MIN(v1, v2[, v]*)

      m1: a multi-valued field or attribute

      v: two or more values

Example

Given a multi-valued attribute Length:

MIN(Length)                         ® least Length

Given single-valued attributes Length, Width, Height:

MIN(Length, Width, Height)         ® least dimension

 

End of Content Area