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

script and smartforms.

Former Member
0 Likes
461

Hi friends,

How can we say that scripts are client dependent and smartforms are client

independent.

with regards,

sharma.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hello Sharma,

In smartforms a function module is generated which says that the smart form is client independent.

In scripts the form is dependent on the client requirement.

This form cannot be used to other requirements.

SO it is client dependent.

Please award helpful answers.

Regards,

Deepu.K

4 REPLIES 4
Read only

Former Member
0 Likes
445

Hello Sharma,

In smartforms a function module is generated which says that the smart form is client independent.

In scripts the form is dependent on the client requirement.

This form cannot be used to other requirements.

SO it is client dependent.

Please award helpful answers.

Regards,

Deepu.K

Read only

alex_m
Active Contributor
0 Likes
444

Script is client dependent becasue the script object only applicable to a partcular client.

Smartform: If u activate the smartform it will create a new Functional module, fucntional module always client independent.

Read only

Former Member
0 Likes
444

If you develop a SapScript in DEV 100, you need to transport it to DEV 200....

If you develop a SmartForms in DEV 100, you don't need to transport it to DEV 200....

Greetings,

Blag.

Read only

Former Member
0 Likes
444

hi,

scripts-- once you desing a script in one clint you can see that script only in that client ... you can't see in another client like say if u design the client in client 800 it is visible only in 800 where as in clinet 810 u can't see that

to visible in every client u have to transport that script in to that corresponding client

this is the scenario behind the client dependent objects

where as in the case of smartform if u desing the smartform in one client u can aceess that in other clients also more over when activated generates a fm which is client independent.. so these r client independent objects....

~~Guduri