分类目录归档:SAPUI5

SAPUI5,OPENUI5

  • 创建银行账号

    创建银行账号

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

    调用工商银行API接口

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

Beginners OO ABAP Interview Questions HOT

1. What is a Class ? Class represents the real time object. Class have different components like attributes,methods which the behaviour of an Object. In ABAP we create two types of  Local Class and Global Class(SE24-Class Builder). 2. Where do you create Global class in ABAP ? Transaction Code :....Read More >
2019
08-26

Fixed Value Append in SAP ABAP Domains HOT

Fixed Value Append in SAP ABAP Domains In this tutorial, we will learn how to add extra Fixed values append to SAP standard Domains with out modifying it.This concept is part of the new enhancement framework Netweaver version 7.0. In this example we will take Delivery-常指业务订单的出货单号码. St....Read More >