Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment's tables

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

jerry_glenn2
Explorer
0 Kudos

The table is TSEGE. You will have to use VTTK-HANDLE to access it.

11 REPLIES 11

Former Member
0 Kudos

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

Former Member
0 Kudos

Hello Laura,

VBLK - delivery note header

VEKP/VBPO - shipping header/detial

VTTK/VTTP -Shipment header/item

Former Member
0 Kudos

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

0 Kudos

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.

0 Kudos

Hi,

Someone can help?? please 🐵

jerry_glenn2
Explorer
0 Kudos

The table is TSEGE. You will have to use VTTK-HANDLE to access it.

0 Kudos

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??

0 Kudos

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

0 Kudos

Thanks... six years later... 

jerry_glenn2
Explorer
0 Kudos

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.

Former Member
0 Kudos

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