what is basic difference between script&smart forms?
Answers were Sorted based on User's Feedback
Answer / apoorv sharma
Sap script are client dependent while samrtforms are client
independent.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Answer / vt
Smart Forms are client independent and SAP Scripts are client dependent.
Multiple page formats are possible in Smart Forms which is not the case in SAP Scripts.
It is possible to have a Smart Form without a main window where as you create a SAP Script without a main window.
Smart Forms generates a function module when activated, which is not the case with SAP Scripts.
SAP Scripts require a driver program to display the output whereas in Smart Forms the form routines can be written so that it is standalone.
An integrated Form Builder helps to design Smart Forms more easily than SAP Scripts.
A Table Painter and Smart Styles to assist in building up the Smart Forms which is not available in SAP Scripts.
Smart Forms generates XML output which can be viewed through the web.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / neelesh
sap script are word prossing tool were as smart forms are
grafical design tool we can add colors to smartforms were as
in scripts we cannot.drag and drop option is available in
smart forms
Is This Answer Correct ? | 0 Yes | 4 No |
In order to upload purchase order details, how you handle multiple values for a single field?
What is logical data base
What are the steps in a bdc session? : abap bdc
in ECC6.0 version which package u r working means what? if errors occurs during database updation using bapi how vl v know??bcoz it directly updates db?? how vl v pass tables in smartformd?
We have 100 records in table how to fetch 10 th record?
As an ABAP developer, how can we check after we release our object as to where has it reached(i.e. testing client box ,production client box etc)? In case it is not possible please let me know the same.
sy-field for internal table process?
In a script, i want to print something at end of last page only.How can i print it?
What is tmg?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is an authorization in sap?
Significance of Hide?