cancel
Showing results for 
Search instead for 
Did you mean: 

Release date and time for Purchase order

Former Member
0 Kudos

Hi Masters,

Could you please let me know that in which table the release date ane time will get stored for purchase order.

Regards,

Panneer

Accepted Solutions (1)

Accepted Solutions (1)

Hi,

You can find out from CDHDR & CDPOS table.

Select Date Time from CDHDR table & Join with CDPOS table where CDHDR-OBJECTCLAS = EINKBELEG and CDHDR-OBJECTID = PO number and CDPOS-TABNAME = 'EKKO' and CDPOS-FNAME = FRGZU and CDPOS-VALUE_NEW = 'X'.

You will get the date time from CDHDR table.

Regards,

Udayasankar Rajagopalan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

CDHDR and CDPOS

Also