Application Development and Automation 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: 
Read only

Shipment's tables

Former Member
0 Likes
36,252

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
Read only

jerry_glenn2
Explorer
0 Likes
20,644

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

11 REPLIES 11
Read only

Former Member
0 Likes
20,644

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

Read only

Former Member
0 Likes
20,644

Hello Laura,

VBLK - delivery note header

VEKP/VBPO - shipping header/detial

VTTK/VTTP -Shipment header/item

Read only

Former Member
0 Likes
20,644

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

Read only

0 Likes
20,644

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.

Read only

0 Likes
20,644

Hi,

Someone can help?? please 🐵

Read only

jerry_glenn2
Explorer
0 Likes
20,645

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

Read only

0 Likes
20,644

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

Read only

0 Likes
20,644

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

Read only

0 Likes
20,644

Thanks... six years later... 

Read only

jerry_glenn2
Explorer
0 Likes
20,644

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.

Read only

Former Member
0 Likes
20,644

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