Why is smart form more preferred printing utility than sap
script ?
Answer Posted / ashlesha
1. Smartform creates a function module, so it is not client
dependent, and SAP script is client dependent.
2. Smartform is having all code, condition, text, table...
option in windows. Which makes it more specific & advance
than Script.
3. Allignment problem in print page, (specially at the time
of changing printer at user side)is more for Script.
4. No need to use subroutine pool if date is not available
in print structures like - vbdka, vbdkr..., declaration is
possible in Smartforms only.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
List some of the many different ways that the sap standard functionality can be changed by a customer?
What does the extract statement do in extract datasets? : abap modularization
What does an exec sql statement do in abap? What is the disadvantage of using it?
Explain the Inportance of pa40? : abap hr
What is a data class? : abap data dictionary
What is PS structure
How do you document abap/4 programs? Do you use program documentation menu option?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are the data classes in abap?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are indexes? : abap hr
Difference between call by value and call by reference? : abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are pooled tables? : abap data dictionary