Application Development 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: 

Need the List of BTEs triggred after posting the document .

Former Member
0 Kudos

Hi Experts,

i need to know which are all the BTE's are getting triggered after posing the invoice using FBV2.

BTE - 1030 is getting called before the invoice is getting posted.And i have also cheked the BTE interface 1050 (which didnt got triggered even before or after posting).

<< Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>

Thanks,

RK

Edited by: Rob Burbank on May 19, 2011 1:26 PM

1 ACCEPTED SOLUTION

brad_bohn
Active Contributor
0 Kudos

Quick response will be highly appreciated.

A Runtime Analysis by you would be even quicker...

2 REPLIES 2

brad_bohn
Active Contributor
0 Kudos

Quick response will be highly appreciated.

A Runtime Analysis by you would be even quicker...

former_member213733
Active Contributor
0 Kudos

Hi ,

In runtime keep a break point at FM - BF_FUNCTIONS_FIND and keep a watch on the parameter I_EVENT .

Which will give you the relevant BTE that you are looking for .

Cheers ,

Dewang