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: 

Changed Function exit - no use

Former Member
0 Kudos
118

I made changes in one function exit which is called in me21. I have activated and placed a break point. But, cursor is not coming to break-point. What is the problem with my code.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
90

You should create a project for your exit in CMOD Txn and then activate the project. Then only your code will be executed.

3 REPLIES 3

Former Member
0 Kudos
91

You should create a project for your exit in CMOD Txn and then activate the project. Then only your code will be executed.

Former Member
0 Kudos
90

Hi,

You can't debug the Function exit. Instead u can execute that function module from from SE37 then you can debug the functionality.

Thanks,

Former Member
0 Kudos
90

Hi,,iN field exit u cant put break point..

If u want to check whether its working or not,,then u put a success message in that field exit...so that u can see that message once u do some thing in that filed..and then do ur coding..