标签归档:saplearners
置 顶
置 顶
S/4HANA 功能基础介绍研讨会 HOT
在FIORI中上传本地EXECL文件导入数据
在SAPGUI程序中,通常使用ALSM_EXCEL_TO_INTERNAL_TABLE读取本地的EXECL文件,并导入文件中的数据到程序的结构 化每五个中,但在FIORI中,SAP UI5调用的ABAP代码中此函数不能使用,并且读取本地文件的GUI_UPLOAD,cl_gui_frontend_services=>file_open_binary,cl_gui_cfw=>load_program, …RAP CDS注意事项
在使用RAP的ABAP程序开中,使用ECLIPSE开发CDS时时常会出现一些错误,在此统一整理。 1.当修改CDS后UI5前面报各种错误(像没修改,或者是元素不存等),什么错误都有可能,时,可以试着把Service Binding 重新生成后面测试, 2.CDS,里的名字有的区分大小写,这点我不太记得了,好像有时区分,尽量在引用字段时,使用定义的完整大小写字母。 3.CDS 对应的类里,在引号中的 …
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 >