cancel
Showing results for 
Search instead for 
Did you mean: 

C4C: How to change position of standard button , e.g. Refresh

siwei_yang
Participant
0 Kudos
556

Hi there,

now I have a request to relocate the standard button Refresh to outside of ActionMenuButton "More", as illustrated below.

As I know , it is about the Embedded Component COD_Quote_EC.uicomponent. But it seems to be impossible to do that.

So I came up to the idea to create a new button in Toolbar. but I don't know how to raise refresh event, or which kind of method or function should be called. The BO CustomQuote does not have any action related to refreshing either. Or maybe the question is how to implement such refresh action for all quotes of a customer?

Does anybody have good idea?

Best wishes

Peter

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Kudos

Hi,

What you are trying to achieve is currently not possible i.e. you cannot move the button from "More" section to toolbar. Also, you cannot achieve this with simple custom button creation because the list gets refresh based on DB query upon button click which you cannot influence in the standard UI.

But if it is very very critical functionality for your client then I am afraid that you need to build it completely on your own by creating a custom EC and then using it in place of standard an hiding the standard which is not at all recommended.

Note: SAP has said in one of the recent webinars that they will be bringing back the functionality of "Copy" and "Paste" within Fiori UI in one of the upcoming releases and then probably you can try your luck with copy-pasting at that time if enabled for button you mentioned.

Thanks

Saurabh

Answers (0)