Menu

SAP Function Module CHECK_FORMULA

Check syntax of a formula

The Function Module CHECK_FORMULA (Check syntax of a formula) is a standard Function Module in SAP ERP and is part of the function group CALC within the package SUTL.

Technical Information

Function Module CHECK_FORMULA
Short Text Check syntax of a formula
Function Group CALC
Package SUTL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FORMULA LIKE Formula to be checked
PROGRAM LIKE SPACE Program for value assignment to a variable
ROUTINE LIKE SPACE Routine for value assignment to a variable
UNIT_OF_MEASURE LIKE SPACE Unit of measurement for calculated value

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FUNCNAME LIKE Function name of the called routine
MESSAGE LIKE Error Message
POS LIKE Position of first error
SUBRC LIKE Error status

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_IN_FORMULA Error in formula (with MESSAGE E... RAISING)
MISSING_PARAMETER Program or Routines Missing for Variables