cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug a smartform ?

Former Member
0 Kudos

what are the different methods of debugging a smartform ?and what is the command for the output to be in a pdf format?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Hardcoded break-points are usually used to debug smartforms.

Also you can use the tcode SMARTFORM_TRACE to debug a smartform.

And regarding PDF output you can get lots of threads by SEARCHING SCN.

Always have a habit of searching before posting a question.

Regards

Karthik D

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sri G,

To debug into smartforms, you can do it in the following steps: -

1) Open your smartforms, via Transaction Code: smartforms.

2) Execute the smartforms by pressing F8.

3) The system will bring you to a Function Builder: Initial Screen. Click Display.

4) You are now in the Function Builder Display Mode.

5) Click on the magnifying glass icon on top, and type the syntax or the line of code you want the program to stop at, for debugging.

former_member205763
Active Contributor
0 Kudos

there's no command for gettiing outputb in pdf directly, u need to do sm coding for it,

get smartform output in otf first then convert it to pdf using fm CONVERT_OTF

Edited by: Kartik Tarla on Jun 12, 2009 11:51 PM

Former Member
0 Kudos

Hi,

Refer to this link..

[Debbug SMARTFORMS|http://help-abap.blogspot.com/2008/10/smartforms-breakpoints.html]