分类目录归档:ODATA

  • 创建银行账号

    创建银行账号

    银行账号就是我们用来收款,付款时的银行账号了,比如我的银行卡号就是一个银行账号。此功能对应的SAP标准功能是FI12,在ECC版本直接可以在FI12上创建银行账号,但HANA S4时默认时FI12是不可创建的,需要修改配置(网络上可找到),S4推荐的维护银行账号的方法是使用FIORI,在项目中也使用了WEBDypro做了一个更复杂的功能来实现,但我觉得一般需求来说,使用FIORI应该是最好的选择, …
  • 调用工商银行API接口

    调用工商银行API接口

    在新的工商银行接口中时使用HTTPS的API,直接连接工商银行接口,可以不使用前置机,但增加RAS非对称加密,遇到了一些新问题,在这里记录下。 继续阅读 →
2019
08-29

OData Query Options in SAP Netweaver Gateway HOT

Hello everyone, in this tutorial we will learn what are the different query options available in SAP Netweaver Gateway OData service. What are Query Options ? Query Options are parameters added to the OData service by an application to control the amount and order of data retrieved.The name of al....Read More >
2019
08-29

Register your first ODATA Service HOT

Register your first ODATA Service After modeling and implementing the service we have to register the OData service to use it. In this tutorial we will learn how to register the OData service to be able to access from the applications. Previous SAP Netweaver Gateway tutorials can....Read More >
2019
08-29

Model your first ODATA Service HOT

Model your first ODATA Service Hello everyone, in this blog post, we will learn how to create OData service in SAP Netweaver Gateway System. Below are steps to model OData service and this tutorial is one among the first sap netweaver gateway tutorials. To access all SAP Netwe....Read More >