Show TOC Start of Content Area

Background documentation Modulo  Locate the document in its SAP Library structure

Description

Returns the remainder of one integer divided by another

Syntax

MOD(i1, i2)

      i1: integer dividend

      i2: integer divisor

Example

MOD(10, 7)                    ® 3

MOD(7, 0)                      ® NULL

 

 

 

End of Content Area