‎2006 Oct 08 8:49 PM
hello experts,
what is the difference between scripts and smart forms
and i didn't get how to write print program for standard scripts and please give some documentation links.
regards,
vamsi
‎2006 Oct 09 5:08 AM
hi Vamshi,
SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...
I have sent the documents related to Scripts on to your mail ID... Check them out
Regards,
Santosh
‎2006 Oct 08 9:00 PM
Hi
One major difference is that you can fetch data, work on internal tables in smartforms but in scripts you can not.
You will have to pass the values to be printed.
You can use 00005077.CHM help file for SMartforms and 00000976.CHM, 00000977.CHM and 00000990.CHM help files for scripts.
If you do not find theses help files, you can mail me on navneet673@yahoo.com and i will send it to you.
Regards,
Navneet
Message was edited by: Navneet Saraogi
‎2006 Oct 08 11:02 PM
Smartforms is the replace of the SAPScript, so it's better to turn now in Smartforms. Smartforms is more friendly than SapScript.
please refer the link
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
Also
Difference with SMARTFORMS vs. SapScript (SE71)
The Following are the differences :-
a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
b) It is possible to have a smartform without a main window .
c) Labels cannot be created in smartforms.
d) Routines can be written in smartforms tool.
e) Smartforms generates a function module when activated.
f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.
It was said that it was provided in CRM 3.0 version, but not available in R/3. You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.
In R3 also, you can download into XML format. However, it's not sure about uploading. Refer to the program 'SF_XSF_DEMO'.
In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -> Download form). It will create a XML file and save it in the hard disk.
For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people. What you can do is to create a Transport and then FTP down to your local harddisk. When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server. Finally, the Basis team, will tp it into your system.
g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.
Regards
vivek
mark points if this is useful
‎2006 Oct 09 5:08 AM
hi Vamshi,
SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...
I have sent the documents related to Scripts on to your mail ID... Check them out
Regards,
Santosh
‎2006 Oct 09 5:15 AM
Hi Vamsi,
The primary difference between SAP Script and SMARTFORMS is client dependency.SAP Script is client dependent and SMARTFORM is Client independent.Once the Smartform is activated, the transaction generates a function module on that particular client.
Regards
Sunil.M