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

Header Text?

Former Member
0 Likes
533

Hello

Experts How can i read the header text in vf02.Where is this text stored.If i use read_text fm then how should i get the text for a particular invoice number.

Pls help.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
500

[Refer to this link>>>|http://abaplovers.blogspot.com/2008/02/function-modules-create-text-and-read.html]

Read_text FM will get data from STXH table, based in primary keys, which you can find using the above link

Read only

Former Member
0 Likes
500

Hi ,

In VF02 or VF03. when you go to the header screen i.e. In menu Goto ->Header -> Header text .

You will be directed towards Header text screen.

Select any Text and press the detail button under the text area i.e. a lens Icon will be there.

It will navigate you to the Script Editor.

Then In that Screen in menu Goto ->Header . A screen will appear showing the details about the text.

i.e.Text Name,Language ,Text ID ,Text object.

Use this information and pass this to the READ_TEXT function module.

Hope this will help you.

Read only

Former Member
0 Likes
500

call function read_text

refer>>>/people/smita.gupta/blog/2009/03/17/an-insight-of-text-objects

Read only

Former Member
0 Likes
500

thanks