cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to display the data when the records of the list view is larger,Why?

Former Member
0 Kudos

Dear,

In ATE or mobile devices,the screen unable to display the data and the applicaton may has no respond when the records of the list view is larger,such as 1000.

Best regards,

Xin

Accepted Solutions (1)

Accepted Solutions (1)

mark_pe
Active Contributor
0 Kudos

Xin,

Hi. In order for us to process this properly, we are curious on your statement that states that you are unable to display the data or the application has no response when the list view is larger than 1000 records.

In theory the list view is displaying objects. Your objects could have multiple properties in it. If your objects have sub-objects (Child objects) that have embedded hierarchical objects then you may not be displaying simple objects but a hierarchy of large data.

To address list view issues, you may try to know your data and from this data approach the issue with a plan of action. Each of the features built in the Agentry client or editor gives the designer different ways to approach an issue.

As suggested above, you may try to create a filter or what we call an include rule to only display X data from your 1000 records. Do you really want your user to look and scroll down 1000 data. Do you think that is a run simple approach? What could be done is you can create a list view that only shows data based on how they approach the transaction.  For example, if they sign in as a tech from unit 1, then their specialty role is a plumber then the include rule may only display items that is for unit 1 and only needs a plumber as the user.  So your 1000 unit items in the view may be now down to 10. 

With this you may have a better approach to the Agentry apps.

If you need assistance in designing the logic or business flow, the SAP consulting team does this all the time and you can subcontract them with your project.

Best Regards,

Mark Pe
SAP Platinum Support Engineer

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Xin,

Because that is too much data to try and render.  You should filter your data down or if you need that many records, look into storing the data in a Complex Table.

--Bill