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: 

Business Transaction Events

Former Member
0 Kudos
120

hello,

if i want to use business transaction events how to identify which event has to be used for a particular transaction. say for example if iam using "FBA7" transaction how to identify which events has to be used for this transaction where before saving i want to save the accounting document number in my Z table which event has to be used.

cheers

3 REPLIES 3

Former Member
0 Kudos
67

Hello Kumar,

u can use BTE 1030. Check the documentation.

former_member188685
Active Contributor
0 Kudos
67

Hi Kumar,

Go To FIBF that is a area menu, choose

menu Settings->P/S Function Modules -> of a Customer

now you are the view. choose F4 on events.

event 2221 is for payment document posting.

check it once.

Regards

vijay

Former Member
0 Kudos
67

Hi

Every BTE for FI document should be triggered by every FI process. So you should only find a BTE is triggered before saving the document and after assigning the number.

The BTE 1030 is right for you: I often used it to find out and save the account number in my Z-TABLE.

Max