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

Debugging LSMW

Former Member
0 Likes
339

how can we debug LSMW, and in which step, please explain with examples.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
309

u write code for particular user

BREAK-POINT <USERNAME> in the CODE option of the LSMW.

or go to the step DISPLAY READ PROGRAM or DISPLAY CONVERTION PROGRAM.

now you will see ABAP editor with the code. place the break point (soft break point using STOP button on application tool bar) where ever you required.

this is simple like abap program

1 REPLY 1
Read only

Former Member
0 Likes
310

u write code for particular user

BREAK-POINT <USERNAME> in the CODE option of the LSMW.

or go to the step DISPLAY READ PROGRAM or DISPLAY CONVERTION PROGRAM.

now you will see ABAP editor with the code. place the break point (soft break point using STOP button on application tool bar) where ever you required.

this is simple like abap program