cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing Track Purchase Order Fiori Application

0 Kudos

Hi,

I had posted this query two weeks back under SAP Mobile but didn't receive any response. So, i would like to ask from this platform.

We have configured a standard "Track Purchase Order" Fiori application.

We want to change the Default Filter Criteria from "Last 7days" to "Last 30 days". Is there any configuration or extension available, where we can change this?

Regards,

Yuvraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yuvaraj,

This is achievable through extensibility.

Extend S2.controller.js and override onInit()

//replace this line with below one

this.oFilterDialog.setSelectedPresetFilterItem("FILTER7");

change to

this.oFilterDialog.setSelectedPresetFilterItem("FILTER30");

Helpful Links

App exetnsibility : Track Purchase order

End to End use case

Best Regards,

Sunil B N

0 Kudos

Thanks Sunil for your response. I'l check on this and revert.

Regards,

Yuvraj

0 Kudos

Hi Sunil,

Will the data get populated for default value if the filter criteria is changed in the code?

Regards,

Yuvraj

Former Member
0 Kudos

Hi Yuvraj,

Data will get populated if you have data with that filter.

Best Regards,

Sunil B N

Answers (0)