cancel
Showing results for 
Search instead for 
Did you mean: 

client dependent?

Former Member
0 Kudos

How can v say script is client dependent and smart form is client independent?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hey thanks for giving me the valuable answers.

dev_parbutteea
Active Contributor
0 Kudos

HI,

If you want to see the changes made to one client in SAPScript , you have to use trnx SCC1 to transport the changes effected.

Former Member
0 Kudos

Hi,

Scripts created in one client ( say 800) can not be accessed in other client ( say 810 ).

But smartforms can be accessed in any client though it is created in a different client.

Scripts are stored in STXH table where as smartforms are stored as function modules.

So, we can access smartforms in different clients. So, we say, scripts as client dependent and smartforms as client independent.

Regards

Sailaja.

Former Member
0 Kudos

hi,

Create a new scirpt in one client and open the same in the other client. You will not find the scirpt. You have to copy the script from one client to another.Scripts are stored in some database table while the smartforms are stored as function modules.

While in smartforms if you have created a smartform in one client and open the same smartform in the other client, you will find the smartform(unlike sap scritps).

Thus you can say that sap scripts are client dependent. Any changes to script in one client do not reflect in the other. You have to manually make the same changes in the other client for consistency.

Hope this explaination helps.

Regards,

Richa