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: 

User Exit problem : automatic mail generated when in cn22 changes

Former Member
0 Kudos

Hi Gurus,

In Transaction CN22 is Network change. I am coding for automatic generation of mail on changes of CN22.For that I am write code in User Exit PPCO0023 Function Module EXIT_SAPLCOMK_014 include program ZXCO1U23.

I have write a program in include program ZXCO1U23 and setting a break point but when I done changes in cn22 and save it then cursor not reached on break-point.

Why cursor is not going on set break-point? and even code not executed. Can anyone guide me ?

Best regards.

Pravin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use /h to get into the debug mode and find out where its getting triggered I hope the userexit you are using might not be the one.

1 REPLY 1

Former Member
0 Kudos

use /h to get into the debug mode and find out where its getting triggered I hope the userexit you are using might not be the one.