cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Purchase Requisitions limited to 100 on Fiori Application

karlyn_mongeau
Explorer
0 Kudos

Hi,

SAP Purchase Requisitions limited to 100 on Fiori Application.

Some people have more than a thousand of PRs that they can approve but can only see 100 of them on the Fiori App.

I don’t find a solution to correct the odata

http://bhzpocsyner01.bms.com.br:8000/sap/opu/odata/sap/GBAPP_PRAPPROVAL;mo/WorkflowTaskCollection?$s...

Do you have a solution,


Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

karlyn_mongeau
Explorer
0 Kudos

The problem is resolve now.

 

I overriding the onInit method of the S2.controller.js with the following implementation:

onInit : function() {  this.getView().getModel().setSizeLimit(9999);

Answers (0)