2006 Dec 04 5:43 AM
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.
2006 Dec 04 5:54 AM
You should create a project for your exit in CMOD Txn and then activate the project. Then only your code will be executed.
2006 Dec 04 5:54 AM
You should create a project for your exit in CMOD Txn and then activate the project. Then only your code will be executed.
2006 Dec 06 3:56 AM
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,
2006 Dec 06 6:09 AM
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..