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

Debug LSMW ?

Former Member
0 Likes
577

How to Debugg the LSMW ? plzzzz send me the answer ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Hi

You can debug any LSMW object program in the usual way by putting a hard or soft breakpoint. In your Field Mapping/conversion, you can code BREAK-POINT at the very first field. Then the program execution will break when it reaches there. You can also put soft breakpoints in the generated code. To view your generated code, you need to bring it up in the initial screen of your object. To do so, click on the User Menu button & check the Display Read Program & Display Conversion Program ...

http://jt77.com/development2/programming-11864.html

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi

You can debug any LSMW object program in the usual way by putting a hard or soft breakpoint. In your Field Mapping/conversion, you can code BREAK-POINT at the very first field. Then the program execution will break when it reaches there. You can also put soft breakpoints in the generated code. To view your generated code, you need to bring it up in the initial screen of your object. To do so, click on the User Menu button & check the Display Read Program & Display Conversion Program ...

http://jt77.com/development2/programming-11864.html

Read only

former_member188829
Active Contributor
0 Likes
478

Hi,

Check this thread..

Read only

Former Member
0 Likes
478

u can also debugg the lsmw by choosing user menu in that check the box for generate conversion programe ,

go in that code in this there is break-point with that u can debug as normal coding h we do debugging .

Thanks