‎2009 Mar 20 12:50 PM
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.
‎2009 Mar 20 12:56 PM
[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
‎2009 Mar 20 1:13 PM
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.
‎2009 Mar 20 1:49 PM
call function read_text
refer>>>/people/smita.gupta/blog/2009/03/17/an-insight-of-text-objects
‎2009 Mar 24 10:30 AM