2007 Apr 26 4:31 PM
Hi All,
In second screen of FB03 when i click on any G/L account another screen gets populated. In that screenText field where we can input long text. How to read this long text.
Thanks,
Raju
2007 Apr 26 4:33 PM
I guess it's nothing but XBLNR - reference field, you will get it in BSEG table.
Regards,
Amey
2007 Apr 26 4:35 PM
You have to use the FM READ_TEXT to read long texts.
Regards,
Ravi
2007 Apr 26 4:37 PM
when you click on that 'Long text' button, you can see, 2 check box and after that another push button, named 'Editor' . Click that, to enter text.
to read this text programmatically, use function module READ_TEXT.
to see parameters to be passed to this FM, on that text entry screen, Menu> Goto> HEader . you can see, text name, text id, text object etc.