cancel
Showing results for 
Search instead for 
Did you mean: 

Formula characterestic

former_member223028
Participant
0 Kudos

Experts

Is it possible to maintain an IF statement in formula characteristic in inspection plan

Can any body give me some example of how we can use IF statement

Abu Fathima

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Please refer the help document by clicking on the field and if u want to use then go for CMOD/SMOD and serach different exits and enhancements for MIC and plan formulas.

Regards

Former Member
0 Kudos

Refer what SAP says:

Check syntax of a formula

Functionality

The function module CHECK_FORMULA checks the syntax of a Literal or Variable formula. It accepts:

arithmetic formulas (with floating point result of type FLOAT)

logical formulas (with result TRUE or FALSE)

conditions of the form:

IF <logical expression> THEN

<arithmethic formula>

ELSE

<arithmetic formula>

Expressions with fields of the structure SY

Example:

FORMULA = IF X>0 THEN SIN(X) ELSE SIN(-X)