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

Smart form debugging- posting again - pls reply

Former Member
0 Likes
359

Hi all,

I attended a interview & was asked a question.

I attached a smartform for tcode me23n. I wnt to debug

it. One way is to give 'Break-point' in 'program-lines'. Is there any other way of debugging it? Without going to the coding part or the function module generated, from the tcode, is there any way of debugging?

Thanks in advance.

Vijay

2 REPLIES 2
Read only

Former Member
0 Likes
326

1.Execute the Smartform

2. Go to the funtion module

3. go to the object repository and subroutines tab in that. You will find the code of all the windows that u have in smartform.

4. You can now put soft breakpoints and run the smartform through the transaction me23 as required. It will stop at the break points.

Another way is to hard code the break points in the smartform codes.

Read only

Former Member
0 Likes
326

Hi Vijay,

Check this link this was posted little later before you have posted.

Hope this might help you.

Cheers,

Prashanth