cancel
Showing results for 
Search instead for 
Did you mean: 

material creation probleam

Former Member
0 Kudos

dear gurus

while saving the material ithe screen going abap debugger control session 1(exclusive screen coming) instead of saving the material what could be the problem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check, there is any break points in the material master program.

Transcation : SE38

Click on the Utilities

Click on the Break points

Click on the display

Then system will display all break points which are set in the program

Click on the Delet all button ( which is at end of the screen) and save.

Because of break point in the program, it is going into the Debugging mode.

Regrads

KRK

Answers (2)

Answers (2)

former_member187989
Active Contributor
0 Kudos

Debug program with help of ABAP'er for cause of error .

former_member182609
Active Contributor
0 Kudos

Check any break points in Program.If you find any break points then ..Goto Break point -->Select Delete all (Shift +F2) and then save.