Application Development 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: 

User Exit in VF04 or VF01 for billing status update

Former Member
0 Kudos

Hi All,

We have to find an User Exit to update a Z table for any change in billing status while invoicing, via VF04 or VF01, while saving the billing document.

Please suggest us the appropriate user exit.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use enhancement V60A0001 and EXIT_SAPLV60A_002.

Regards,

Satish

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can use enhancement V60A0001 and EXIT_SAPLV60A_002.

Regards,

Satish

0 Kudos

I have to use internal tables XVBRP and XFPLT and these are not accessible inside enhancement V60A0001 and EXIT_SAPLV60A_002.

Currently I am using include RV60AFZZ FORM USEREXIT_ACCOUNT_PREP_KOMKCV. Is it fine?

Former Member
0 Kudos

Hi,

We have been using FORM FORM USEREXIT_PRICING_PREPARE_TKOMK. from RV60AFZZ to update our own z-table. Please note that you need to check sy-ucomm = 'SICH' indicating that control is coming here after user has pressed 'SAVE' button.

I hope this helps,

Regards,

Raju Chitale