HI ,
Yes I did the same and working fine.
Main problem is when you enter text first time ( with only_when_modified = '1' and tried with 0 also ) it is good. I am getting long text into internal table and can do my task.
BUT WHEN I ENTER TEXT AND MOVE TO SOME OTHER TAB AND COMES BACK TO THIS TAB AND THEN ADD SOME MORE ENTRIES IN THE SAME LONG TEXT ..ITS NOT READING INTO ITAB USING THIS METHOD.
MEANS :
First time LONG TEXT Entry :
ABCD ..
now Switch tab and come back to same tab again and then
ABCD ( already exists )
EFGH ( New lines added )
IJKL MNOP ( new lines added )
Now that Method ( with 1 or 0 or comment ) is not considering anytext into returning internal table .
Now whatz next.
With Regards,
Bala M