what is basic difference between script&smart forms?
Answer Posted / 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 |
Post New Answer View All Answers
How are BAPI different from normal function modules?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are the different modules of sap? : sap abap hr
How to get that a secondary index is attached to a select query?
What are conversion routines? : abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is the difference between synchronous and asynchronous updates?
What are the differences between a database index and a match code? : abap data dictionary
What are lock objects?
please give the remaining answers.
Can you delete data element, which is being used by table fields. : abap data dictionary
Explain some essential objects in abap dictionary?
What does an exec sql statement do in abap?