Display error page in Floorplan Manager
Various reason can be for terminating a Floorplan Manager application, like unsufficient authorization to launch the application. This can be done with the pattern below.
Various reason can be for terminating a Floorplan Manager application, like unsufficient authorization to launch the application. This can be done with the pattern below.
As you already know, Floorplan Manager was built on top of ABAP WebDynpro to standardize the look & feel and development of web based UIs built with ABAP. Some of the generic tasks is to create the field catalog and description. We’ll go through proper field setup in case of FORM, LIST and TREE GUIBBs.
There is no specific event or dedicated interface provided by Floorplan Manager (FPM) to execute a download. However it is possible the same way like in WebDynpro applications, since FPM is based on ABAP WebDynpro.
GUIBBs can register to provide possibility to interrupt event prcessing showing a popup. Ths user can decide to continue or break event processing.
for Freestyle Apps and manual SEGW service implementation Fiori applications can retrieve texts and translations both from the backend system and from i18n resource bundle files of the application. However might happen, that these changes do not become immediately active, when users relaunch the applicaion.
You want to gain capabilities of SAPUI5 Smart Table control using a GateWay service. Nice control, but at the moment with limited availibility of documentation and examples. Two points can make you headache. You want to bind to backend entity set, which is not directly accessible, but it is an associated entity, and you can access it […]
When you want to save some variables at the client side, without using an OData Model connected to the backend, you can do it using a model of type JSON in your controller. Like you define objects using JSON, you can have a nested hierarchy. It’s possible to set defaults of any type, and reference […]
SAP is focusing development of sap.m library instead of sap.ui.commons (discontinued). It is obsolete for us during development. They officially state that combining these libraries is not possible, which is other reason not to use this library. The below figure shows you, what can be combined, and what is not safe. As you can see sap.ui.commons and sap.ui.ux3 are […]
Without touching every detail of the ABAP Development Tools installation; I’d like to show You some features of ABAP in Eclipse to fine tune the look and feel and behavior. The eye-catching adjustments help You to configure ADT to Your own flavour. To see the adjustments instantly, log on to an SAP system in advance. […]
Tha latest improvements of ADT iniated to rewrite this article, where I provided a customized eclipse preferences file previosuly, and the required steps to apply on your installation. It made possible to have syntax highlights for CDS and ABAP.