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

debug smartform without using break-point code

Former Member
0 Likes
1,121

how to debug smarform without using break-point code?

i have tried SFTRACE but it did not work?

any advice?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
989

hi use

/h tcode and enter smart form name

and then execute ur driver pragram

regards

praveen

9 REPLIES 9
Read only

Former Member
0 Likes
990

hi use

/h tcode and enter smart form name

and then execute ur driver pragram

regards

praveen

Read only

0 Likes
989

hi Praveen,

it did not work .

Read only

0 Likes
989

hi in the form

click on utilities->debugger

or

RSTXDBUG for debugger screen

Read only

0 Likes
989

hi Praveen,

your advice worked for sapscript, i was asking for SMARTFORMS

Read only

0 Likes
989

it's easy

first go to smart form transaction and then press f8, then the windows change to the funcion of the smart form, then click in display and then click in find, and choose the control program and find a part of the source code and put a break point.

Read only

0 Likes
989

Hi Jose,

If i put debugger at the function module, the debugger will go to the weird coding that will go to unknown coding and function, i need to be able to go inside the smartforms coding

Read only

0 Likes
989

ok now i got it thanks Jose

Read only

Former Member
0 Likes
989

Hi,

1) DEBUG Smartform:

1) 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.

2) SFTRACE can be used for debugging SMARTFORMS.

Read More here.

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

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

0 Likes
989

Hi Nagaraj,

I have mentioned my requirement that i am not keen to use break-point and SFTRACE did not work