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
What happens if only one of the commands set screen and leave screen is used without using the other?
What is the difference between get and get late?
How to call transaction in session method without recording?
What is the different between abap and ooabap? Why do we use ooabap?
What are the different types of data dictionary objects? : abap data dictionary
Is it possible to run host command from SAP environment? How do you run?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is the different between template and a table?
What is the logo in sap script?
What is the difference between a structure and an append structure?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is the bitwise operator in the sap abap?
What is asynchronous and synchronous update?
Explain what is an rfc?
What is the basic difference internal tables and database tables? : abap data dictionary