Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTE 00001030 problem

h_senden2
Active Contributor
0 Likes
2,671

Hi,

we have customized the 00001030 business transaction event (BTE) to start a particular function module.

When we use transaction FB01 to post a financial document, the function module is called.

When we use the relevant bapi BAPI_ACC_INVOICE_RECEIPT_POST, the function module is not called.

So my question is, are the fi badi's triggering bte's ?

And, is there a tool to see whether the 00001030 is really used ?

regards,

Hans

Message was edited by:

Hans Senden

Hi,

we have customized the 00001030 business transaction event (BTE) to start a particular function module.

When we use transaction FB01 to post a financial document, the function module is called.

When we use the relevant bapi BAPI_ACC_INVOICE_RECEIPT_POST, the function module is not called.

So my question is, are the fi badi's triggering bte's ?

And, is there a tool to see whether the 00001030 is really used ?

regards,

Hans

Message was edited by:

Hans Senden

5 REPLIES 5
Read only

h_senden2
Active Contributor
0 Likes
1,675

Anyone ?

Read only

Peter_Inotai
Active Contributor
0 Likes
1,675

Usually SAP delivers a BTE sample FM, what you can copy to your own. In this case you have to maintain table TBE01 and TBE34 to trigger the FM call.

You can put a break-point at FM OUTBOUND_CALL_<BTE_number> or FM BF_FUNCTIONS_FIND to see if it works.

Peter

Read only

0 Likes
1,675

@Peter :

we have copied the sample function module and customized everything. For transaction FB01 (create financial document) it is working.

BUt not for the bapi.

Hans

Read only

Former Member
0 Likes
1,675

Hi Hans,

Please refer to OSS note 487722 to get more informations on FI BTE.

Hope this helps,

Regards,

Erwan

Read only

0 Likes
1,675

@Erwan : i'm now at home, but i will certainly investigate the notes. Thanx in advance. Points will be rewared soon !

Hans