Do you have any question about this SAP term?
Component: BC-ABA
Component Name: ABAP Runtime Environment
Description: Function that returns the maximum or minimum value for a set of numerical nmax, nmin or character-like cmax, cmin arguments.
Key Concepts: The extremum function is a built-in function in the ABAP Runtime Environment of SAP. It is used to find the maximum or minimum value of a given set of values. It can be used to find the highest or lowest value in a range of values, or to compare two values and return the higher or lower one. How to use it: The extremum function is used in ABAP programs to find the maximum or minimum value of a given set of values. It takes two parameters: an array of values and an indicator specifying whether to find the maximum or minimum value. The function returns the maximum or minimum value from the array, depending on the indicator. Tips & Tricks: When using the extremum function, it is important to remember that it only works with numeric values. If you need to find the maximum or minimum value from a set of strings, you will need to use a different approach. Related Information: The extremum function is part of the ABAP Runtime Environment, which is a collection of tools and functions for developing and running ABAP programs. For more information about ABAP Runtime Environment, please refer to SAP's official documentation.