‎2008 Apr 23 10:51 AM
1) How to we execute direct input program in bdc? Where the validation done on direct input methods? How to generate a direct input function module?
2) How to debug in LSMW?
‎2008 Apr 23 10:59 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 ...
http://jt77.com/development2/programming-11864.html
Regards
Kiran Sure
‎2008 Apr 23 10:59 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 ...
http://jt77.com/development2/programming-11864.html
Regards
Kiran Sure