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

VKM1 Exit

Former Member
0 Likes
1,471

Hi Experts,

While executing VKM1, while saving, we need to get a pop up to enter a reasoncode. This reasoncode will be matianined in a Ztable . I am unable to find the appropriate exit for this. Kindly give me your valuable inputs.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,101

hi,

One of the user-exit is :

FV45K001 User exit for determining the credit control area

If it is not suitable than other way is to debug till the location where you want the popup.

Search if enhancement point is already existing, if so, you can create your enhancement implementation.

Otherwise you need to go to se19 transaction and create your own new enhancement.

Regards,

Tanaya

3 REPLIES 3
Read only

viquar_iqbal
Active Contributor
0 Likes
1,101

Hi

Goto SE84 and check for the package VKM ( package of tcode)

There are few exits and spots:

FV45K001 User exit for determining the credit control area

Enhancement Spot

ES_RVKRED07

ES_SAPLVKMP

Hope this helps!

Thanks

Viquar Iqbal

Read only

Former Member
0 Likes
1,102

hi,

One of the user-exit is :

FV45K001 User exit for determining the credit control area

If it is not suitable than other way is to debug till the location where you want the popup.

Search if enhancement point is already existing, if so, you can create your enhancement implementation.

Otherwise you need to go to se19 transaction and create your own new enhancement.

Regards,

Tanaya

Read only

Former Member
0 Likes
1,101

HI SG

Have you implement the reasoncode . Please let me know how you have done it .