标签归档:saplearners
置 顶
置 顶
S/4HANA 功能基础介绍研讨会 HOT
VSCODE问题汇集
整理VSCODE在FIORI开发中使用的问题,不能测试运行,在VSCODE中新建一个ELEMENT的FIORI运用时,经常发现生成的APP在WEB目录下没有node_modules目录,如果 出现NPM安装很慢没返回,可以执行,可以设置一个NPM的镜像源,可使用阿里云 NPM 镜像,TAOBAI,也可设置为空,使用默认,都试一下, 继续阅读 →manifest.json 文件可用参数说明
在SAP 开发FIORI APP时,都会用到manifest.json文件,特别是在用ELEMENTS 开发时,运用程序的很多参数都需要在manifest.json中设置,比如LIST中的多选,全选,变式等,在网络上基本找不到一个完整的manifest.json参数介绍 ,以下是从SAP UI5库中得到的一些可能参数说明。 比如在List Report 里的 table 进行设置,当前manife …
2019
08-29
08-29
How to find User Exits in SAP ABAP HOT
After knowing about user exits in sap abap, its time to find one and implement it. As you know user exits mostly exits in Sales and distribution module.Lets take a sample scenario and try to implement user exist.
Scenario
While creating a sale-al....Read More >
2019
08-29
08-29
Email Notification on workflow completion HOT
In this tutorial, you will learn how to send a email notification to the users after completing the workflow without using an email step in the workflow.
1. Go to SWDD(Workflow Builder). Leave the workflow as it do not add any steps in the workflo....Read More >
2019
08-29
08-29
How to find User Exits in SAP ABAP HOT
After knowing about user exits in sap abap, its time to find one and implement it. As you know user exits mostly exits in Sales and distribution module.Lets take a sample scenario and try to implement user exist.
Scenario
While creating a sale-al....Read More >
2019
08-29
08-29
SAP Web IDE – Connecting Gateway System HOT
In our previous tutorial, we installed and configured the SAP Web IDE Locally. In this tutorial we will connect SAP Web IDE to the Gateway systems to get the OData services.OData services are used in building Fiori/SAP UI5 applications. To know a....Read More >
2019
08-27
08-27
SAP Web IDE – Connecting Gateway System HOT
In our previous tutorial, we installed and configured the SAP Web IDE Locally. In this tutorial we will connect SAP Web IDE to the Gateway systems to get the OData services.OData services are used in building Fiori/SAP UI5 applications. To know a....Read More >
2019
08-27
08-27
How to install Android Studio on Windows 8 HOT
Hello everyone, in this blog we will show you how to install android Studio on windows 8 64 bit machine. Lets get started.
Step-by-Step Installation Procedure
1. Download the Android Studio from here
2. Once the download is fini....Read More >