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

Implement user exit USER_CREDIT_CHECK1

Former Member
0 Likes
1,007

Hi Gurus,

How to implement user exit USER_CREDIT_CHECK1?

It is not the same method as other user exits from CMOD....

I need to impleent logic in that but no idea how to insert code... when i click on change mode its asking for Access Key which i dont have.

Any other way to block the customers for bad credit and still to pass to confirm schedules?

Thanks

Giri

Hi Gurus,

How to implement user exit USER_CREDIT_CHECK1?

It is not the same method as other user exits from CMOD....

I need to impleent logic in that but no idea how to insert code... when i click on change mode its asking for Access Key which i dont have.

Any other way to block the customers for bad credit and still to pass to confirm schedules?

Thanks

Giri

2 REPLIES 2
Read only

nirajgadre
Active Contributor
0 Likes
635

Hi,

To implement the user exit USER_CREDIT_CHECK1, you need to create the ehancement implementation in the program LVKMPFZ1 so it will not ask you for the access key.

To create the enhancement goto --> edit --> show implicit ehnacement.

In the program right click on the enhancement and create the new implementation and write your logic inside this.

Read only

Former Member
0 Likes
635

Hi Giri,

Niraj is right we do have that option of creating an implicit enhancement in the form but that would only be useful if you are on ecc 6 other wise since this is a user exit you need access key to make changes in this include.

Regards,

Himanshu