The Function Module CULI_TERM_MULTIPLY_DNF (Multiplikation zweier Disjunktionen (jeweils in disjunktiver Normalform)) is a standard Function Module in SAP ERP and is part of the function group CULI within the package CUMT.
Function Module | CULI_TERM_MULTIPLY_DNF |
Short Text | Multiplikation zweier Disjunktionen (jeweils in disjunktiver Normalform) |
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 |
---|---|---|---|---|
DNF1 | TYPE | CULIT_TERM_DNF | Eingangsterm (erste Disjunktion) | |
DNF2 | TYPE | CULIT_TERM_DNF | Eingangsterm (zweite Disjunktion) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DNF | TYPE | CULIT_TERM_DNF | Ausgangsterm (Ergebnis) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.