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,

<b>[1].</b>

If you want to print "Header note" then you write your code like this.

/: INCLUDE &VBAK-VBELN(K)& OBJECT VBBK ID 0001

You do not need to user "READ_TEXT' explicitly.

This will automatically print header note text, given that VBAK-EBELN holds the "quotation number".

<b>[2].</b>

You are saying that when you SO10, you do not see any text. While object for sales document text is VBBK ( if header level text ) or VBBP ( if item level text).

Also, it seems that ID = Z666 is custom define. It is not standard text ID.

Let me know if you have any question.

Regards,

RS

<b>In SO10, you can only see the text of Object = TEXT.</b>