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

table names

Former Member
0 Likes
602

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

Former Member
0 Likes
576

Hi,

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

or tell us the Transcation code.

Regards,

Niyaz

Read only

0 Likes
576

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

Read only

Former Member
0 Likes
576

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

Read only

Former Member
0 Likes
576

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>