About this blog This blog/document shows a compact and (hopefully newbie-friendly) approach for adding new / additional SAPUI5 versions (sources) to a SAP Web IDE
For FLP on Portal check SAP note (2282103 - How to check the version of SAPUI5 you have installed) After press and hold the following buttons in sequence: CTRL + ALT + SHIFT + P SAPUI5 debug panel will open (pictured below). From here you will see the current version of SAPUI5 y...
SAP Managed Tags: SAP Fiori Hi Experts, we developed one FIori app in SAP WebIDE, and deployed successfully to the Gateway server. Once deployed to the server application name generated. Am started to create a custom tile based on the am configuring. Here i stuck, actually not only me m...
In this video, Jacques Victor will show you how to create Coded UI tests within Visual Studio Team System 2010. Visual Studio Team System 2010 introduces a new test type - Coded UI Test, which enables you to create automated UI tests which can then be added to a regression test suite. ...
http://scn.sap.com/servlet/JiveServlet/downloadImage/2-15889423-684152/450-251/Capture.PNG 3.Also if required check the field is getting properly mapped under the SMTmapping section MDG_BS_BP_MAP_2STA and BP_BP_BKDTL_2API. In the process you have to ensure that the field needs tobe ...
To check this, open up the system on which the Gateway software component SAP_GWFND is installed. Depending on the deployment option, you have chosen, this can either be the SAP TM back end or a separate Gateway hub system. Start transaction/IWFND/MAINT_SERVICE. Either some Gateway services...
Active Directory problem: Check if a user exists in C#? Active Directory User does not assign User logon name and User Principal Name AD LDS cannot ChangePassword, but it can SetPassword Add <?xml version="1.0" encoding="UTF-8" standalone="yes"?> to my xml response Add a Constraint ...
If you want to testSAPUI5events, you can use spies to test how often they are called. If you try to test the parameters, however, you cannot do this with spies asSAPUI5uses an eventPool that reuses the same object again. This means that after an event is set, all of the parameter...
When we check in both Browsers(Chrome, Firefox and Safari) and simulator as well as real iPad and Android phone, we get "No Access". Some times the onSuccess function is executed in the simulator and device, but the sap.ui.getCore().getModel().setData(data); is not being executed as...
SAP Managed Tags: SAPUI5 Hi, I am trying to build a mobile application and i am using navigation and routing for switching between my views. since my app has many view using single component becomes bulky.So i want to modularise that by loading additional routes to my component when nee...