2005 Jul 11 11:45 AM
Hello,,,
can anyone send SMARTFORMS STEP BY STEP PROCESS TO CREATE AN SMARTFORM.... PLEASE SEND THE MATERIAL TO hariabap2005@yahoo.co.in
This is very urgent... Please help
2005 Jul 11 12:06 PM
Hi,
Check this.
http://www.sap-basis-abap.com/sapsf001.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/smartform in abap.pdf
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/tutorial with code sample on smart forms.pdf
Kindly reward points if it is useful.
2005 Jul 11 12:06 PM
Hi,
Check this.
http://www.sap-basis-abap.com/sapsf001.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/smartform in abap.pdf
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/tutorial with code sample on smart forms.pdf
Kindly reward points if it is useful.
2005 Jul 11 12:09 PM
Check this one
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms_detail.htm
U can also do a search in code samples in download part, u will get some materials.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/tutorial with code sample on smart forms.pdf
Thanks & Regards,
Judith.
Message was edited by: Judith Jessie Selvi
2005 Jul 11 12:19 PM
TABLE SHOULD BE KEPT IN LOOP. OR NOT
ALSO TELL ME ABOUT FORM INTERFACE AND GLOBAL DEFINITIONS.. WHAT THE PURPOSE OF THIS?
2005 Jul 11 12:23 PM
Hi,
you can use form interface for passing the value from report.
In Global definitions,you can declare variables,user defined data types,internal table,work area to be used locally in the smartform.
Check these links for sample program.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/smartform in abap.pdf
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/smartforms/tutorial with code sample on smart forms.pdf
2005 Jul 11 12:31 PM
Hi,
Table is used to specify the line type.In that we will give internal table into workarea.Inside the table,it is possible to use loop.
For reference,refer standard smartform programs sf_example_01 and sf_example_02.
Definitely you will get clarity.