分类目录归档:ABAP

  • 创建银行账号

    创建银行账号

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

    在SAP中打URL,并登陆

    在SAP中可以调用IE来打开URL地址(函数WS_EXECUTE),但如打开的网页需要登陆时,还需要使用单点登陆并打开网页,比如SAP本机的FIORI ,WebDynpro的URL地址时,以下分别说明在IE中打开当前SAP服务器的URL,及在SAP GUI中打开的方法,主要是解决打开并登陆的问题,如是只为打开可以直接使用函数WS_EXECUTE 继续阅读 →
2019
08-29

Customer Exits in SAP ABAP HOT

Customer Exits in SAP ABAP After understanding about User Exits in SAP ABAP. Now we will learn next enhancement concept called Customer Exits which are released after user exits. What are Customer Exits in SAP ABAP? Customer Exits are like hooks to the SAP standard programs....Read More >
2019
08-29

Overview of Changing SAP Standard HOT

Overview of Changing SAP Standard In this tutorial we will what are ways to change the SAP standard system.SAP out of box system may not meet the business requirements we need to change the SAP Standard system, to do we have different ways of it. Let us look at each of them. 1. C....Read More >
2019
08-29

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 >