Application Development 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: 

IW33

Former Member
0 Kudos

Hi All,

I want to know the name of the transparent table behind the Transaction IW33. i specifically want to know how the operations details in IW33 are linked to order number, whicj is the transparent table which provides the link between work order and operations in that work order.

Regards

Saurabh

4 REPLIES 4

Former Member
0 Kudos

Former Member
0 Kudos

The link between an order and operation should be the routing number :

Get routing number from AFKO. (order number is the key)

Operations from AFVC for the routing number. (routing number is one of the keys).

You can also choose to use BAPI_ALM_ORDER_GET_DETAIL if you want to avoid selects.

Regards,

Srihari

Former Member
0 Kudos

Hi

Take the Orders from (AUFNR) AUFK table for all orders.

Which order you need? Use Order type PM01 for PM orders PP01 for PP orders SM01 for service orders

with that number check the order details from AFKO and AFPO tables

for order operations see the table <b>AFVC and AFVV</b>

Take the AFKO-AUFPL field and pass to AFVC and AFVV tables to get the data

You can also see the Views VIAUFKS and VIAUF_AFVC

Regards

Anji

Former Member
0 Kudos

dfsdfsd