cancel
Showing results for 
Search instead for 
Did you mean: 

hi gurus scripts are clint dependent & smart forms are clint indipendent

Former Member
0 Kudos

hi gurus scripts are clint dependent & smart forms are clint indipendent what is the meaning that

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

scripts are client dependent...i.e if u create a script in client one client u cannot call or use the script in other client.

smartforms are client independent ....

if u create a smartform in 800 client u can use it in 000 client also.....bcoz smartforms generate a function module when executed and function modules are client independent....smartforms are client independent

mahaboob_pathan
Contributor
0 Kudos

hi,

The Following are the differences :-

• a) Multiple page formats are possible in smartforms which is not the case in SAPScripts

• b) It is possible to have a smartform without a main window .

• c) Labels cannot be created in smartforms.

• d) Routines can be written in smartforms tool.

• e) Smartforms generates a function module when activated.

client dependent means wat ever the form u have developed will be availble in that client only.

for eg if u have developed a invoice form in clinet 800 it will be avilable in 800 client only.

if u need this form in client 810 u need to copy it from 800 clint.

where as smartforms are client independent it means no need to copy from one client to another as it will available irrespective of client.

for egg if u developed one form in 800 it will available in 850 also.

Former Member
0 Kudos

SAPscript are client dependent.

They need to be copied from one client to another for testing. this can be done from SE71->utilities->copy from Client.

For transferring between server as like other objects they need to be transport.

As for smartforms they are client independent and all changes are available at the same time in all clients for execution.

Unlike smartforms, if you want to use or modify a sapscript in a different client you need to copy it from that client or client '000'.

This is applicable to it accessory components like graphics, texts..etc

NOTE:

When u execute a smartform it generates the Function Module, which allows u acces the smartform in any cleint

Hope it will make some sense

Reward if helpful

Thanks

Krushna

Former Member
0 Kudos

hi ,

Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients

Like SAP SCRIPTS

where as Client Independent means the data if you create in one client that is available in that as well as in other clients

Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..

reward points if useful