‎2008 Jun 03 3:23 PM
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.
‎2008 Jun 03 3:28 PM
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
‎2008 Jun 03 3:28 PM
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