2005 Dec 05 9:30 AM
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
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
2005 Dec 05 9:37 AM
Hi,
Make use of FM STATUS_TEXT_EDIT, this might be helpful,
Rgds,
2005 Dec 05 9:52 AM
in this FM i have to pass the OBJNR but i don't have that......
2005 Dec 05 9:57 AM
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,
2005 Dec 05 10:14 AM
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.....
2005 Dec 05 10:38 AM
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,
2005 Dec 05 10:49 AM
2005 Dec 05 11:59 AM
This will give list of all the Production Orders i have to SCAN the Whole table for this...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |