What is the main difference between Smartforms and SAP
scripts?
Answer Posted / sushil rathi
SCRIPT:
-CLIENT DEPENDENT.
-CANT EXECUTE ON ITS OWN DRIVER PROGRAM NEEDED.
-NOT INTERACTIVE IS JUST LIKE A LIST.
-CANNOT HAVE BACK GROUND IMAGES.
-CANNOT HAVE COLOR TO TEXT.
-ALL THE PAGES SHOULD BE OF SAME FORMAT.
-CHARACTER AND PARAGRAPH FORMATS ARE NOT REUSABLE.
-IT HAS NO TOOL.
SMARTFORM:
-CLIENT INDEPENDENT.
-EXECUTE ON ITS OWN, FUNCTION MODULE IS CREATED.
-IS INTERACTIVE.
-CAN HAVE BACK GROUND IMAGES.
-CAN HAVE COLOR TO TEXT.
-ALL THE PAGES NEED NOT BE OF SAME FORMAT.
-CHAR. AND PARA. FORMATS ARE REUSABLE VIA SMART STYLES.
-IT HAS TOOL NAMED TABLE PAINTER.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of at first and at last?
What are the data types of the abap/4 layer?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What is a view? : abap data dictionary
What are the types of indexes in abap?
How can end-of-selection be used?
What is Transactional based Application & Role based Application?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
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?
What are the differences between table and structure in data dictionary?
What is roles and responsibilities of sap hr consultants? : sap abap hr
What is lock objects? : sap abap data dictionary
What is pass by value and what is pass by reference? Which is better?
Performance tuning techniques