what is the Difference between Scripts and Smart Forms?
Answer Posted / bikas
Smatrform will generate a FM which has to be called from
the driver program whereas Script will be called using Open
form, Write form , Close form.
Smartform has more flexibility compared to Script
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What are the difference between pool tables and transparent tables?
What is the difference between RETURNING and CHANGING parameters for a method?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are internal tables? How do you get the number of lines in an internal table?
How table control cn be generated using bdc? : abap bdc
What is the use of abap data dictionary? : abap data dictionary
What are the update types possible?
What is an “on request field” statement?
Explain the different types of mode (run code) in call transaction method?
What is the difference between open_form and close_form?
What are the different types of abap reports in sap?
What are the uses of the information in the data dictionary? : abap data dictionary
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?