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

Debugging in Smart Forms

Former Member
0 Likes
616

Can anyone please advise me how do we use a debugger in Smart Forms?

Also if anyone having a detailed tutorial on smartforms, can you pelase fordward it to sachin123@gmail.com

Thnx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
0 Likes
585

Hello,

Create a Program Lines node and put a BREAK-POINT

Hope this helps you.

Regards, Murugesh AS

Read only

0 Likes
585

I find this to be very helpful. Just what I was looking for. Thanks

Read only

Former Member
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
585

Hi,

One way to debug smartform is to debug the Function Module of that smartforms.

If you want to debug particular smartform node that the solution would be, insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.

Documentation in smartforms:

http://www.sap-basis-abap.com/sapsf001.htm

How to trace smartform is available in this link.

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Tutorials in smartforms:You can download and use the same to study.

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/smartform in abap.pdf

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/subroutine and select-option in smartform.pdf

Hope this helps.Kindly reward points for useful answers and close the thread if your problem is solved.

Ottherwise,get back.