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
681

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
565

Hi Rajesh,

Header text and item text can be retrieved only thorugh Read_text function module...Try using it ...u can easily get it..

Regards,

Vamshi

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi Rajesh,

Header text and item text can be retrieved only thorugh Read_text function module...Try using it ...u can easily get it..

Regards,

Vamshi

Read only

Former Member
0 Likes
565

Hi Rajesh ,

Table mentioned by you is actually containing the standard text name .

TO view the content of this standard text , go in SO10 and give the standard text name , text id and language.

You will get the content .

Hope it helps you.

Read only

Former Member
0 Likes
565

Are you checking table STXH /STXL with correct selection-criteria ? Please ensure selection-criteria as below

TDOBJECT = 'VBBK'

TDNAME = Delivery Number with zeros padded to left

TDID = '0002'

Secondly, STXH will be updated only when some text is maintained in the header text. If header text is blank; STXH will not be updated.