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

READ_TEXT parameter in VA03

siongchao_ng
Contributor
0 Likes
5,046

Hi all,

I need to use READ_TEXT FM to get the text tab of customer/material internal note in VA03.

How do I get the ID, NAME, OBJECT to input into READ_TEXT?

I tried goto menu->goto->header but the info is not there.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,062

Hi ,

Please see these
Go to t-code SE75

check on Text Objects and IDs and click on display.

on this see

VBBK   Sales Header texts
VBBP   Sales Item texts

click on VBBK or VBBP  see all the list of text ID.

ex VBBP

Text ID  Description                Forma  INCLUDE ID  Text nam  Structure
                                            (Default)   Display   Key
0001 Material sales text
0002 Item note
0003 Packing note
0004 Delivery text
0005 Purchase order text
0006 Production memo
0007 Customer material text
001  Delivery texts 1
002  Delivery texts 2
003  Delivery texts 3
3000 Item text 1 decentral shipment
3001 Item text 2 decentral shipment
3002 Item text 3 decentral shipment
5000 Material long text

FJTX

INSP

RB01 Service Provider
RB02 Item Description

Regard,

Nilesh

Hi all,

I need to use READ_TEXT FM to get the text tab of customer/material internal note in VA03.

How do I get the ID, NAME, OBJECT to input into READ_TEXT?

I tried goto menu->goto->header but the info is not there.

5 REPLIES 5
Read only

Former Member
0 Likes
3,063

Hi ,

Please see these
Go to t-code SE75

check on Text Objects and IDs and click on display.

on this see

VBBK   Sales Header texts
VBBP   Sales Item texts

click on VBBK or VBBP  see all the list of text ID.

ex VBBP

Text ID  Description                Forma  INCLUDE ID  Text nam  Structure
                                            (Default)   Display   Key
0001 Material sales text
0002 Item note
0003 Packing note
0004 Delivery text
0005 Purchase order text
0006 Production memo
0007 Customer material text
001  Delivery texts 1
002  Delivery texts 2
003  Delivery texts 3
3000 Item text 1 decentral shipment
3001 Item text 2 decentral shipment
3002 Item text 3 decentral shipment
5000 Material long text

FJTX

INSP

RB01 Service Provider
RB02 Item Description

Regard,

Nilesh

Read only

0 Likes
3,062

Hi ,

In T-cdoe Va03 goto at Item level texts tab.

Please attached screen shot

click in Display Log Icon then see the list of id , name and object.

Regards,

Nilesh

Read only

Former Member
0 Likes
3,062

Hi,

the simplest way to get the Parameters is, create a text you will get in READ_TEXT

via va01. After save have a look into table STXH via SE16(N) and you see the Parameters.

Regards, Dieter

Read only

0 Likes
3,062

Hi,

Gothe text Tab in VA03 and double click on the text it will open one display text.then after that in the menu Goto-->Header you all those detals.

Regards,

Vigneshwar.D

Read only

siongchao_ng
Contributor
0 Likes
3,062

Debug FM SAVE_TEXT while changing the text in VA02 to get the parameters values