Hi All..
I have a code as follows..
value2-key = 'Incomplete Information'.
APPEND value2 TO it_rejcode.
value2-key = 'Processing Error'.
APPEND value2 TO it_rejcode.
Now need to know about HOW TO PASS the Text ('Incomplete Information') through Text Elements..???
If i use the code as it is, it shows Error in Code Inspector..
Hence need to tune up the Performance of the code by avoiding such Text in the Editor.
Please Help me out....