cancel
Showing results for 
Search instead for 
Did you mean: 

Show all children work orders by selected mother?

vitor_cardoso1
Explorer
0 Kudos

Hi,

I'm developing an application using SAPWM 6.3, SPlevel10, SMP(3.0).

It is pretended that work orders (wo) of a certain type appear grouped accordingly with an descriptive property. In the main menu(WorkOrderTileListView), the mother wo should be clickable and that trigger should redirect the user to a second screen(ZWorkOrderTileListView), that is a copy of the main screen, but it displays only the respective children wo, which were not visible before.

The copy of the main screen is already created and the navigation is working. However, in the new screen, all work orders that are children appear. Instead, it is suppose to have only the children of the selected wo (same property).

In back end, it was created a property to pass the parent's work order number in each children, while the mother wo is suppose to have this property in blank. This property it was mapped in the objectNumber property.

The problem is that i need to show only, in the second screen, the children for the selected mother.

Can someone help me on this? Give me some guide lines?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You will probably need to use an include rule to filter the list of child work orders based on the selected parent. Depending on how you have the two screens structured you may be able to just reference the selected parent WO based on the screen name or you may have to store the selected parent WO number in a main object property as part of the navigation action so the list of children can use it in the include rule.

--Bill

Former Member
0 Kudos

Please check whether the target is Selected object of the TileView or Parent object.

We need to ensure that the target is pointing to Selected object (selected WO) rather than WO object.