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

EXIT after release VF02

Former Member
0 Likes
2,074

Hi guys,

I need a BADI, Exit that´s excecute after

release a billing to accounting in VF02

Appreciate your help.

Thanks,

Mariano.

6 REPLIES 6
Read only

former_member191735
Active Contributor
0 Likes
1,269

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

Read only

0 Likes
1,269

Thanks but don´t work

Is excecuted when save de billing in VF01.

Mariano

Read only

0 Likes
1,269

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.

Read only

Former Member
0 Likes
1,269

You can achieve this with BTE's, if you want to do some action after creation of accounting document. Transaction Code: FIBF

Read only

Former Member
0 Likes
1,269

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

Read only

0 Likes
1,269

Hello Mariano

You can achieve through User Exist SDVFX008 it work i have also face the same problem.

Regards

Ajay Singh Bisht