cancel
Showing results for 
Search instead for 
Did you mean: 

Release date of PO

Former Member
0 Kudos

Hi,

In which table I can find the date on which the PO was released.

I could not find the release date of PO in EKKO.

I need to develop a report in which PO are to be included as per the release date not the document date(PO creation date).

Pl help.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Release Date is not available directly in any Table.

But, you can get this using following tables;

- CDHDR - Change document header

- CDPOS - Change document items

Go to table CDHDR, here pass PO No in field "CDHDR-OBJECTID" and Transaction as ME29N in field "CDHDR-TCODE" and get the Document Number from field "CDHDR-CHANGENR" and date of changes happened "CDHDR-UDATE" (Take this as Release Date)

Then go to table CDPOS and pass the Field value "CHANGENR" and get the change details. And here get the New Value (CDPOS-VALUE_NEW) for Release

Answers (2)

Answers (2)

former_member335885
Active Contributor
0 Kudos

HI.

You will not get this particulat information in any table. You can get the release status of the PO.

You have to build a logic and you have to go for development.

Thanks & Regards,

Kiran

Former Member
0 Kudos

Dear,

Check in EKAB - Release documentation and EKBE - Purchase document history.

Regards,

Syed Hussain.