what is basic difference between script&smart forms?
Answer Posted / kerri
Scripts are client dependent, why because scripts will store in tables. Tables are client independent where as data in the tables is client depemdent.
Smartforms are client independent, why because smartform will be in the form of a FunctionMadule, obviously FM are client independent.
Scripts are language dependent. If we want to make our scripts language independent we need to use text elements.
In smartforms we can say option called translate into all languages.
We can not put colors and water marks in scripts.
We can make our smartform more colorfull.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a structure and a table? : abap data dictionary
What is the meaning of client independent?
What are the page windows? How many main windows will be there in a page window?
What is tcode se16. For what is it used. Explain briefly?
What is the significance of the memory table ‘screen’?
What is the significance of delivery class?
What is the difference between abap and hr abap? : abap hr
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
In what ways we can get the context sensitive f1 help on a field?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What is the t-code to display batch input sessions? : abap bdc
What are the different types of data dictionary objects? : abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?