‎2007 May 31 4:51 AM
why smartforms are clinet independant and scripts are clinet dependant ?
what does it mean?
‎2007 May 31 4:58 AM
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
‎2007 May 31 4:57 AM
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
‎2007 May 31 4:58 AM
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
‎2007 May 31 4:58 AM
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