Blogs tagged selfstudy
-
Sabina Paskuraj posted on August 24, 2016Hi All In this blog, I have tried to cover the data flow process in Fiori system landscape when user makes a request via Fiori Launchpad. Also about run time data flow in Front-End server and Back-End server. Above architecture by SAP. Front-end... Read More »2Comments8Likes -
Bruno Lucattelli posted on July 9, 2016First of all: relax. No, I’m not going to just share some slides here. But I spoke at #SITSP last week about SAP Fiori, and instead of just sharing my slides with the local participants (like I usually do), this time I decided to write a blog... Read More »5Comments14Likes -
In my blog Some more technical details about SAP note I have written a simple tool which allows me to get more deep understanding on SAP note. Before I wrote that tool, I have no technical knowledge on note at all. I will share with you how I was... Read More »3Comments4Likes -
In Fiori launchpad, the page title will display default value “Home”. When I click a given tile to enter an UI5 application, the page title is changed for example from “Home” to “My Tasks”. Today I am dealing... Read More »1Comment1Like -
We know that UI5 framework provides a convenient Diagnostics tool for application developer to set breakpoint on a given method of control class. The Diagnostics tool could be launched via Ctrl+Alt+Shift+S. We can select the control and its methods... Read More »0Comments1Like -
Can I change the hard code ID? How are libraries specified in data-sap-ui-libs loaded by UI5 framework? Can I change the hard code ID? In SAP help the UI5 bootstrap logic is explained: Bootstrapping: Loading and Initializing SAPUI5 in HTML Pages.... Read More »1Comment4Likes -
Question: how can I find exactly location of code where UI5 does the trick? We know that when we create a new UI5 control instance, we can explicitly pass an id into constructor. In this case, developer takes responsibility to ensure the id is... Read More »1Comment0Likes -
Application descriptor In CRM Fiori there is a full screen application named My Task. Note: This “full screen” has nothing to do with F11 in your browser. My colleague today asked me one question: what is the usage of this attribute... Read More »0Comments0Likes -
One of my colleagues today asked me this question: Suppose this below is an application generated by Smart Template, and I would like to debug how the back button is implemented. Since the whole UI page is implemented by framework, I don’t... Read More »1Comment2Likes -
Design time Runtime How to get pre-processing result Annotation datasource OData metadata merged with Annotations I have already been working with Smart template for one month. Since now no frontend JavaScript code for application is generated but... Read More »2Comments4Likes