Hi,
I need to know the table of shipment. In the TR VT02N, in the part of Further dates I need to know the name of the table which the events are stored. The structure is ITSEGDIAE.
Thanks
HI
THE FOLLOWING LINK GIVES THE TABLES IN SHIPPING IN SD MODULES
<a href="http://www.sapgenie.com/abap/tables_sd.htm">SD-SHIPPING TABLES</a>
REGARDS
ANOOP
Hello Laura,
VBLK - delivery note header
VEKP/VBPO - shipping header/detial
VTTK/VTTP -Shipment header/item
HI,
Refer these tables:
VTTK Shipment header
VTTP Shipment item
VTTS Stage in transport
VTSP Stage in transport per shipment item
VTPA Shipment partners
VEKP Handling Unit - Header Table
VEPO Packing: Handling Unit Item (Contents)
Regards,
Gayathri
Hi,
I reviewed all the tables you gave me but there aren't the data of event. I need the data from further dates, in that part you can add event and dates, so I need that information but in all the tables you gave me doesn't exist.
Hi,
Someone can help?? please :o)
The table is TSEGE. You will have to use VTTK-HANDLE to access it.
Hi Jerry,
Thanks a lot!!!
Another question. The field EVEN_TSTFR is a dec(15) but it's a date, how can I convert it into a date??
After 3 years, I'm responding. Only to register.
Use FM ABI_TIMESTAMP_CONVERT_FROM to convert this date.
Att.
Edited by: Rodrigo Medeiros on Apr 7, 2009 7:21 PM
If you haven't already figured it out, this should work
convert time stamp tsege-even_tstfr time zone tsege-even_zonfr into date w_date time w_time.
Can any1 please tell me where exactly is the Visit List reference maintained in the Shipment table. When using Dynamic Transportation Planning a visit list is assigned to a shipment. Where exactly is this reference maintained.
Regards
Noman