What are Major differences in Smart forms and Scripts
Answer Posted / venkata ramamohan rao s
SAP Script is Client Dependent, Smartforms is Client
Indipendent.
In Scripts We r unable print the Background Pictures but in
Smartform can do.
In Scripts if u want to access any data from windows we
must call the write_form for every window in Driver Program
but in Smartforms when we are activating the smartform it
automatically generates a FM, using the FM we can call all
windows data From the smartform.
In Scripts Main window is mandatary but in smartform not
necessary.
In Scripts if u want with work with Tables and Templates
long process, in smartforms very easy to work using
navigation.
Smartform is very userfriendly than SAP Scripts.
In Scripts main windows are avable from main00-98 but in
Smartforms only one main window.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What are control tables?
What is repository info. Systems?
Create any functions? How to go about it?
What takes most time in SAP script programming?
Update types in Call transaction method. What is the difference?
Explain the difference between get and get late?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Can a filed occur in several field groups?
How are BAPI different from normal function modules?
Where do you find info on new developments in SAP?
In which table the material master data is stored?
What are the basic object types? : sap abap hr
Explain the difference between a dialog program and a report?
What are two methods of modifying sap standard tables?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary