what is basic difference between script&smart forms?
Answers were Sorted based on User's Feedback
Answer / apoorv sharma
Sap script are client dependent while samrtforms are client
independent.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kerri
Scripts are client dependent, why because scripts will store in tables. Tables are client independent where as data in the tables is client depemdent.
Smartforms are client independent, why because smartform will be in the form of a FunctionMadule, obviously FM are client independent.
Scripts are language dependent. If we want to make our scripts language independent we need to use text elements.
In smartforms we can say option called translate into all languages.
We can not put colors and water marks in scripts.
We can make our smartform more colorfull.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / neelesh
sap script are word prossing tool were as smart forms are
grafical design tool we can add colors to smartforms were as
in scripts we cannot.drag and drop option is available in
smart forms
Is This Answer Correct ? | 0 Yes | 4 No |
how to create a button in selection screen?
layout conversion?
What should be the approach for writing a bdc program? : abap bdc
How to get the no of records using select statement?
What is the basic difference internal tables and database tables? : abap data dictionary
what is difference between parameter & select-option
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
How to Modify the standard invoice and sales order form to generate purchase order for printing and upload the company logo. plz mention the detail coding Tahnks, Rahul
How many methods are there in BDC? Which methods you know well?
When writing BDC for MM01 how do you take care of views?
which institute is best in hyderabad for abap which is a module in sap.please suggest ur valuable information
Hi All, Can u tell me the difference between RFC and BAPI. I know Both are remote enabled.