‎2009 Sep 06 10:38 PM
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
‎2009 Sep 07 8:27 AM
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
‎2009 Sep 07 8:27 AM
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
‎2009 Sep 07 8:30 AM
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