2019
08-27

App-Specific Configuration for Fiori Apps HOT

第一次配置FIORI APP,边看边学,1. SAP官网FIORI APP 介绍、下载地址:http://www.sap.com/fiori-apps-library,当前SAP提供了7000多个APP,可供下载使用, 下载安装方法参看:https://blogs.sap.com/2015/08/14/simplified-installation-of-sap-fiori-apps-with-maintenance-planner/ 2.当需要了解一个标准APP的使用配置时,可在http://www.sap.com/fiori-apps-library,找到对应的APP,然后查看,比....Read More >
2019
08-27

SAP Web IDE学习UI5第三步—–把生成的APP发布到SAP服务器 HOT

SAP Web IDE学习UI5第三步-----把生成的APP发布到SAP服务器 在SAP LOCAL WEB IDE中开发好APP后,可以把开发好的APP发布到SAP的服务器中, 为了测试,我新建了一个快速运用, 一,在WEB IDE根目录下\config_master\service.destinations\destinations下新建一个文件名:HANA_DEV,注意,没有扩展名,并用写字析打开,编辑内容如下: 更多细节可参看:https://help.hana.ondemand.com/webide/frameset.htm?2cf47f37e34c42....Read More >
2019
08-27

LOCAL WEB IDE的连接SAP,及ODATA的配置 HOT

LOCAL WEB IDE的连接SAP,及ODATA的配置 在使用WEB IDE开发程序时,我们要使用ODATA,所以需要配置一个ODATA的连接,或者在对SAP 的FIORI的APP做增强时,需要连接SAP, 连接时,在WEB IDE根目录下\config_master\service.destinations\destinations下新建一个文件名(比如HANA_DEV),没有扩展名。 [crayon-68c53dbda6bec993231568/] 保存文件编码最好使用UTF-8在其中写入 其中的,WebIDEUsage....Read More >
2019
08-27

SAP Web IDE学习UI5第四步—–把APP配置到FioriLaunchpad中 HOT

SAP Web IDE学习UI5第四步-----把APP配置到FioriLaunchpad中 上一文SAP Web IDE学习UI5第三步-----把生成的APP发布到SAP服务器, 在此把上一文中发布的APP,配置到FioriLaunchpad中。how to deploy an SAPUI5 App on it 之前参照的一个网络文章再在没在了,为了能在此就能看到,所以照片着文章做一下, 一、用WEBIDE 做好一个APP,在此使用的APP是基于"SAP Fiori Master-Detail Appliction"生成的一个运用,我做了些修改,但主要还是模板....Read More >
2019
08-27

为Launchpad配置登陆窗口 HOT

为Launchpad配置登陆窗口 The SAP Fiori login page is a customized standard ABAP login page. You can configure the SAP Fiori login page to launch SAP Fiori launchpad The SAP Fiori logon screen is configured for the SAP Fiori lauchpad. 使用事务码:SICF,输入服务名称:“ushell”找到default_host....Read More >
2019
08-27

Launchpad内容的翻译 HOT

在一个语言中配置好Launchpad后,用其它语言打开Launchpad后,发现其它语言的内容与定义时用的语言的内容是一样的,所以当其它语言需要使用时就需对进行翻译, 细节参看:https://help.sap.com/saphelp_uiaddon10/helpdata/en/f9/51b50a07ce41deb08ced62711fe8b5/frameset.htm ....Read More >