cancel
Showing results for 
Search instead for 
Did you mean: 

Breakpoint in Smartforms

Former Member
0 Kudos

Hai Friends,

I have transported my smartforms from Development Server to Quality Server. i want to put a breakpoint in smartforms which is in quality.

My break point should be in the Flowlogic--->Program Lines window where i have written the codings. i didnt use any function modules. How can i put a break there.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

Go to Tcode SMARTForms and give your smartform name

Open it

Copy the code line where you want to put the breakpoint.

Now, press the Test button

It will bring you to the FM editor

Dispaly the FM

Now, press FIND button

In the Text .. paste your code line

Select the button "In main Program" << Important

Find

From the HIT list, go to your Source code

and Put a break point by selecting the "BREAK POINT" button.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hai Naimesh,

Thanks a lot for your timely reply. It is quite helpfull to me.

Your answer is very clear.

Thanks.

Answers (0)