HI ALL,
Can anyone please help me on this delta issue:??
We are doing delta loads daily , how can I know all my data is coming from r3 to BW.
I think we can use RSA3, PSA, RSA7,SM13 like for this. Please correct me and tell me more detail.
In Update/Transfer rules I have code on my ZAGERANGE.
bASED ON DATE OF BIRTH:
IF AGE LT 20.
RESULT = 1.
ELSEIF AGE LT 30.
RESULT = 2.
ELSEIF AGE LT 40.
RESULT = 3.
ELSEIF AGE LT 50.
RESULT = 4.
ELSEIF AGE LT 60.
RESULT = 5.
ELSEIF AGE LT 70.
RESULT = 6.
ELSE.
RESULT = 7.
ENDIF.
ELSE.
CLEAR RESULT.
ENDIF.
Code is clear and simple but I am confused RESULT value is 1 to 7. what is this<b> result</b> meaning?
Please explain.
THANKS & REGARDS
SRILAXMI