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

bdc

Former Member
0 Likes
270

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
252

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

1 REPLY 1
Read only

Former Member
0 Likes
253

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