cancel
Showing results for 
Search instead for 
Did you mean: 

Debug a particular node of SMARTFORM

Former Member
0 Kudos

Hai Fellas,

How to debug a particular node of Smartforms.

I dont want to debug it from the begining.

There is a restiction I can't add anything as the code is in Quality server.

i.e no break points can be hardcoded using program line.

Best Regards,

Suvendu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Check this link.http://help-abap.blogspot.com/2008/10/smartforms-breakpoints.html

Three different ways of debugging smartform..

1. Hardcode the BREAK-POINT:

2. Breakpoint using BREAK user-name:

3. Breakpoint on the fly

Answers (3)

Answers (3)

former_member842213
Participant
0 Kudos

Hi,

Just for debugging you cant write break-point statement and u cant transport,the best practice is go to smartforms ,there will be a option find the function module.Go to Se37 give the function module name,go to display mode,search for ur field or internal table or a work area,keep the break-point ,and then run the smart form ,this is way that we can debug in quality and production systems

Thanks

Santhiya B

Former Member
0 Kudos

Thanks venkat The answer was really helpful.

Former Member
0 Kudos

Hi,

Open That smart form generated function module Open it in Display mode.

Each Node can be identified as %XX. Put break points in that required node.