Hi Lars,
I have cross checked all the dependency SAP Notes has been implemented.
The problem is when we are using special character < > in the text
ex:go to IW32 enter the text as below
Text Line1 Text Line2 Text Line3 Text Line <Text Line4> Text Line5 Textx
1-------------------------------------------------------------------------------------------------------72
save it and come out of iw32
Open iw32 the text will be in display mode why? .
The symbols internally converted as below.(Used FM:Read_text to cross check)
Text Line1 Text Line2 Text Line3 Text Line <(><<)>Text Line4> Text Line5 Textx
1--------------------------------------------------------------------------------------------------------72------78
it additionally adds 6 char to the text, remaining text from 72 is considered as continuous text and due to this disturbance internally the text is shown in display mode.The Bug here is the special symbol <
How to handle this special symbols. Some say its Unicode problem and others say as ITF problem.
if any input to this will be great thanks .