cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order

Former Member
0 Kudos

Hi All

Can anybody tell me how to check the PO Created Date and PO release date.

Suppose i have created PO ON 5.11.2008 and released the same PO ON 11.11.2008 where can i check both the dates.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member660933
Active Contributor
0 Kudos

Hello,

You can try to get PO creation date and PO release date by using CDHDR and CDPOS tables.

Give input flowwing inputs in CDHDR table

Object value = PO number

Transaction = ME21N for getting creation date and ME29N or ME28 to get release date.

For item details use CDPOS table.

Regards,

Shailesh

Former Member
0 Kudos

Dear shailesh

It is not showing ant entries.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Avi,

In Stadard PO, you will get only Doc. Date i.e. PO created date and Delivery Date.

Released date provision is not available.

you can coordinate with your ABAPer to developed Z Report where new creation of Table & field for PO Release date will aslo take place.

hope this info. will help you to resolve your query.

Cheers...

Manoj K Singh

former_member581212
Active Contributor
0 Kudos

hi,

You can get the delivery date but not the release date..

You can get the del date from report ME2N, use the dynamic selection and enter the del. date...and then execute...

But if you wanna get both at same time, then get the new Zreport generated from the ABAP consultant for your req...

You can refer the table EKPO and EKKO for the same...

Regards

Priyanka.P

kunal_ingale
Active Contributor
0 Kudos

hi

open the po in ME23n then go to environment >header changes or item changes u will get it

regards

kunal

Former Member
0 Kudos

Dear Kunal ,

it is showing me only creation date not release date.

kunal_ingale
Active Contributor
0 Kudos

hi if u go to header changes u will get the t code of release like me28 or me29n

that entry will be ur release transaction and use its date

if u want list for many pos then go to SE16 and give table CDHDR

take help of ur abaper for developing report

regards

kunal

Edited by: kunal ingale on Nov 20, 2008 7:46 AM