‎2009 Sep 30 11:32 AM
Hello Experts,
I am working on PM Module for first time,
I have made a report for creating transfer order requirements for all PM-orders.
Over here I have a made a selection screen similar to IW38 transaction.
Overhere there are fields like OUTSTANDING IN PROCESS COMPLETED AND HITORICAL.
I have implemented the coding for selection screen but I want to know the fucntionality of this selection.
The standard program name is RIAUFK20, can any one tell me how to implement the functionality of selection screen in my program.
Thanks and Regrds,
Nikhil.
‎2009 Oct 03 9:04 PM
Hi,
The orders are selected through view VIAUFKST, this view includes tables AFIH, AUFK, ILOA and AFKO.
Field AFIH-IPHAS contains a value to indicate the current order processing stage. These stages are compared with the selections Outstanding, In process, Completed, etc. That allows the relevant orders to be selected. The iphase values are as follows:
0 Outstanding
1 Postponed (currently not used)
2 Released
3 Technically completed
4 Manual deletion indicator set
5 Historical order
6 Completed for business
This allows selection of orders based on there current phase/status without having to read the actual status records (JEST) for each order.
-Paul
See the [Enterprise Asset Management (EAM)|; forum for PM/CS specific topics