‎2007 Apr 17 2:47 PM
Hi friends,
How can we say that scripts are client dependent and smartforms are client
independent.
with regards,
sharma.
‎2007 Apr 17 2:49 PM
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
‎2007 Apr 17 2:49 PM
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
‎2007 Apr 17 2:49 PM
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.
‎2007 Apr 17 2:52 PM
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.
‎2007 Apr 17 2:55 PM
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