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 mean be On Change of in Control Break statement
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
what is the exact code that shoud be implimented in sap note
What is payroll driver
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Program lines for the radio button selection and unabling some input variables in section screen
Differentiate between ooabap and abap?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What are the differences between a database index and a match code? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
How can I get ascii value of any letter? Is there any function?
How can we upload a text file having delimiters in to legacy system? : abap bdc
How would you set the formatting options statically and dynamically within a report?