Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform-Perform

Former Member
0 Likes
303

Hi,

Points assured,

1. Want to know how to get into the form of a perform written in a smartform.

I have tried double clicking doesn't help.

2. How to set a break point in a smartform without actually writing a break-point statement.

please advise.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
274

1. Global Subroutines (FORMS) are being written in the Form Routines tab, under the Global Data.

2. To set a break point without hardcoding:

Select the text where you want to put the break point

Press test ... SE37 screen will come up

Dispaly...the FM

Now, press Find icon from the toolbar

Paste the selected text to the "Text"

Select "In main Program" <---- IMPORTANT

Press FIND.

System will take you to the source code what ever you have selected first.

Set a breakpoint by selecting BREAK POINT button from the toolbar.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
275

1. Global Subroutines (FORMS) are being written in the Form Routines tab, under the Global Data.

2. To set a break point without hardcoding:

Select the text where you want to put the break point

Press test ... SE37 screen will come up

Dispaly...the FM

Now, press Find icon from the toolbar

Paste the selected text to the "Text"

Select "In main Program" <---- IMPORTANT

Press FIND.

System will take you to the source code what ever you have selected first.

Set a breakpoint by selecting BREAK POINT button from the toolbar.

Regards,

Naimesh Patel