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

Delivery Header text table and feild

Former Member
0 Likes
1,051

Hi all,

Can any one guide me where delivery header text is saving i check table STXH ( STXD SAPscript text file header) and field TDID but while i am checking in table i am not getting any text data either based on text or any other combination

can any one guide me which table its saves .. so

Thanks

Rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
928

Hi,

It stores in STXH and STXL tables only.

Which particular header text do you want to find?

In the delivery; go to the particular header text in edit mode and double click on it to open the text editor.

The from the menu options Go to-->Header.

You will get the required information such as

Text Name

Language

Text ID

Text Object

Use the same in STXH and STXL table.

Note that you have to specify the complete delivery number with the initial zeros.

Regards,

Ankur Parab

2 REPLIES 2
Read only

Former Member
0 Likes
929

Hi,

It stores in STXH and STXL tables only.

Which particular header text do you want to find?

In the delivery; go to the particular header text in edit mode and double click on it to open the text editor.

The from the menu options Go to-->Header.

You will get the required information such as

Text Name

Language

Text ID

Text Object

Use the same in STXH and STXL table.

Note that you have to specify the complete delivery number with the initial zeros.

Regards,

Ankur Parab

Read only

Kanagaraja_L
Active Contributor
0 Likes
928

USE FM READ_TEXT OBJECT = 'VBBK' , ID = 0001, NAME = <Del Doc Number> , LANGUAGE = <language>.

In VLo2/VL03 you can get the above details from VL02(Second Screen)->GOTO->HEADER->TEXTS->(Right hand side you will get the text area then double click on that after that you will get CHANGE FORM screen here in the menu bar GOTO->HEADER you can get the TEXT details here).

Kanagaraja L