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

Released Production Orders List

Former Member
0 Likes
1,084

How can i get the Detail of the Production orders which are released but not TECO...

i am able to get thru by going to aufk then finding the status with AUFK~OBJNR field in JEST table but it takes lot of time is there any other table or FM by which i can know the list of Released Production Orders but not Compeleted...

Abhishek Suppal

7 REPLIES 7
Read only

Former Member
0 Likes
943

Hi,

Make use of FM STATUS_TEXT_EDIT, this might be helpful,

Rgds,

Read only

0 Likes
943

in this FM i have to pass the OBJNR but i don't have that......

Read only

0 Likes
943

Hi,

You can get the OBJNR value from the View cretaed for AUFK table, that is CAUFV, you can make use of this view to get the order details, and pass the OBJNR to the function module,

Hope this helps,

Rgds,

Read only

0 Likes
943

For geeting the Required Detail then i have to pass all the PO created in SAP, but my requirement is that i want the list of PO which are at Present Released...

i hope u got my query.....

Read only

0 Likes
943

Hi,

I assume you can still get the orders created as of date from SAP using CAUFV, get the order status from the function modules for the orders created/retrieved from the previous step, and display/process the orders that have the status 'rel', hope this helps,

Read only

0 Likes
943

Hi,

If the answer is helpful, please reward points,

Rgds,

Read only

0 Likes
943

This will give list of all the Production Orders i have to SCAN the Whole table for this...