‎2007 Apr 05 4:54 PM
‎2007 Apr 05 4:55 PM
Hi,
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 ...
also refer
Regards,
Santosh
Message was edited by:
Santosh Kumar Patha
‎2007 Apr 05 4:55 PM
Hi,
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 ...
also refer
Regards,
Santosh
Message was edited by:
Santosh Kumar Patha
‎2007 Apr 05 5:02 PM
Hi,
Smartform/Sapscript is a tool for the maintenance of forms on which application data from the SAP system can be listed output.The output of application data is placed into a dynamically expandable table where the size and layout of the output table is determined by the number of records being retreived.
The latest versions of SAP introduced Smartforms. Smartforms has more advantages than SAPScripts.
Thanks,
Srinivas
‎2007 Apr 05 5:05 PM
Hi
Both are used to create layouts, but smartforms is an advanced concept than scripts. In smartforms you will have all drag and drop options where as it is not possible in scripts.
Regards
Haritha.
‎2007 Apr 05 5:31 PM
We have many differences between sap scripts and smartforms
1. script is client dependent one while smartform is client independent.
2. In scripts we have to write print program while in smart forms it is not necessary.
3. In scripts we can print background logo while in smartforms we cant print background logo
4. In scripts we have 99 main windows while in smartforms we have only 1 main window.
5. In scripts we should write paragraph format otherwise we cant execute program while in smartforms no need to create paragraph formats .
6. In scripts we can print the text in only two character formats.
while in smartforms we can do with more.
7. In scripts we dont have line types while in smartforms we have linetypes.