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: 

lvkmpfz1

Former Member
0 Kudos

Hi all

I have made a change to the user exit lvkmpfz1. What is the procedure henceforth to get it back to production and working. Is there any way to test this beforehand.

Thanks in advance and best regards to all.

1 REPLY 1

vinod_vemuru2
Active Contributor
0 Kudos

Hi Sunil,

Before making changes to this exit u must be knowing which transavtion triggers this exit. Testing is simple just run that transaction and see whether every thing is working fine or not. U can put a break point in ur code and see what is happening.

Before moving to production make sure of below things.

1.Is the enhancement of that exit assigned to some project and that project is active or not.

2. Is ur changes working fine for ur requirement.

3. Is ur new changes affecting existing functionality.

Ur code should be executed only for the requirements specified. But not for all

Thanks,

Vinod.