IntroductionThis Quick reference is a collection of what are subjectively the highlights of ABAP functionality made available in ABAP 7.5x releases. The already good SAP examples are simplified/summarised to allow quicker understanding of the basics ...
Introduction
When creating an app from template in Business Application Studio (BAS) the old "SAP Fiori Freestyle Project" template functionality has been moved to the new "SAP Fiori application" template. This template combines freestyle and Fiori e...
Introduction
In part 1 we created a Master-Detail Fiori app using the Northwind odata service.
The resulting output was:
The Customer ID (VINET in above) is an internal code so the actual customer name would be preferable for our app. Given that ot...
Introduction
While getting access to a trial account to try/learn Business Application Studio(BAS) is easy, not everyone will have a SAP backend system they can link to to supply data to the BAS environment. A publicly available odata service called ...
Previously I created a free style app project in BAS using the "SAP Fiori Freestyle Project" template however it is now flagged as deprecated.
I am therefore using the "SAP Fiori application" template and using the "application type" freestyle.
T...
I would suggest getting your friend to enter the URL of your launchapd directly into one of the web browsers to see what comes up. If it loads correctly then it is only the launching of the web browser that is the issue. There are settings in SAP Gui...
Thanks Pawet (and Joachim).
I've no idea how that slipped through the cracks for the last 5.5 years this article has been up.
I've made the correction.
Hard to tell Javier but here are a few thoughts.
Does the UI5 version you are using have an "openBy" method for sap.m.QuickView ?
Are you definitely using sap.m.Quickview in your fragment (sap.ui.ux3.QuickView is deprecated for example) ?
It...