‎2009 Sep 06 10:39 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 4:55 AM
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
‎2009 Sep 07 4:55 AM
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
‎2009 Sep 07 12:10 PM
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.
‎2009 Sep 08 4:45 AM
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.