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
What is dynpro? what are its components ?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is append structure?
What is an update type with reference to a match code id? : abap data dictionary
What are the different types of locks? : abap data dictionary
On which event we can validate the input fields in module programs?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
How do you document abap/4 programs? Do you use program documentation menu option?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What are authorization objects and what statement is used to perform an authorization check in an abap program?
how to see the tables of 200 in client 100?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are critical issues you have faced in your project
What is a subscreen? How can we use a subscreen?
What is a type-pool?