‎2010 Jan 19 10:35 AM
Hi ,
I have a statement
var_val = node->get_value( ).if my var_val is equal to '#' or '##' .
the statements
do.
-------- .
enddo .should not get excuted . i have tried all NA EQ all string operations and If finding it difficuilt to get check it with '#' character . Please help im not getting what's going wrong . .
Regards .
‎2010 Jan 19 11:18 AM
Are you sure this '#' is really a '#'.
In debug, when you have tab, cr, lf, etc, it's represented by '#'.
Where are you getting this values?
Try to replace all occurences os TAB en CR_LF by '#', and then proceed with your code.
You can use CL_ABAP_CHAR_UTILITIES class.
Frisoni
‎2010 Jan 19 3:18 PM