Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

diff between sapscript and smartforms

Former Member
0 Likes
757

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>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
720

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

6 REPLIES 6
Read only

Former Member
0 Likes
720

Hi ,

SAP Scripts are client dependent and SMARTFORMS are Client Independent.

http://www.sap-img.com/smartforms/smartform-sapscripts.htm

Regards

Sunil

Read only

Former Member
0 Likes
720

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

Read only

Former Member
0 Likes
721

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

Read only

Former Member
0 Likes
720

Hi ,

These threads may be useful too ..

Regards

Sunil

Read only

Former Member
0 Likes
720

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

Read only

0 Likes
720

Thanks guys for the prompt reply