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
Different types of ABAP memory ?
How do you create boxes in sap script?
What are the modules in FI that you have worked on ?
What does read_text?
What are step loops? How do you program page down page up in step loops?
How to debug a script?
What is a hard break Point?
What is sap script? Difference between sap script and report?
If the second page is not triggering what is the problem?
What is difference between window & a page window?
You want to backup sapscript layoutsets. How will you do it? Can you perform the download and upload function here? How?
How can I debug my sapscript?
Why the Main window Triggers first in Scripts ?
How can I change the page size of the layout?
Hello ABAP GURUS.. I WANT TO KNOW DO WE DEVELOPE SCRIPTS FROM SCRATCH OR WE USE STANDARD SCRIPTS OF SAP..? AND WHAT LOGO WE HAVE IN STANDARD IN LOGO WINDOW OF STANDARD SCRIPT BUSINESS DOCUMENTS...?