The Function Module CULI_TERM_ADJOIN_DNF (Berechnet die minimale Vereinigung zweier Terme in disjunktiven 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_ADJOIN_DNF |
Short Text | Berechnet die minimale Vereinigung zweier Terme in disjunktiven 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 |
---|---|---|---|---|
DNF_TAB1 | TYPE | CULIT_TERM_DNF | Erster Term in disjunktiver Normalform | |
DNF_TAB2 | TYPE | CULIT_TERM_DNF | Zeiter Term in disjunktiver Normalform |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DNF_TAB | TYPE | CULIT_TERM_DNF | Ergebnis in disjunktiver Normalform |
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.