2008 Jan 29 9:38 PM
Hi guys,
I need a BADI, Exit that´s excecute after
release a billing to accounting in VF02
Appreciate your help.
Thanks,
Mariano.
2008 Jan 29 9:49 PM
I think, there is one user exit which executes during transfer to accounting.
Check this out.
SDVFX007 User exit: Billing plan during transfer to Accounting
2008 Jan 29 10:09 PM
Thanks but don´t work
Is excecuted when save de billing in VF01.
Mariano
2012 Sep 24 7:54 PM
This user exit is executed every time billing document is posted to accounting. It does not matter what transaction does it (it can be done in at least 3 transactions). You might want to clarify what are you asking for exactly.
2008 Jan 29 10:14 PM
You can achieve this with BTE's, if you want to do some action after creation of accounting document. Transaction Code: FIBF
2012 Sep 24 12:23 PM
Hi,
You may use FORM USEREXIT_PRICING_PRAPARE_TKOMK from RV60AFZZ.
Check for sy-ucomm = 'FKFR' indicating button release to accounting has been pressed by the user. Please note that control comes here for lot of actions ( like save identified by sy-ucomm = 'SICH' etc etc ) & lot of transactions ( VF01/VF02/VF11 etc etc ) so please give the precise conditions for it to work. We have been using it in our system.
I hope this helps,
Regards
Raju Chitale
2012 Sep 26 7:28 AM
Hello Mariano
You can achieve through User Exist SDVFX008 it work i have also face the same problem.
Regards
Ajay Singh Bisht