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

Debug the Smartform in QA

Former Member
0 Likes
879

Hi All,

There is an issue in QA system.

I need to debug the smartform-PROGRAM LINES in QA.

can anyone pls let me know hw to debug the smartform-PROGRAM LINES.

I kept the break point in print program SSF_Function_module_name.

But control is not going to program lines.

Pls help with your suggestions.

Thank u,

Priya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
822

hi,

In smartform select the node where the required code is reside, double click on it. Right side top you can see the field progarm lines, copy that value, now go to the smart form FM and find that value and put a break-point. Now the control will come to this place while executing.

5 REPLIES 5
Read only

Former Member
0 Likes
822

HI Priya,

Get the generated Function Module name. Copy name of the node ( name of Program Lines ). Find that node name in generated function module and put break point.

you can get the Generated FM name by executing the FM 'SSF_FUNCTION_MODULE_NAME' passing FORM name in SE37.

Hope it helps.

Edited by: Prasath Arivazhagan on May 25, 2010 2:10 PM

Read only

Former Member
0 Likes
822

just put the break point in smartforms program or after the execution of driver program give /h in transaction bar on selection screen window then press F8.

Thanks & Regards

Atul

Read only

Former Member
0 Likes
823

hi,

In smartform select the node where the required code is reside, double click on it. Right side top you can see the field progarm lines, copy that value, now go to the smart form FM and find that value and put a break-point. Now the control will come to this place while executing.

Read only

Former Member
0 Likes
822

Hi Priya,

Check this thread...

Hope its useful.

Regards,

Raj.

Read only

Former Member
0 Likes
822

Thanks Harikrishna,

It has workd out.