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

Difference between SAPScript and Smartforms

Former Member
0 Likes
346

Hi all,

Can any body tell me, which of these SAPScript and Smartforms are client independent or client dependent and why?

Thanks in advance....

Sri.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
320

SapScript is client dependant, why ? ask SAP

Smartform is not client dependant, why ? just because, that will generate a function modul, and function is not client dependant.

Frédéric

Read only

Vinod_Chandran
Active Contributor
0 Likes
320

Hi Sri,

SAPScript is client dependent and Smartform is client independent.

So you need to transport the SAPScript from the development client to test client if both are in the same system.

Because Smartform is client independent it will behave like report program.

Thanks

Vinod