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 VF01 to update custom table

colin_cheong
Contributor
0 Kudos
1,072

Hi,

Can someone tell me which is the user exit or customer exit that I should use after the billing had been created in VF01?

I want to update a custom table immediately after an invoice had been created.

Thanks

4 REPLIES 4

Former Member
0 Kudos
342

Please try FM  EXIT_SAPLV60B_008. In this, you will need to create ZXVVFU08 and add your code.

Thanks,

Parimal

former_member195431
Participant
0 Kudos
342

Hello,

You can fine Exits in any transaction by following the steps given below: -

1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.

2. In 'Display' mode, go to 'Methods' tab.

3. Double click the method 'Get Instance' to display it source code.

4. Set a breakpoint on 'CALL METHOD cl_exithandler => get_class_name_by_interface'.

5. Then run your transaction.

6. The screen will stop at this method.

7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

Thanks

Rajit

Former Member
0 Kudos
342

Hi,

What kind of records you want to update i.e, header or item..

harshal_d
Explorer
0 Kudos
342

Look for program RV60AFZZ in below link

User Exits For Billing - System Modifications - SAP Library