2009 May 12 1:56 AM
hi All,
I am running into an smartform issue into QA system where I have limited debug rights.
The issue is the print button on a line level on list page is displaying the same list page instead of the line details. This does not happen to all lines but a few.
What could be the issue and how can I debug it?
Thanks,
Nikhil
2009 May 12 6:10 AM
Hello,
As it is a quality sytem ,you cannot use the break point statement there.
You can directly keep a break point in the Function module that gets automatically created by this smartform.
You will get the FM name corresponding to this smartform by executing the smartform.
Thanks,
Sowmya
2009 May 12 2:24 AM
Dear Nikhil,
You can ask your functional consultant to replicate the test data/scenario from QA to your Dev box.
Regards,
Mawi
2009 May 12 2:53 AM
Hi Nikhil,
Can you explain your problem a little more clear.
Most of the time every one uses DEV server to debug & correct the errors,
In QAS even if you find you cannot modifiy the code in QAS..!
however asking your functional consultant to make a test data is the best way &
you can debug with full rights in DEV server.
Thanks & regards,
Dileep .C
2009 May 12 6:05 AM
Hi Nikhil,
You need to replicate the same scenario in the DEV server and then you can do the debugging by using hard coded BREAK-POINT.
2009 May 12 6:10 AM
Hello,
As it is a quality sytem ,you cannot use the break point statement there.
You can directly keep a break point in the Function module that gets automatically created by this smartform.
You will get the FM name corresponding to this smartform by executing the smartform.
Thanks,
Sowmya
2009 May 12 6:58 AM
Hi,
Create short cut fot the quality system and drag and drop that wherever you want to do debug.
Creating short cut.
Click the 'shortcut' on the standard tool bar and under 'Application' enter TYPE field as 'system command' from the dropdown button and COMMAND field as '/h'
and save that short on your desktop.