I have tried doing so . When system reaches the breakpoint on sy-subrc , I have executed READ_TEXT in SE37 with same parameters . Here sy-subrc value was 0 .
But READ_TEXT is going into endless loop.
I have kept the breakpoint on COMMIT WORK ( in std code) which comes after my code . After executing this statement READ_TEXT shows the long text ( not same as that of my code) .