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
You want to import graphics into sapscript. How will you do that?
Different types of ABAP memory ?
What are Change Pointers ?
I want few sample tech spec's in ABAP
What are problem you faced in script?
What is the use of rscltcop program?
Hello.. i have a question. which signature digital or signature logo we use in smartforms & scripts...? if we use digital sign what are those steps to use it...?
How do we set the date, time format?
Differentiate between window and page window.
In sap scripts, how will u link form with the event driven?
How to edit standard SAPSCRIPT called by standard program ?
How do I create standard texts for the sapscripts?
How do we define text symbols?
How do you create boxes in sap script?
How can you copy forms from one client to other?