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

User exits for Tcode VF01

Former Member
0 Likes
401

Hi,

I need user exit or Badi for tcode VF01 (Billing) while saving the document with the same delivery no.

Regards,

Paras

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi

You can user enhancement V60A0001 and EXIT_SAPLV60A_002 exit to achieve.

Reward if it is useful.

Thanks

Siva kumar

2 REPLIES 2
Read only

Former Member
0 Likes
362

Hi

You can user enhancement V60A0001 and EXIT_SAPLV60A_002 exit to achieve.

Reward if it is useful.

Thanks

Siva kumar

Read only

Former Member
0 Likes
361

Hi Paras,

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then it will show the available badi's.

Regards,

kamalapriya.