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: 

table names

Former Member
0 Kudos

Hi All,

can anyone tell me the names of the fields or tables from which i can refer the fields for the following

Pick status --date n time

WM activities ---date n time

Confirmation ---date n time

Packed ---date n time

Points will be rewarded surely

Thanks in advance

4 REPLIES 4

former_member200338
Active Contributor
0 Kudos

Hi,

Please tell us the area of the development like SD, MM, PP, FI etc,,,

or tell us the Transcation code.

Regards,

Niyaz

0 Kudos

Hi Niyaz,

it is related to the SD.Kindly specify the

field names for date n time field

for example:

pickind date field is kodat

but how to fine the time at which picking is completed/in processing

Thanks in advance

Former Member
0 Kudos

Hi

You can use for example AM_DATE which with format ( Analysis date (yyyymmddhhmm))

but as i think better to create your own data types for it...

Regards

Yossi

Former Member
0 Kudos

Hi Padmasri,

You can get the pick status date and time from the table VTTK:

TNDR_ERPD Earliest Pickup Date

TNDR_ERPT Earliest Pickup Time

TNDR_LTPD Latest Pickup Date

TNDR_LTPT Latest Pickup Time

TNDR_ERDD Earliest Delivery Date

TNDR_ERDT Earliest Delivery Time

TNDR_LTDD Latest Delivery Date

TNDR_LTDT Latest Delivery Time

THanks

Vijay

<b>PLZ reward points if helpful</b>