‎2008 Oct 03 8:26 PM
Hi Guys,
Which table we can find the delivery document header text detatils?, Can any one please suggest.
Text object should be VBBK.
Thanks in advance.
‎2008 Oct 03 8:49 PM
you can find the details from STXH (header information )and STXL - Text information(non readable format)
using READ_TEXT you can find the information.
TDNAME = DELIVERYNUMBER(likp-vbeln)
TDOBJECT = VBBK for header VBBP for Item
TDID depends on the text which you are using.
you can get all the information from Text editior itself in the Delivery.
‎2008 Oct 04 8:57 AM
Hi,
The table to store the header and Item text is
STXH (for header) and STXL(for Item).
You can not see the text because it store in the table in RAW format.
To get the text you have to use the FM READ_TEXT.
If want change the text use SAVE_TEXT.