sap-web-ide

Loading OData without Table or List object in SAPUI5

落爺英雄遲暮 提交于 2020-02-29 05:05:11
问题 I have 2 weeks looking for an example to understand how the OData works. I have defined in the Manifest.json my url with the OData service { "_version" : "1.7.0", "sap.app" : { "id" : "test", "type" : "application", "i18n" : "i18n/i18n.properties", "applicationVersion": { "version" : "1.0.0" }, "title" : "{{appTitle}}", "description" : "{{appDescription}}", "sourceTemplate": { "id" : "servicecatalog.connectivityComponent", "version" : "0.0.0" }, "dataSources" : { "Test" : { "uri" : "/sap/opu

Loading OData without Table or List object in SAPUI5

僤鯓⒐⒋嵵緔 提交于 2020-02-29 05:03:49
问题 I have 2 weeks looking for an example to understand how the OData works. I have defined in the Manifest.json my url with the OData service { "_version" : "1.7.0", "sap.app" : { "id" : "test", "type" : "application", "i18n" : "i18n/i18n.properties", "applicationVersion": { "version" : "1.0.0" }, "title" : "{{appTitle}}", "description" : "{{appDescription}}", "sourceTemplate": { "id" : "servicecatalog.connectivityComponent", "version" : "0.0.0" }, "dataSources" : { "Test" : { "uri" : "/sap/opu

Reusing SAPUI5 custom control library in Web IDE

假装没事ソ 提交于 2020-01-03 04:48:09
问题 It is more or less clear how to implement a SAPUI5 control library and deploy it to SAP ABAP repository, however I am completely lost at attempting to reuse it in Web-IDE. Web-IDE just does not see the library deployed to SAP ABAP repository. Certainly I can always clone the library files into all the projects, but it is not a right methodology. Tried different variants of dependency path to no avail. Does anyone have a clue? Thank you. 回答1: Finally, the problem's been solved. And this is how

How do I use Binding path/context to build (multi-page app) using a single view / controller?

混江龙づ霸主 提交于 2019-12-25 11:54:23
问题 I'm building a create survey / questionnaire app, where each question has the exact same format bound to a model. Is it possible to do this with one controller + view and simply manipulate the binding context/path? I've created a single view for this in SAP WEB IDE. When I go click on the "Add New question" button, (to display the input for Question 2) how exactly do I setup the new binding path/context to accept data for it? 来源: https://stackoverflow.com/questions/46115723/how-do-i-use

Consuming OData from Eclipse

笑着哭i 提交于 2019-12-24 19:47:19
问题 I've been practicing SAPUI5 with the documentation but they use SAP Web IDE to consume OData services. However, because my company won't expose their server to the cloud, I can't use SAP Web IDE so I need to use eclipse. I need a tutorial step by step (for dummies) for consuming OData with SAPUI5 from eclipse. I already know how to create them but not how to use them from eclipse. I use the OData service from Northwind but with SAP, I'll need credentials and other things. "dataSources": {

Connecting to Remote Systems

这一生的挚爱 提交于 2019-12-13 02:53:29
问题 I'm having some troubles when I configure my archive (I'm using SAP Web IDE Personal Edition) and try to connect with my server. This is my configuration: Description=Servidor Fiori - FSD Type=HTTPS TrustAll=true Authentication=BasicAuthentication Name=vm-kfmfiori User=namari Password=qwerty.30 WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap URL=https\://lookthepicture:port ProxyType=Internet WebIDESystem=FSD WebIDEEnabled=true sap-client=100 I take my info from this URL service: The Name

Fiori : Could not open App

人走茶凉 提交于 2019-12-12 04:31:21
问题 I am implementing Manage Journal Entries App in S/4Hana 1610 (App ID : F0717 as per Fiori App Library) and followed the guide given in the Fiori App Library. When I click on it ,encounters Console error1 , Console error2 . i.e. Error: failed to load 'sap/ssuite/fnd/om/outputcontrol/library.js' Thanks in Advance. 回答1: In case anyone is still looking for this error. The resolution is to Activate SICF Service FND_OM_OUT_CLS1(Pre-requisite for this service is software component UIS4HOP1 200 SP

How to Connect to Remote DataSource from SAP WebIDE Personal Edition

自作多情 提交于 2019-12-12 04:28:54
问题 I am trying to call the OData Service from SAP WebIDE local/personal edition. I want to define the Datasource in manifest.JSON file and then create the model with the same data source. As mentioned in SAPUI5 Walkthrough : https://sapui5.hana.ondemand.com/#docs/guide/44062441f3bd4c67a4f665ae362d1109.html They are creating the destination in HANA trial account -> Destination. In my case, there is not HANA Trial account. Where I can create the destination so that my manifest.json file can read