‎2005 Dec 07 5:04 PM
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
‎2005 Dec 07 5:07 PM
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.
‎2005 Dec 07 5:07 PM
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.
‎2005 Dec 07 5:08 PM
‎2005 Dec 07 5:08 PM
Hi,
Header data is in : table "STXH". text file header
Line Details : STXL
Use function SAVE_TEXT
‎2005 Dec 07 5:09 PM
‎2005 Dec 07 5:14 PM