2014 Oct 07 4:23 PM
Hi
I am trying to execute code based on IF statement to compare char variable lv_role , its value is ZCRM22 as you an see in the variable 1 screen.
Condition is to process only if lv_role is not equal to ZCRM22.
But its not working, you can see the program continued to execute line 71 after IF statement.
What am I doing wrong?
Thanks
Swapnil
2014 Oct 07 4:32 PM
Hi,
I can't see if or what kind of non-printable characters lv_role may contain. Try to replace your statement with
IF NOT ( lv_role(6) = 'ZCRM22' ).
How did you define (and fill) lv_role?
Regards
Clemens
2014 Oct 07 4:32 PM
Hi,
I can't see if or what kind of non-printable characters lv_role may contain. Try to replace your statement with
IF NOT ( lv_role(6) = 'ZCRM22' ).
How did you define (and fill) lv_role?
Regards
Clemens
2014 Oct 07 4:35 PM
2014 Oct 07 5:06 PM
This worked on it own , when i tested again just now. May be BG job which activates the implementation ran in meanwhile..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |