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

Process to exit ABAP Debugger for a transaction code

Former Member
0 Likes
459

Hi,

Whenevr I tried to create a material using MM01 , system is going to ABAP debugger mode. Can you Please anybody let me know how to avoid this.i.e debugger should be turned off for this transaction

3 REPLIES 3
Read only

Kanagaraja_L
Active Contributor
0 Likes
425

Check the cursor Position inside the debugger anywhere BREAK-POINT code is there. Because maybe some one added the code in the EXIT .

Kanagaraja L

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
425

Hello,

Are you trying to use MM01 directly or trying to do a CALL TRANSACTION?

If MM01 is called directly, then check if you have any User-Exits / BAdI implemented.

Please clarify.

BR,

Suhas

Read only

Former Member
0 Likes
425

solved with internal help