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 are the sequences of event block?
Is sap xi intended to replace ale?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is view? Different types of view.
What is the difference between the function module and a normal abap/4 subroutine?
What is amdp (abap managed data procedures)?
What are the types of search helps? : sap abap data dictionary
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What does hide statement do?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Difference between sy-tabix and sy-index? Where it is used?
What are the differences between a database index and a match code? : abap data dictionary
how 2 create the normal form by using functional module
how can we enable hyperlink in screen painter?
What does the extract statement do in extract datasets?