To extend SAPUI5 applications, SAPUI5 Flexibility offers capabilities not only for developers but also for key users and end users using simple visual / WYSIWYG tools.You can now easily learn how to use key user adaptation in a new tutorial mission:K...
IntroductionAfter we have adapted an SAP Fiori elements application in my last blog post, today we are going to make changes to a freestyle SAPUI5 application. Before you proceed, please make sure you understand the different capabilities of SAPUI5 F...
SAPUI5 Flexibility supports the easy extension of SAP delivered apps ensuring that the adapted application (called Application Variant) will be compatible with future updates provided by SAP. A variant is semantically a new application with an own id...
Introduction
The Italian mandate for electronic invoicing contains an additional set of requirements for archiving, called conservazione sostitutiva. These requirements are not present in other countries and are not part of the standard scope of SAP ...
Hello, everybodyI have a problem where I have an ID for an element that is made of 32 hexadecimal elements (hence a size 32 xstring). I need to use it in another system which requires a shorter parameter, but of type string. Therefore, I came to the ...
Hi Pedro,To get the owner component on the controller extension you actually have to use this path:this.getView().getController().getOwnerComponent()Regarding your second problem, it is generally not recommended to use timeouts since they can stop wo...
Dear Pedro,You are trying to use data from one UI element (section) to control the
behavior of another UI element (button) – but the data you need is available in
the underlying model (which defines the UI behavior in the first place).
Therefore, ins...
Hi Abhishek,
In the event handler for the button press (in the controller extension) you can trigger the request to the backend. Then you can wait for the backend response and, for example, show a success or error message box on the application. My ...
Hi Fernando,Why do you need to run the application without launchpad? Could you please provide more details about your use case?Thank you and best regards.
Hi Fernando,
I am not aware of any open issues. If you are still having trouble with the connection, I recommend opening a support ticket.
Best regards,
Vitor