cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I need to pull the Text from VA23. So for this, I hv,

VA23->given Qutotaion #>Menu->Go To-->Header>Text---->Header Note1 (Apart from Header Note1, there is Supplementary Text is also existing! in this path)

So, here I can see some text for Header Note1.

So, now I hv to pull this text into my Form (Actually, the earlier Programmer already pulling this Supplementary Text to this Form, but as there is no text for Supplementary Text, nothing is showing in the Form).

Now, the requirement changed from Supplementary text to Header Note 1.

Actually, the earlier Programmer has given defined one Text node as Include Text after writing the code READ_TEXT in the program, like,

Text name - &GS_TEXT-TDNAME&,

Object - VBBP,

ID - Z666,

Language - EN.

So,

Now, How I hv to pull the Header Note1 instaed of Supplmetary text?

(Actually, I went to SO 10 and SE75 to find out this ID - Z666, but I did not see it, Why its like that?)

ThanQ.

Message was edited by:

Srinivas

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

When you display the supplementary header text in va43..

In the menu ..Goto -> Header...

There you can get the text id..

So when call the FM read_text, instead of the text id Z666...Give the text id that you see in the header for the supplementary text..

Text name - &GS_TEXT-TDNAME&,

Object - VBBP,

ID - <u><b>Z666</b></u>, <b>" Change this</b>

Language - EN.

Thanks,

Naren