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

steps to debug LSMW

Former Member
0 Likes
1,273

Hi ,

I am new to LSMW, I have requirement that while importing few fields some of them are not getting updated.

can you please let me know how to debug LSMW. is it the same way .

going to the screen where the fields should update and enter /h and debug ,please let me know the procedure.

please help me.

thanks in advance.

Hi ,

I am new to LSMW, I have requirement that while importing few fields some of them are not getting updated.

can you please let me know how to debug LSMW. is it the same way .

going to the screen where the fields should update and enter /h and debug ,please let me know the procedure.

please help me.

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
470

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 che