‎2007 Dec 14 4:35 AM
Hai,
how to debug a smart form,jet forms and adobe forms?
can we make water marks in sap scripts and smart forms?
can we use break points and watch points in scripts or smart forms?
thanks in advance
Praveen
‎2007 Dec 14 8:24 AM
Hi Praveen,
Smartform Debug:
Display your SmartForm.
Go to Environment and copy the function module name.
Go to SE37 and display the function.
Go to Smartforms and copy the node name where you want to debugg.
Go to the function and search for the name in main program. Put a soft break point.
How can we make water marks in sap scripts and smart forms?
as i understood you want to print a image in the back ground of the data you r printing. if iam not wrong... fallow this way.. i did it this way.
in the PAGE1--> i have created a Graphic window, then alligned it same location of the main window(because data printing starts from there.)
then in the Main window-->as usual i have inserted the table. its working fine with both static and dynamic text.
in you r case.. the problem cluld be the color u have selected for the table line type...even though u haven't did it once check in the double click on TABLE>TABLE tab>in Shading -->color BLACK and saturation 0%.
can we use break points and watch points in scripts or smart forms?
Yes.
<b>Kindly Reward points if you found this reply helpful</b>,
Cheers,
Chaitanya.
‎2007 Dec 14 4:39 AM
Hi,
In smartforms create program line and set breakpoint there n execute it will break. Otherwise set breakpoint in function module which generated by smartforms.
In SAPscript goto Utilities -> Activate Debugger then execute
Regards,
PRashant
‎2007 Dec 14 4:45 AM
in SAP Script debugging you can not use the normal ABAP debugger features as a new debugger is started for SAP Script...
where as for smartforms its FM can be debugged as normal ABAP code.. so you can use the watch point functionality there...
‎2007 Dec 14 4:46 AM
hi praveen
In SAPscript goto Utilities -> Activate Debugger then execute
in smartforms goto environment and get fm name
then goto se37 paste the name and put the break point where ur want
‎2007 Dec 14 8:24 AM
Hi Praveen,
Smartform Debug:
Display your SmartForm.
Go to Environment and copy the function module name.
Go to SE37 and display the function.
Go to Smartforms and copy the node name where you want to debugg.
Go to the function and search for the name in main program. Put a soft break point.
How can we make water marks in sap scripts and smart forms?
as i understood you want to print a image in the back ground of the data you r printing. if iam not wrong... fallow this way.. i did it this way.
in the PAGE1--> i have created a Graphic window, then alligned it same location of the main window(because data printing starts from there.)
then in the Main window-->as usual i have inserted the table. its working fine with both static and dynamic text.
in you r case.. the problem cluld be the color u have selected for the table line type...even though u haven't did it once check in the double click on TABLE>TABLE tab>in Shading -->color BLACK and saturation 0%.
can we use break points and watch points in scripts or smart forms?
Yes.
<b>Kindly Reward points if you found this reply helpful</b>,
Cheers,
Chaitanya.