Extend Fiori My Timesheet App with device GPS on Hana Cloud Platform (HCP)
It sounds like a lot of tech jargon to start, but let me explain. There are two big problems with Fiori today: 1. There is a lot of work required to get Fiori started and configured, including a new...
View ArticleInterested to learn more about software design?
Did you know that design can improve the adoption of your FIORI application? By applying a few tangible techniques, you can create a delightful experience for your users and incorporate good design...
View ArticleMore details of DatePicker
What does DatePicker look likeHow to define DatePicker in xml viewImplementation of DatePicker.jsImplementation of Calendar.jsWhen and where are these divs generated?event design in Calendar.jsEvent...
View ArticleActivate Standard Fiori Transactional Apps
1. Refer this link https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer or SAP Fiori principal apps 1.0 for SAP ERP - SAP Library 2. Check whether the specified software component for...
View ArticleDateFormat in DatePicker control
aFormatArraythis.oFormatOptions.patternthis.mCustomDatamSettingsThis blog contains my research about the date format determination for DatePicker control. Suppose I have select a new date ( 2015-10-15...
View ArticleHow-To choose Fiori software components which are suited for you
This article is focus on Fiori for SAP Business Suite.Before we go into detail, there is one major thing you should consider which is: Only transaction and Principal Apps can run on Non HANA Database....
View ArticleLanguage related topic for DatePicker
In SAP help, the determination of language code / locale is explained.For example, when I access CRM application "My Appointment" with English language specified in url:...
View ArticleSAP Fiori for SAP ERP HCM 1.0 - SP03 & notes applicable
SAP Fiori for SAP ERP HCM 1.0 SPS03 is available now. Help documentation can be found here. Package consists of 12 Fiori applications inclusive of the new apps My Time Events (Simplified ESS...
View ArticleSAP Runs SAP: The Rising Power of End User Feedback for SAP IT Operations
SAP IT Experiences with Integrated End User FeedbackBusiness User driven Process and Solution DevelopmentPurpose of Business SoftwareBeing an IT professional, have you ever sat back and wondered "What...
View ArticleSAP Fiori Cloud Edition is now available for Productive Use!
We are excited to announce the availability of SAP Fiori, cloud edition for productive use as part of a controlled availability program. SAP Fiori, cloud edition renews your SAP Business Suite...
View ArticleContact Support button display logic in Fiori
I was once confused about why I could see "Contact Support" button in error popup window in some system but in some other system it is gone. See the following two groups of screenshot for example:...
View ArticleList of Useful SAP Fiori TCodes
Hi All, These are list of transactions which i found very useful for Fiori Development, Sharing with all, Please add more if i have missed some. /UI2/CACHERegister service for UI2 cache...
View ArticleSAP Fiori, Cloud Edition - End to End Story
It's TechEd season and as usual that means exciting announcements and innovations from SAP It brings me great joy to share with you the new features for SAP Fiori, Cloud Edition. First and foremost,...
View ArticleChanging the legend color in SAP Fiori My Leave Request Calendar
Please follow the below steps to change the calendar color legends in SAP Fiori application “My Leave Request” I have used SAP Provided UI Theme designer for the same.Run your application in the...
View ArticleTwo types of popup Dialogs in Fiori
Type one: Model Dialog based on IFrameSolutionType two: Message dialogSolutionThis blogs introduces the tips how to find the location of source code where the popup dialog is raised. There are two...
View ArticleHow I do self-study on a given Fiori control - part 1
Step1 - create a sample application with only one button controlStep2 - Find out what needs to look into: Button-dbg.js & ButtonRenderer-dbg.jsStep3 - figure out the logic of Modules in UI5Step4 -...
View ArticleHow I do self-study on a given Fiori control - part 2
How is native html code for Button control generatedButton control and Button RendererIn previous part, the following topics are discussed: The module concept in UI5When, where and how the button...
View ArticleHow I do self-study on a given Fiori control - part 3
"click" event VS "press" event"Press" event registrationSummaryIn previous part, it is explained how the native html code of Button control is generated by its renderer, ButtonRenderer.js. "click"...
View ArticleHow I do self-study on a given Fiori control - part 4
How can I get control data in the runtimeaAllPublicMethodsaPublicMethodsmAllAggregationsmPropertiesoParentIn the second part of the self-study series, we figure out that the responsible Render name is...
View ArticleHow I do self-study on a given Fiori control - part 5
How does setXXX workProperty change validationHow does getXXX workIn the previous blog, I have studied the metadata of Button control. In this blog, I will study the instance data of Button control. I...
View Article