cancel
Showing results for 
Search instead for 
Did you mean: 

smart forms

Former Member
0 Kudos

Hi Abappers,

How to debug smart forms ?

<<Text removed by moderator>>

Thanks & Regards,

Sudha

Edited by: Matt on Nov 20, 2008 11:30 AM - Read the rules of engagement before asking any more questions. Don't offer points.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

See any program lines exists in Smartforms, keep break points inside program lines if any and execute the transaction code.

or use tcode, SF_TRACE and read the trace log.

Regards,

SaiRam

Answers (6)

Answers (6)

Former Member
0 Kudos

use, debug mode or sftrace

go to

utilies

debug mode

and also used sftrace

Former Member
0 Kudos

Hi Sudha,

WELCOME TO SDN!!!

Use SFTRACE Transaction to Debug the smartform

Best regards,

raam

former_member195383
Active Contributor
0 Kudos

Hi..

If you are sending some data in to smartform thru internal table...and want to check that ...then put breakpoint in printprogram...and debugg....

If u want to debug the smartform...then...create a code line element..in smartform...put a breakpoint there...directly execute the smartform...then u will be taken to the break point...after that u can check the values....

Reward points if useful....

Regards

Rudra

Former Member
0 Kudos

Hi

while executing smart form there is a option debugging

Click it to debug. Otherwise you can manually write break point and execute it will take u to debgging mode.

Regards

Swetha

Former Member
0 Kudos

hi

You can do like this:

In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap

Break Point.

Reward if helpful

Regards

Vachana

Former Member
0 Kudos

Hi

use beakpoints to debug.