SAP Script is client dependent. Smartform is client
independent. What is the main defference between two?
Answers were Sorted based on User's Feedback
Answer / buddula15
=> If u develop a script in 800 client, you cannot see in
onther client like 810 where as in smartforms you can.
Buddula15
Is This Answer Correct ? | 33 Yes | 5 No |
Answer / prasanthi
Scripts use text elements which are client dependent and are saved in ITF format as text in client dependent tables STXH and STXL.
Smartforms are not saved in client dependent tables and visible across other clients.
Whenever a smartform is created, a funciton module gets generated.
We can access the smartform in different clients, since function modules are client independent.But in case of scripts,it is not so.
Hence SAP scripts are client dependent and smartforms are client independent.
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / m syama sundara rao
Here is a comparision:
-> Multiple page formats are possible in smartforms, which
is not possible in sapscripts.
-> It is possible to have a smartform without a main window.
-> Labels cannot be created in smartforms.
-> Routines can be written in smartforms.
-> Smartfroms generate a function module when activated,
but sapscripts are do not.
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / ravi
when we activate a smartform a function module is generated
and that function module is client independent.it it is so it
can be accessed from any client in the system.
but scripts are developed in such a way that they can be
accessed in only one client.
may be thisis the setback of the script and they have come
with the smartform which is more advanced and user friendly
than scripts..
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anil .kb
There are some good number of differences between
Smartforms and SAP-Scripts.They are...
1.100 main windows are there in scripts and for smartforms
it is only 1.
2.we can't set background pictures in scripts but its
possible in smartforms.
3.A smartform can have multiple page format,but scripts
can't have such.
4.There is no drag and drop facility present in scripts but
its there in Smartforms.
5.After execution of a Smartform a Fuction Module generates
but in scripts this it not the same.
6.we can create a smartform with out a main window,but for
scripts there has to be a main window present at least.
7.We can't write Routine in scripts but its verywell
possible in smartforms.
Is This Answer Correct ? | 3 Yes | 7 No |
Explain composer. What does it do?
Differentiate between protect and end protect.
If u want to add any fields in the layout what is the procedure you follow ?
What is sap script? What is the purpose of sap script?
What are the types of windows?
What is the client concept in SAP? What is the meaning of client independent ?
3. In ABAP/4 programs how do u access data present in presentation server and on an application server.
How do you test the script?
Are labels possible in Smartforms ?
What are the different types of symbols?
How many interactive reports did you write ?
What is client dependent and client independent?