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

hi

Former Member
0 Likes
440

why smartforms are clinet independant and scripts are clinet dependant ?

what does it mean?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

Hi Sellavel ,

Smartforms are client independent becuase they generate a FM which is used later on to execute the FM , but it is not so in the case of Scripts.

What is meant by client dependence is that if a object is client dependent then if you make a change to that object in client 900 , it would not be reflected in 950 or any other clients , so you if you want to have the same functionality you need to copy the chnages to all other clients , but if it is client independent means any change is a client will be reflected through the system across all clients.

Hope this helps.

Regards

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
422

Hi,

For sapscript to test it on the other client..You have to use SCC1 to move it to the other client..

But smartforms..you don't have to move it to another client..As it is client independant..

Thanks,

Naren

Read only

p291102
Active Contributor
0 Likes
422

Hi,

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,

Sankar M

*For useful answers pls be rewarded

Read only

Former Member
0 Likes
423

Hi Sellavel ,

Smartforms are client independent becuase they generate a FM which is used later on to execute the FM , but it is not so in the case of Scripts.

What is meant by client dependence is that if a object is client dependent then if you make a change to that object in client 900 , it would not be reflected in 950 or any other clients , so you if you want to have the same functionality you need to copy the chnages to all other clients , but if it is client independent means any change is a client will be reflected through the system across all clients.

Hope this helps.

Regards

Arun