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

RELEASE DATE for PO

Former Member
0 Likes
505

Hi all,

I want to get the date on which the PO is released through the transaction ME28.

Please let me know where can i find it... Except in tables CDHDR and CDPOS...

Thanks & Regards,

Swamy Mantha

Hi all,

I want to get the date on which the PO is released through the transaction ME28.

Please let me know where can i find it... Except in tables CDHDR and CDPOS...

Thanks & Regards,

Swamy Mantha

2 REPLIES 2
Read only

Former Member
0 Likes
460

Hello,

I think there is no other way to derive he release date.

The standard information in ME23N will give you only the information about the relase status (see bapi BAPI_PO_GETRELINFO). To get the date you can only read the change header/item. From business perspective it is more important

whether the PO is released or not (eg. after release and change in ME22N you have to release again).

Rgds,

JP

Read only

Former Member
0 Likes
460

hi,

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

~~Guduri