‎2011 Feb 18 11:16 AM
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
‎2011 Feb 18 11:50 AM
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.
‎2011 Feb 18 11:50 AM
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.
‎2011 Feb 21 2:21 AM
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.
‎2011 Feb 21 6:35 AM
Check the table TBE34 for mapping between Event and Custom Function Module. Debug the function module BF_FUNCTIONS_FIND to find the missing linkage.
‎2011 Feb 21 7:29 AM
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.
‎2011 Feb 18 2:40 PM
Did you create a product with your BTE in it and activate it?