Hi Experts,
Can some one help in the below fix.
REPORT ZTEST_F.
data: owepz TYPE rm06a-owepz,
c_0 like ekbes-WEMNG,
c_1 LIKE EKBES-WESBS,
c_3 LIKE EKPO-MENGE ,
f1 TYPE f .
c_0 = 0.
c_1 = 0.
c_3 = 1.
*owepz = f1 = 10000 - ABS( c_0 + c_1 ) * 10000 / c_3.*
write owepz.
I dont have any idea in whats wrong with the code,when executed going to dump.
Thanks in advance.
Swarna.