The Function Module CULI_X_INTERSECTION (Durchschnitt von zwei 'xnumerics' (Liste von Intervallen)) is a standard Function Module in SAP ERP and is part of the function group CULI within the package CUMT.
Function Module | CULI_X_INTERSECTION |
Short Text | Durchschnitt von zwei 'xnumerics' (Liste von Intervallen) |
Function Group | CULI |
Package | CUMT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XNUMERIC1 | TYPE | CULIT_NUM_DOM | xnumeric (interval list) | |
XNUMERIC2 | TYPE | CULIT_NUM_DOM | xnumeric (interval list) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XNUMERIC_OUT | TYPE | CULIT_NUM_DOM | Intersection of XNUMERIC1 and XNUMERIC2 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Interner Verarbeitungsfehler |