Application Development 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: 

Delivery document header text

Former Member
0 Kudos

Hi Guys,

Which table we can find the delivery document header text detatils?, Can any one please suggest.

Text object should be VBBK.

Thanks in advance.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

you can find the details from STXH (header information )and STXL - Text information(non readable format)

using READ_TEXT you can find the information.

TDNAME = DELIVERYNUMBER(likp-vbeln)

TDOBJECT = VBBK for header VBBP for Item

TDID depends on the text which you are using.

you can get all the information from Text editior itself in the Delivery.

Subhankar
Active Contributor
0 Kudos

Hi,

The table to store the header and Item text is

STXH (for header) and STXL(for Item).

You can not see the text because it store in the table in RAW format.

To get the text you have to use the FM READ_TEXT.

If want change the text use SAVE_TEXT.