Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

long text from FB03

Former Member
0 Likes
974

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
606

I guess it's nothing but XBLNR - reference field, you will get it in BSEG table.

Regards,

Amey

Read only

Former Member
0 Likes
606

You have to use the FM READ_TEXT to read long texts.

Regards,

Ravi

Read only

Former Member
0 Likes
606

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.