cancel
Showing results for 
Search instead for 
Did you mean: 

TAble for PO Release date

Former Member

Hi all,

Plz tell me the table in which i can get PO Release date.

Best Regards,

Savita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Savita,

The Release dates of the PO are unfortunately not stored in SAP but as stated above you can check the change documents in the follwowing manner:

Go to CDPOS table with Objectid = <PO Number> and OBJSCTCLASS = EINKBELEG and FNAME = FRGKE and NEW_VALUE = <Final release code> and get the CHANGENR from CDPOS. Then go CDHDR with the CHANGENR and get the update date..

Answers (5)

Answers (5)

Former Member

Hi,

See the tables CDHDR and CDPOS.

https://forums.sdn.sap.com/click.jspa?searchID=12888470&messageID=3198093

Regards

Kiran Sure

Former Member
0 Kudos

Hi Kiran

Can u tell me how can i get PO release date in tables CDHDR and CDPOS

Regards,

Savita

Former Member
0 Kudos

hi check eket-erdat or

write a select on the cdpos table

0 Kudos

Hi Savita,

You can use this Query to get PO Release Date.

SELECT UDATE FROM CDHDR

WHERE OBJECTCLAS = 'EINKBELEG' AND

TCODE = 'ME29N' AND

OBJECTID = [PO_NUMBER]


regards,

Budi Dharmawan

Former Member
0 Kudos

Savita,

Please search the forum first for your requirement before posting the query.

Anyways you shall get the PO release date in Table EKAB field AEDAT.

Regards,

Alok.

Former Member
0 Kudos

Hi Savitha,

Hope it will help you.

Table- EKKO and Field - AEDAT

or

Table EKAB and Field - AEDAT

Regards,

KK

former_member195383
Active Contributor
0 Kudos

Hi

RBKP-BUDAT will give the PO order posting date..