‎2007 Jan 17 3:15 AM
Please provide me some sapscript tutorial. I am new to SAP script.
and <b>please tell me what is the diff between sap scrip and smart forms.</b>
‎2007 Jan 17 3:27 AM
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.
Reward if it is benefit for you
‎2007 Jan 17 3:23 AM
Hi ,
SAP Scripts are client dependent and SMARTFORMS are Client Independent.
http://www.sap-img.com/smartforms/smartform-sapscripts.htm
Regards
Sunil
‎2007 Jan 17 3:25 AM
Hi ,
Also this may be useful
Smart forms
1. Client independent
2. Main window is optional
3. Different type of page format in a single form
*ex one page is portrait, and next one may be landscape
4. Static (Template) and dynamic tables
5. The form logic represented by hierarchical structure
6. For Web Publishing, the system provides a generated
XML output of the processed form
7. Function module generated by Dynamically
8. More user friendly compare to sap scripts
Regards
Sunil
‎2007 Jan 17 3:27 AM
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.
Reward if it is benefit for you
‎2007 Jan 17 3:28 AM
‎2007 Jan 17 3:29 AM
Hi Mike,
The major diffrence between script and smartforms is script is client dependent where as smartform is not.
There are also other technical diffrences like you can write your code in the smartform , but in case of a script you will have to call a subroutine and write the code in that.
Here is a good document on SAP Script
<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf">SAP Script</a>
Regards
Arun
‎2007 Jan 17 3:36 AM