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 status

Former Member
0 Likes
1,542

IN 46C there is NO FIELD AS EKKO-PROSTAT

In a report I need to capture PO status.Structure MEPO1232 stores the PO status from 1 to 8.

I know a PO can be in a receipted but not invoiced/partially invoiced/delivered but not invoiced etc.

How do these statuses map to status 1-8 in structure MEPO1232.

Thanks.

Message was edited by:

S V

IN 46C there is NO FIELD AS EKKO-PROSTAT

In a report I need to capture PO status.Structure MEPO1232 stores the PO status from 1 to 8.

I know a PO can be in a receipted but not invoiced/partially invoiced/delivered but not invoiced etc.

How do these statuses map to status 1-8 in structure MEPO1232.

Thanks.

Message was edited by:

S V

4 REPLIES 4
Read only

Former Member
0 Likes
1,099

Hi,

try thid class :

CLASS lcl_header_status_view_mm

rgds

Deepak.

Read only

Former Member
0 Likes
1,099

Hi,

You can find the PO Status in the table EKKO and field is PROCSTAT.

Reward points, if helpful,

Regards,

Sandeep Kaushik

Read only

Former Member
0 Likes
1,099

Hi

PM and PP order statuses are stored in JEST table and their texts in TJ02T table

where as PO status is stored in EKKO table

in field PROCSTAT with the following values

01 Version in process

02 Active

03 In release

04 Partially released

05 Release completed

08 Rejected

Reward points if useful

Regards

Anji

Read only

0 Likes
1,099

Hi,

In release 46C table EKKO there is no field such as PROCSTAT.

Could you please let me know how this can be solved in 46C please.

Thanks in advance.