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

smart form querry

Former Member
0 Likes
800

Hi

is there any specific reason smartform is client independent and sapscript is client dependent?

Thanks

Phani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

Managing SAPscript between clients is complex and not consistant with the SAPtransport system. SAPscript was the first tool for form creation and Smartforms an improvment on it, so Smartforms are better in a number of ways, including being client independent and fulling linked with the transport system. In this way they work in the same way as any other SAP development object.

Regards,

Nick

Hi

is there any specific reason smartform is client independent and sapscript is client dependent?

Thanks

Phani

7 REPLIES 7
Read only

Former Member
0 Likes
781

Hi ,

SAP Scripts are client dependent and SMARTFORMS are Client Independent.

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

Regards

rewards point if useful

Read only

Former Member
0 Likes
781

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

rewards point if useful.

Read only

Former Member
0 Likes
781

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
781

Hi!

Yes, there is, but only SAP will know the exact answer...

Smartform is a function module, so it have to be client independent in every case...

Regards

Tamá

Read only

Former Member
0 Likes
781

Hi Phani,.

The reason for smartform being client independent is, when we activate a smartform, it generates a Function Module name and we use the function module name to call the smartform....

Function Module is CLIENT INDEPENDENT and inturn smartform is client independent.

<b>Reward points for he;pful answers.</b>Best Regards,

Ram.

Read only

Former Member
0 Likes
782

Managing SAPscript between clients is complex and not consistant with the SAPtransport system. SAPscript was the first tool for form creation and Smartforms an improvment on it, so Smartforms are better in a number of ways, including being client independent and fulling linked with the transport system. In this way they work in the same way as any other SAP development object.

Regards,

Nick

Read only

Former Member
0 Likes
781

Hi all

thanks for your co-opration

Phani