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

text lines

Former Member
0 Likes
1,326

hi all,

1)i would like to know the tables where the text lines are stored.(in texts tab in sales/delivery).

i know the object is vbbk and the TDID is y008.

i went to stxl but was not able to make out.

2) iam updating delivery texts in my custom transaction and would like to know any bapi/fm i can use to update the changes to database.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
993

Texts are stored as raw data clusters and you will not be able to directly see them in tables. You have to use READ_TEXT function module for that purpose. STXH, STXL only contain some header and pointer information of the text.

5 REPLIES 5
Read only

Former Member
0 Likes
994

Texts are stored as raw data clusters and you will not be able to directly see them in tables. You have to use READ_TEXT function module for that purpose. STXH, STXL only contain some header and pointer information of the text.

Read only

0 Likes
993

For updating texts, use SAVE_TEXT.

Read only

Former Member
0 Likes
993

Hi,

Header data is in : table "STXH". text file header

Line Details : STXL

Use function SAVE_TEXT

Read only

Former Member
0 Likes
993

Hi,

stxh - header

STXL - lines

Alexandre Nogueira

Read only

Former Member
0 Likes
993

STXL and STXH but you cannot see the text.