what is the differ b/w script and smartform
Answer Posted / laxmanrao949
1.without main window we can’t create script. We can customize 99 main windows under one page
We create with out main window we can create smart form. If smart form have 2 pages and 1 page have main window then 2 page should have main window also .in smart form we can customize only one main window under one page.
2.script is client dependent because data transfer trough text elements
Smart forms are client in dependent because data transfer through function modules
3.in smart forms paragraph format ,character format are user can maintain separately in style because of this reason those are reusable. This is not possible in script.
4.
In script we can customize form routines outside form.
Where as in smart forms user can customized form routines inside form.
5.
Print programs are optional in smart forms because what we write logic in print program we can write in form routines .
It si not possible in scripts.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a substructure and an append structure? : abap data dictionary
What kind of financial periods exist in sap? What is the relavent table for that?
What are the advantages of different types of bdc's?
What are the different types of luws?
What is the basic difference internal tables and database tables? : abap data dictionary
What is the difference between a dialog program and a report?
What is get cursor field?
What are the events driven batch jobs?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
In the `select' statement what is group by ?
What are interface/conversion programs in SAP?
How to create a link between modified form and modified print program?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Describe the difference between macro and subroutine?