1 打开SAP客户端,登录ABAP开发账号 2 输入事务码 'FIBF' ,查找BTE增强 3 在SAP业务框架界面中,选择菜单‘环境’—>‘信息系统(P/S)’4 输入选择 '属性类型' 或其他筛选条件,点击执行 5 选择对应业务交易事件的名称,点击上方‘模式函数模块’6 直接跳转至SE37界面,标准封装函数名自动...
2006 SAP AG 8 10. In Function Builder (transaction SE37), enter the new "Z" or “Y” function module. Click on the Change button. 11. The system will default into the source code screen where you may enter your ABAP code. 12. Notice the tables available for the code. Additional tab...
Technique – How-To-Guide on the Usage of Business Transaction Events (BTE) Applies to: SAP 4.6C and Above Summary: This article provides a step-by-step guide on the usage of Business Transaction Events, as an Enhancement technique in the Financial Accounting Module of the SAP R/3 system....
技术标签:SAP ABAP 学习资料sap BTE(Business Transaction Events),是SAP的一种增强方式,一般适用与FI相关事物代码的增强开发,如FB01等 涉及T-CODE: FIBF 或者 BERE、BF24、BF34 1.查找增强事件点 在标准程序中查找String ‘OPEN_FI_PERFORM’。获得Event ID 找到的函数如果最后是’_E’,则说明... ...
append:表增强字段,alv中append name代表表增强结构,used in table代表增强的表,剩余两项分别代表增强结构所在的包及增强结构的描述,双击可以看到增强结构中的具体字段,也可在se11中寻找表字段为.APPEND的字段,代表增强字段 三代增强(BADI):ALV中第一个字段为标准BADI名称可在SE18中查看实施方法;第三个字段代表系统...
结果包括三代增强(BADI)部分,其中BADI名称可在SE18中查看,实施名称在SE19中查找。此为系统中已存在的增强点。接着是BTE增强(替代增强),ALV展示所有BTE增强清单,在第二个字段筛选“Z*”可找到已实施的增强。表字段增强(CI Includes)也作为一项内容列出。二代增强涉及客户出口,第三个字段提供...
SAP ABAP 增强,二代增强SMOD CMOD 1.查找增强点,增强,再怎么增强也是再原系统中加自己想要的东西,如果要保存系统的可升级性,那么就只能在系统预留的接口下增强。 A.使用增强程序查找增强.有大牛写了个增强点查询的程序,复制到自己的系统中运行即可。 B,通过程序ID 到TADIR 查找增强。 SE11查询数据表TADIR(...
10. In Function Builder (transaction SE37), enter the new "Z" function module. Click on the Change button. 11. The system will default into the source code screen where you may enter your ABAP code. 12. Notice the tables available for the code. Additional tables may be declared if nece...
BTE is one of the many enhancements techniques available in ABAP developer’s arsenal :twisted: to meet various business needs. A BTE has a predefined interface which helps to add additional functionality through function module defined in BTE customizing. The BTE is triggered by the SAP with a...
回到FIFB界面,Settings->Process Modules->... of customer->新建主键是 00001120的Process,并将刚才建立的function module和product写到相应栏位。 之后,运行相应的过账程序,诸如T-CODE VF01或是FB01,生成财务凭证,察看凭证的HEAD TEXT是否被修改。 原代码不方便贴,就放些关键的代码。