Application Development 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: 

breakpoint in smartform logic

Former Member
0 Kudos

hi everybody

how can we set a breakpoint in the smartform and test it

very urgent

thankx in advance

venkat

points gaurentee

8 REPLIES 8

Former Member
0 Kudos

hi venkat,

if u mean debugging from smartform itself yes we can.

when u execute the smartform u get the FM then click Exceute debugging button.

hope this helps,

priya.

Former Member
0 Kudos

Venkat,

If you have a PROGRAM LINES / FLOW LOGIC object, you can place a break point there. Code BREAK-POINT.

Else, if you are testing the form individually the function generated can dubugged normally.

Regards,

Ravi

former_member927251
Active Contributor
0 Kudos

Hi Venkat,

Insert some program lines in your smart form and then write BREAK-POINT as we do in ABAP Editor.

<b>Please reward if helpful.</b>

Regards,

Amit Mishra

Former Member
0 Kudos

Hi,

You can use BREAK-POINT Statement or BREAK <username> in the Smartform Code window.

Regards,

Vijay

Former Member
0 Kudos

Hi,

Just write the code as

<b>BREAK <userid></b> or

<b>BREAK-POINT</b>

Regards,

Sampath.

Former Member
0 Kudos

Hi,

Edit your Smartform and create a CODE. In the create code insert the instruction: BREAK <username> .

The next step you activate the smartform and the break-point will be created.

Former Member
0 Kudos

Well,as of what I suppose,you are using some methods in the smart form.

It would be a nice way to set breakpoint in the particular class viz. method.

Former Member
0 Kudos

i thing you are creating Program Line and write the BREAK-POINT then execute the the program and execute line come to set in program code

by

imuthu