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
Name a few data dictionary objects?
Explain about interactive report?
when u prefer lsmw?
What do you mean by transparent tables in sap abap? : abap data dictionary
if while coding power goes off , how to retrieve the codes?
What are the events used in abap in the order of execution?
how to capture the errors in bdc Call transaction method?
What do you do when the system crashes in the middle of a BDC batch session?
what are the important fields while preparing sales order,inquiry?
What are the tcodes for performance tuning?
What are the different types of view?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Differentiate between static and dynamic step loops?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
wat is the difference between A-gate & W-gate?where are they used?