cancel
Showing results for 
Search instead for 
Did you mean: 

HI How to set a Break point In Smart Forms

Former Member
0 Kudos

Hi Guys,

i want to set a break-point in main window of the smart form ,before dispalying

values of the varibles in the main window .

How to Set a break-point And What are the ways to set a break point.

Thanks for All.

From

Hitu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hitu,

Smartforms up on activation generates a <b>Function Module.</b>

To Get the FM associated with smartform got to <b>Environment->Function module Name</b>.

Use this FM and Set a Break where ever needed.

Debug ur smartform.

Former Member
0 Kudos

Hi Hitu,

Generally, Break Points are set for the purpose of debugging in Smartforms.

For debugging , one of the way is :

1. Write BREAK POINT in the code window.

2. Put a break point on the call function in the driver program

3. Put a break point in the generated Function module.

Hope this resolves your query.

<b>Reward all the helpful answers.</b>

Regards

Former Member
0 Kudos

Depends on your system.

if it is Dev ,then straight way we can set up Break point

if it is PRD ,then Smart form will create FM and then go SE37 Transaction.

use break point in Function Module.

Give me award Points if it is useful.

Thanks

Seshu

Former Member
0 Kudos

hi,

Thanks for ur reply.

Regards,

Hitu.