what is the Difference between Scripts and Smart Forms?
Answers were Sorted based on User's Feedback
Answer / mytri
script: it is clent dependent. main window is compulsary.
no multiple page format. lables can be created.
smartform: its client independent. it takes comparitively
half the time to design when compared to scripts. it is
more user friendly. we can go without a main window. when
executed it generates a function module. lables can not be
created. we can have multiple page formats.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
IN SCRIPTS THE FLOW FROM THE PROGRAM TO THE FORM WILL BE
THERE FOR EACH AND EVERY ROUND OF PROCESS WHEREAS IN SMART
FORMS NO FLOW FROM PROGRAM TO THE FORM WILL BE PRESENT.
THE FUNCTIONALITY IS SAME FOR THE BOTH.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a 'z' report?
What is a predefined type in abap?
What type of reports (ALV, Interactive, Classic) we can generate in SAP ABAP?
2)what will be the size of transparant table
what are the tools in lsmw?
What is sap abap data classes?
Name a few data dictionary objects? : abap data dictionary
how to find the report is classical or intractive report in debugging mode
What are authorization objects and what statement is used to perform an authorization check in an abap program?
How will you do implicit enhancement?
what types of request are used to transport repository objects?
What is INDEX Concept. What is Primary Index and Secondary Index and Difference between Primary & Secondary Index