cancel
Showing results for 
Search instead for 
Did you mean: 

DELIVERY ITEM TEXT DATA TABLE

Former Member
0 Kudos

Hi ALL,

I am mainting data in delivery item level in Text field. so, in which table i can see this data and how can i extract this data to develop z program.

Thanks

umesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

You can get delivery item text from text objects VBBP.

To read the text values use function module READ_TEXT.

with input parameters

ID = text ID

LANGUAGE = lang

NAME = delivery order number

OBJECT = VBBP (for item texts).

Check T-Code VOTXN for maintaining text objects and text IDs

Thank you.

Former Member
0 Kudos

Read_Text Function module is used to retrieve the text for a particular objects.

To find the Text id these are the following steps.

1. goto VL02N, enter doc Number

2. from menuselect Goto>ITEM-->item Text..... New window will be displayed

3. select the item Text. here you can see all the text.

4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper.

5. in the Next window you will find Text Name. Text ID, Language. etc...

prasanna_kumar4
Active Contributor
0 Kudos

HI

Check the below Link

[Re: Table & Fields names are required for text |;

Regards,

Prasanna