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 commit-work and rollback-work tasks?
What is meant by authorization? : sap abap hr
How will you link form with the event driven in sap scripts?
wat is the default file name of BAPI trace?
How table control cn be generated using bdc? : abap bdc
How many main windows are allowed in sapscript?
What is alv programming in abap? When is this grid used in abap? : abap hr
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
Explain how to write a bdc - how do you go about it?
In select-options, how to get the default values as current month first date and last date by default?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What are the different types of internal table?
In sap script how to print bar code in vertical manner
What are the different attributes that can be assigned to a variant?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?