‎2007 Dec 18 1:37 PM
‎2007 Dec 19 5:42 AM
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 ...
‎2007 Dec 19 5:42 AM
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 ...
‎2007 Dec 19 6:29 AM
‎2007 Dec 19 2:44 PM
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