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

functionality behind selection screen IW38

Former Member
0 Likes
739

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.

1 REPLY 1
Read only

paul_meehan
Product and Topic Expert
Product and Topic Expert
531

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