SAP Script is client dependent. Smartform is client
independent. What is the main defference between two?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the paragraph format in layout set.
you want to link to a layout set. What abap 4 commands will you use?
what is maximum columns number in SAPScripts and Smartforms. If How can we move to next page for print.?
In what format does sap script store text ?
While designing layout for labels Is there any specific parameters or constraints i need to take care (at form as well as print program level)?
If u want to add any fields in the layout what is the procedure you follow ?
Difference between ABAB Memory and SAP Memory ?
What is the difference between the sapscript texts, 'customer &kna1-kunnr&' and '&customer kna1-kunnr&'?
You want to backup sapscript layoutsets. How will you do it?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
How can I debug my sapscript?
What is the use of rscltcop program?
If the second page is not triggering what is the problem?
How to assign own form to a standard print program?
How to transfer the objects? Have you transferred any objects ?