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

PO Release Date

Former Member
0 Likes
753

Hi Guys,

Please give me the table name where the release date of a PO is available.

Thanks

Ram

Hi Guys,

Please give me the table name where the release date of a PO is available.

Thanks

Ram

4 REPLIES 4
Read only

Former Member
0 Likes
700

Hi Ram,

You can use FM BAPI_PO_GETRELINFO to get PO release information.

Also please check table NAST and EKBE.

Regards,

Ferry Lianto

Read only

0 Likes
700

Hi Ferry,

I am not able to find the release date from the FM. there are so many date fields in table NAST and EKBE. Could you please tell me which I have to consider. I just want when the PO is released.

Regards

Ram

Read only

Former Member
0 Likes
700

I may be wrong about this. If I am, someone please correct me.

I'm not sure there is a table with the PO release date as such. I think you may have to check change documents and find the most recent one that changes the status to "released" and get the date from this change date.

Rob

Read only

Former Member
0 Likes
700

Hi Shri,

I think the date of PO release is available in output record table NAST for the status VSTAT = '1' for the PO Number and Output condition type.

Otherwise you can look the change documents of the release indicator (FRGZU), where you get XXXXX in the EKKO table. Then you can look at the CDHDR / CDPOS table for this field and get the change date.

Regards,

Ferry Lianto