‎2013 Oct 29 6:14 PM
Hello guys.
I have to create a validation for duplicate invoice in FI for tcode FV60 and FB60, so I found that using BTE can be done.
I followed all the steps to create the BTE, but it is not working. See the picture. Everything is done, but the BTE is not trigger. No idea why. It doesnt say that I need to active other things...Am I missing sth? I used tcode FIBF.
I checked the function PC_FUNCTION_FIND with 00001110, the result is ARGENT_PROCESS_00001110, but not mine.
Also i checked tcode BERP and this is the result, my process doesnt show
Regards
Miguel
‎2013 Nov 18 3:03 PM
‎2013 Nov 15 8:18 PM
Miguel,
I am having the exact same problem; have you had any luck finding out how to resolve this issue?
‎2013 Nov 18 5:44 PM
Hi,
I modify the standar function, i didnt create a client process, i used a SAP process and create my own function and assigned it to the SAP process. Because it didnt work with the client process...no idea why.
Regards
Miguel
‎2013 Nov 16 2:46 PM
Hi,
I think the BTE is working only for special transactions. This BTE is triggering in FM FI_DUPLICATE_INVOICE_CHECK. Can you put the break point and try to find that the BTE is triggering or not.
FM FI_DUPLICATE_INVOICE_CHECK
check sy-tcode ne 'FBVB'.
*--------------- Open FI- Prozeß-Schnittstelle -------------------------
call function 'OPEN_FI_PERFORM_00001110_P'
exporting
i_bukrs = i_bukrs
i_lifnr = i_lifnr
i_waers = i_waers
i_bldat = i_bldat
i_xblnr = i_xblnr
i_wrbtr = i_wrbtr
i_belnr = i_belnr
i_gjahr = i_gjahr
i_buzei = i_buzei
i_shkzg = i_shkzg
i_blart = i_blart "Note 568926
importing
e_nostd = xnost.
Thanks,
Kiran.
‎2013 Nov 18 3:03 PM
‎2013 Nov 18 5:43 PM
Hello,
yeap...mistake, I didnt know that it was a country field...
but still it doesnt work.. I dont know if that field do something, because what i did to make it works, was to modify the process BTE of an SAP application and it has the country AR and my function module, but my country is CL and it stop there...rare
Anyway, thanks for the tips.
Regards
Miguel
‎2013 Nov 18 6:18 PM
Hi Miguel
Can you try removing the Application from FI-FI to blank ,we have the same BTE in our system and it's set to blank..
Can you give a try by setting the Application to Blank ?
Regards
Ram
‎2013 Nov 19 8:34 AM
‎2013 Nov 19 8:49 AM
Hello Miguel,
Open the program SAPMF05A and check for the call of the BTE ie
CALL FUNCTION 'OPEN_FI_PERFORM_00001110_E
put a debugger there and check if this FM is triggered.
Thanks,
Vijay.
‎2021 Sep 10 12:14 AM
There is no country filter treatment on EVENT 00001110 (at least until SAP_FIN 617). The definition must be without country filter on FIBF and the filter must be implemented on your customized FM.