Skip to Content
0
Oct 19, 2006 at 09:22 AM

Routine

26 Views

Hi,

In transformation, I have 2 KF namely ZEMPSALRY & ZEMPBONUS. I have added ZEMPSALRY as source field in the rule definition screen of ZEMPBONUS & I have written the following code in the routine for ZEMPBONUS.

if SOURCE_FIELDS_RULE-/BIC/ZEMPSALRY ge 20000

RESULT = 5000.

else

RESULT = 2500.

endif

When i checked this code, I get the following error message.

E:Incorrect logical expression: Comparison / SELECT-OPTION can only be followed by "AND", "OR" or ")".

Could u pls help me out?

REgards,

R.Ravi