Application Development 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: 

How to get Long text in IW33

Former Member
0 Kudos

Hi Everyone,

I have a requirement where I need to display the Longtext that is displayed in transaction IW33.

Its is not the KTEXT feild pf table AUFK as this feild contains data upto 40 characters.

My requirement is to fetch all the characters that are in Longtext.

There must be a table where the long text is saved.

Please let me the table ???

Regards,

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Press Display Text button in front of long text.You will go to editor.Then from the munubar select Go to->Header.Use these header details:

Text Name <Order no.>

Language EN

Text ID KOPF Order header text

Text Object AUFK Order text

Pass this to FM READ_TEXT.You can also refer the tables STXH and STXL but i guess FM will solve your problem.

1 REPLY 1

Former Member
0 Kudos

Press Display Text button in front of long text.You will go to editor.Then from the munubar select Go to->Header.Use these header details:

Text Name <Order no.>

Language EN

Text ID KOPF Order header text

Text Object AUFK Order text

Pass this to FM READ_TEXT.You can also refer the tables STXH and STXL but i guess FM will solve your problem.