Application Development 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: 

Debug the Smartform in QA

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi Priya,

Check this thread...

Hope its useful.

Regards,

Raj.

Former Member
0 Kudos

Thanks Harikrishna,

It has workd out.