cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Same Order Number records in Order List???

former_member337066
Participant
0 Kudos

Bill Froelich

Konstantin Kulikov

AK K's Profile | SCN

Chandra Ayyagari's Profile | SCN

Stephen Streeter

Leonardo Gomez

Ajitesh Upadhyaya

Volker Saier

Manju Venkatesha

Sahil Dudeja

Hello Experts,

    We are working on SAP WM 6.2 SMP 3.0 SP10.

We have designed custom screen for WCD. But after fetching records it showing only first Order number throughout the list.

What exactly we are missing in Agentry side because in back end unique Order number is available. See attachment for issue

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For the tile you are using, what is the target for the field WOID you are using?

former_member337066
Participant
0 Kudos

Hello Stephen,

  Are you asking about WCD field. We have selected target as WCD_Details Transaction.

Is there any java code required or we are missing something in Agentry as we are getting same records.

Note:- We are using Odata Service to fetch records.

Former Member
0 Kudos

The left side of your screen is a Tile Display,  why are you targeting transaction instead of an object?
With transactions, you can have many transactions queued up for an object with older data, why the object (as long as the transaction have been applied) would show all changes made by the transactions.

In the screen set, you are calling, I am guessing you have one screen, with a Tile List View.  What is the collection you are using for the Tile List view?

The screen that will have the Tile List View (in your case the Tile Display) need to have the parent Object of the collection you want to display

How SAP Work Manager does it
Main Screen set (targeting Main Object)

- Work order Screen (

- - Left Side of the screen has a Tile Display that calls a WorkOrderTileListView Screen set,  Passes Main Object (parent Object to Work Order List)

WorkOrderTileListView has 1 screen for each platform that wants to display (or have a shared screen for some) - Targeted Object Main Object

- On the Screen have a List Tile View field with the Collection Target of Work order collection.