cancel
Showing results for 
Search instead for 
Did you mean: 

RETRIEVING LONG TEXT IN FB03 TRANSACTION

Former Member
0 Kudos

Hi all

Please let me know in FB03 transaction when we click item number where is the long text stored in the database ?

Regards

Nivetha.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

If you are using smart form the use include text and

pass

Text Name 300001000000132003

Language EN

Text ID 0001 Correspondence Text ID 0002 Note 0003 and 004

Text Object BELEG Document text

if not use read_text fm pass the above

then loop at itab from the FM

regards

Shiva

Former Member
0 Kudos

Goto FB03. Click on the line item. Now, from menu Extras-->Texts u will get the text information.

Click on one of the text and it will open the text editor where the long text will be maintained....

To read this text u need to use READ_TEXT by passing the options specified in the long text editor.

Former Member
0 Kudos

Hi,

Double click on the long text, then a text editor will open with that text, then GOTO --> Header, here a popup will open with all the attributes of that long text, then goto DE37, give the READ_TEXT function module and pass the attributes, then you will get the text. same way you can write the READ_TEXT function module in your program

Regards

Sudheer