分类目录归档: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

Important Tables related to Customer Exits HOT

Below are important table related to Customer Exits in SAP ABAP. If you would like to report How many Customer Exits are implemented in the system or Need to identity different types of exits available in the system. In the below table Bold ones are important. [table id=5 /] [adsenseyu1] ....Read More >
2019
08-29

What is Enhancement Framework in SAP HOT

Data Dictionary enhancements are also newly added in Enhancement framework. We have two types here Additional Fixed Values append in Domains Extension Index. 2Implicit Enhancement OptionsImplicit enhancement option is source code enhancement concept.These are incorporated directly in ABAP source co....Read More >
2019
08-29

Subtotals in ALV using CL_SALV_TABLE HOT

Subtotals in ALV using CL_SALV_TABLE In this tutorial, we will learn how to apply totals and subtotals in ALV report using factory class CL_SALV_TABLE. To apply Subtotals in ALV, Apply totals on a column in ALV. click here to know Apply SORTing on a column ALV to which you want sub....Read More >
2019
08-29

User Exits in SAP ABAP HOT

User Exits in SAP ABAP SAP has provide various applications to support most of the business process, in case if any of client requirement is not available, we are allowed to modify/enhance the SAP standard.There are many methods of modifying or enhancing the SAP standa....Read More >