The Function Module CULI_MM_SOLVE (Versucht eine numerische Gleichung nach einer Variablem aufzulösen) is a standard Function Module in SAP ERP and is part of the function group CULI within the package CUMT.
Function Module | CULI_MM_SOLVE |
Short Text | Versucht eine numerische Gleichung nach einer Variablem aufzulösen |
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 |
---|---|---|---|---|
EQUATION | TYPE | CULIT_TERM_IDX | Ausgangsgleichung | |
VAR_NAME | TYPE | CULIT_TERM-OP | Name der Variable nach der aufgelöst werden soll |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SOLUTION | TYPE | CULIT_TERM_IDX | Umgeformte Gleichung aufgelöst nach Variable |
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 |
---|---|
FAIL | Umformung nach Variable nicht möglich |