cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Application. SAP Work Manager. How to pass detail infromation into the next window.

Former Member
0 Kudos

Hi All

I want to create new ScreenSets for SAP Work Manager WorkOrders and Position.

I can make to show a list of Work Orders using

"List Tile View" connected to :>"WorkOrders" Property Collection

On Single Click it must Open WorkOrder detail information

Single Click Target - Selected "WorkOrder" Object


In the Scound ScreenSet - WorkAroundTaskDetial

Display Object is WorkOrder

I try to show WorkOrder-Desciption:

But it shows Empty

Looks like whole WorkOrder object is Empty

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Konstantin,

Please make sure that in Single click Action("WorkAroundOpenTaskDetial") you have set

For Object property ->"WorkOrder" object.

Thanks,

Sujit Ghanti

Answers (1)

Answers (1)

Former Member
0 Kudos

Your WorkAroundDetail screen doesn't have anything that points to the selected list item, so it has no context of which WO to display. You could point your description field at the selected item (WO) using a rule etc, but this is probably not the way you want to create the screen.

I would suggest looking at the MainMenuScreen and how they use Tile Displays to set the context for Detail screens.

Michael