Hallo,
we have a use case where we have to load round 10.000 Objects from the SAP Backend to the Agentry Client.
Let us say we have a inventory and need all InventoryItems for this. First we try to create a Inventory object with a collection from InventoryItems and load the Inventory items with a read step in the collection. But this takes a long time (round 15 minutes) on the client.
Now we try it with a complex table. We load the 10.000 InventoryItems in the complex table an it needs only 30 second.
Question1: Why is the complex table so much faster as the object load.
But now our problem is that we need to filter the result of the complex table fetch.
Question2: The use case is: we want scan the inventory number and want load all InventoryItems from the Backend for this inventory number in the complex table. How can we do this? Can we get the inventory number from the inventory object in the java class for the complex table load? Do someone have a idear.
Thanx André
Message was edited by: Michael Appleby