‎2010 May 17 7:42 AM
Dear Experts,
Is there any standard FM or code to convert normal math expression to ABAP syntax format? such as from C=a+b to C = a + b.
‎2010 May 17 8:22 AM
‎2010 May 17 8:22 AM
‎2010 May 17 8:58 AM
Hi,
If 'C=a+b' is a string, then how to convert it to 'C = a + b', because latter format can be evaluated by ABAP.
‎2010 May 17 9:12 AM
>
> If 'C=a+b' is a string, then how to convert it to 'C = a + b', because latter format can be evaluated by ABAP.
Hi Lorin,
You can check the func. module 'EVAL_FORMULA'. It should help as the formula needs to be a syntactically correct (need not be in ABAP-acceptable format).
BR,
SUhas