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!

Former Member
0 Likes
769

Hello all,

I am working with a FM 'SD_ROUTE_DETERMINATION' and there is an exit in that '001'. In that exit there is an include 'ZXV00U01'. I added some code in that and while debugging the pointer is not going inside the user exit.

What could be the problem? All objects are activated. Any ideas?

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
690

hi

have you created a project for this exit using the tcode CMOD.If not you should create it and assign the corresponding enhancement and then edit the components of the enhancement and finally activate it.

Cheers,

Abdul Hakim

Hello all,

I am working with a FM 'SD_ROUTE_DETERMINATION' and there is an exit in that '001'. In that exit there is an include 'ZXV00U01'. I added some code in that and while debugging the pointer is not going inside the user exit.

What could be the problem? All objects are activated. Any ideas?

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
691

hi

have you created a project for this exit using the tcode CMOD.If not you should create it and assign the corresponding enhancement and then edit the components of the enhancement and finally activate it.

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
690

Hi Somen,

Have you create project for this user exits as Abdul suggested?

Also you can code something like this inside the user exits.

BREAK <sy-uname>                  <--- your user id

Regards,

Ferry Lianto

Read only

Manohar2u
Active Contributor
0 Likes
690

Might this exit's user exit component is not active.

Find the user exit from SMOD and create a z project from CMOD and include this component and actiave the project.

Then the program will go thru the user exit code.

Regds

Manohar