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
What are step loops? How do you program page down page up in step loops?
Different types of ABAP memory ?
How can I get the landscape format in sapscript?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
What is the use of the position and size command in sapscripts?
You want to display top 5 records from an internal table. How will you do that?
In sap scripts, how will u link form with the event driven?
What is difference between window & a page window?
How to insert symbols in smart form?
What are the types of windows?
HELLO ALL...HOW CAN WE CORRECT AN ERROR IN PRODUCTION...?
What are the modules in FI that you have worked on ?
Explain the variable in sapscript
what is the use of outline option?
How do I create boxes in sapscript?