cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding forward button in PO app

nishantbansal91
Active Contributor
0 Kudos

Dear Team,

We have 5 apps, we need to hide forward button in all SAP FIORI Application.

Can you please help us how to achieve this functionality.

Thanks and Regards,

Nishant Bansal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

Hi Nishant,

You have to enhance your UI code for footer options. Check out the app extensibility page to see the UI hooks available so that you can hide/add buttons.

ItemServiceLimit.controller.js  >>

  • extHookSetHeaderFooterOptions

  • With this controller method you can enhance thesetLocalHeaderFooterOptions method of theItemServiceLimit.controller.js controller to change theHeaderFooterOptions.

Check out help.sap page for details : App Extensibility: Approve Purchase Orders - SAP Fiori Apps - SAP Library

Regards,

Tejas