BTE增强记录会计凭证更改

BTE增强记录会计凭证更改

Requirements: Need to update custom table field when changes made on FI Document number.

We can use the BTE(Business Transaction Events) to capture changes made on a particular FI Doc. Please follow these steps.

1) Execute Tx FIBF. Click on Menu-Evironment.

BTE增强记录会计凭证更改

2). Select “Info system(P/S)”.

BTE增强记录会计凭证更改

3). On the Publish & Subscribe Interfaces, just press the execute button.

BTE增强记录会计凭证更改

4). Upon executing, it will list all existing P&S BTE. From the list, we will going to use the 00001110 – CHANGE DOCUMENT. This BTE will be fired up once the SAVE button is clicked. Double click the CHANGE DOCUMENT.

BTE增强记录会计凭证更改

5). On the Interface Detail, click on the Sample function module button.

BTE增强记录会计凭证更改

6). It will proceed to Transaction Function Builder.

BTE增强记录会计凭证更改

7). Copy the function module to custom function.

BTE增强记录会计凭证更改

8). Select function group.

BTE增强记录会计凭证更改

9). On the function module source code, we could see the interface IMPORTING and the TABLES.

BTE增强记录会计凭证更改

10). See sample codes to update custom table sgtext. From the interface parameters, you can do any logic or whatever requirements.

BTE增强记录会计凭证更改

11). After implementing your logic, save and activate the custom function module then return to FIBF main screen. Click on Settings->Products->…of a customer.

BTE增强记录会计凭证更改

12).  On the Change View, here we have to add the newly created function module. Click New Entries button.

BTE增强记录会计凭证更改

13). On the New Entries, type in “ZBTE_T01” as our sampe Product under Product column and our custom function module which is “ztest_interface_00001110”.

BTE增强记录会计凭证更改

14). Click the Active checkbox column and then save.

BTE增强记录会计凭证更改

15). Once saved, click the BACK button to return to FIBF main screen. Again, select Settings -> P/S Function Modules -> …of a customer.

BTE增强记录会计凭证更改

16). On the “Publish&Subscribe BTE: Customer Enhancement”. We need to add new entries. Click on the New Entries button.

BTE增强记录会计凭证更改

17).  On the Event column, type in the interface event which is “00001110”.

BTE增强记录会计凭证更改

18). On the Product column type in our newly created products which is ZBTE_T01 or you can select it from the list box.

BTE增强记录会计凭证更改

19). Type in the function module “ZTEST_INTERFACE_00001110”. Click SAVE.

BTE增强记录会计凭证更改

20). Now that the BTE already created, we have to test it if it works perfectly. Execute Tx FB02 OR FB03.

BTE增强记录会计凭证更改

21). On the Document Overview, we are going to change the LONG TEXT/SGTEXT of line item # 5.

BTE增强记录会计凭证更改

22). Double click line item # 5 and type anything on the text field and then click SAVE button.

BTE增强记录会计凭证更改

23). After clicking SAVE button, our sample BTE will be triggered and a Popup message informing custom table has been updated.

BTE增强记录会计凭证更改

24). Additional example informing user that the field Long text of the custome table has been updated.

BTE增强记录会计凭证更改

That’s all folks. Thank you.

From <https://www.linkedin.com/pulse/sapabapusing-bte-fb02fb03-reflect-changes-made-fi-table-buenavista>

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/3055.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(0)

相关文章

发表回复

登录后才能评论