Skip to Content
0
May 31, 2018 at 07:30 PM

SAPUI5 Controller extension for changing the standard app Growing threshold

978 Views

Hi,

I have extended the standard MM_SUPPLINV_APV with extension project. The details page is extended with some custom fields. The extension project along with the standard app is working fine. Now i wanted to change the growing functionality parameters from the standard app by extending the master controller.

Here is the structure of the standard controller.

Here is the structure of my custom extension project.

In the standard S2.view.xml , i wanted to change the parameters of the growing functionality

Now in my S2Custom.controller.js , onAfterRendering() method , i wrote the code to change the parameters as follows.

My code is executed but before the list is rendered. ( as i can see the "Test" text ) while the busy icon is going on while entering the app.

So the custom code is executed and also the list parameters are changed ( checked in debugging ) but i don't see the growing functionality.

Any ideas ??

Warm regards

Sanket

Attachments

standard.png (37.0 kB)
custom.png (16.0 kB)
standard.png (32.7 kB)
custom.png (63.5 kB)