cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment events

Former Member
0 Kudos

Hi Experts,

I want to print some dates based on "Event" triggered at shipment document.

We can find different events column under "Further dates" section of shipment overview screen(VT02N or VT03N).

For instance if the event is "Arrival customer" and the "Begin plan date" is 21st May'09 then which table or structure we can check for this information.

If we press F1 under further dates sectiuon it givibg structure that relates to Screen structure.

Finally i need to know link between "Shipment number" and "Event" and "Begin plan date" relation table or structure.

Regards,

Chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Tables TSEGH (linked to LIKP-HANDLE) and TSEGE

Function /SPE/TSEG_GET_TIMESTAMP (Rel > 4.7)

CONVERT

TIME STAMP pt_tmpstmp-timestamp

TIME ZONE likp-tzonis

INTO

DATE pt_tmpstmp-date

TIME pt_tmpstmp-time.

For custmoizing Events see OSS 355480 (very awesome...)