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

FB01 - Event Trigger

Former Member
0 Likes
1,710

Hi All!

I'm new to SAP / ABAP I just wanna ask for some help / guidance.

So, through FIBF, I created a FM for EVENT 00001030 (POST DOCUMENT: Posting of standard data) through FIBF which is just a copy of the standard/sample FM for that event.

However, upon going to Settings > P/S Modules > of a customer in tcode FIBF and creating new entry, EVENT 00001025 was used.

Now in FB01, I tried posting a document. And saved. But the problem is, upon saving, it didn't went throught the FM I created which I tried placing a break point to check if it enters there.

So is there a process or step I missed why it did not went through the FM or done something wrong?!

Thanks in advance!

J

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,318

Hi

Try placing Break point inside the below FM and check which FM is getting triggered for the specific event.

OPEN_FI_PERFORM_00001030_E.

~~~Ganesh Kumar K.

5 REPLIES 5
Read only

Former Member
0 Likes
1,319

Hi

Try placing Break point inside the below FM and check which FM is getting triggered for the specific event.

OPEN_FI_PERFORM_00001030_E.

~~~Ganesh Kumar K.

Read only

0 Likes
1,318

Hi....

I tried placing break point on the FM you gave and it seems it enters the FM:FI_DATA_FOR_SELF_INVOICES.

And yes I already created the product for the BTE.

Read only

0 Likes
1,318

Check the table TBE34 for mapping between Event and Custom Function Module. Debug the function module BF_FUNCTIONS_FIND to find the missing linkage.

Read only

0 Likes
1,318

Thanks to all. I've already found out the problem. It did not recognize the FM because of a mismatched country code. Thanks for the advise.

Read only

brad_bohn
Active Contributor
0 Likes
1,318

Did you create a product with your BTE in it and activate it?