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
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
Did you use buffering?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
why particularly lock object name starts with EZ OR EY?
What is the difference between call transaction method and the session method? : abap bdc
Is there any method apart from bdc for data upload to sap? : abap bdc
How do you document ABAP programs? Do you use program documentation menu option?
What are control tables? : abap data dictionary
Explain the Importance of pa20? : abap hr
What is bdc? : abap bdc
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
How can we upload a text file having delimiters in to legacy system?
In ALV reporting when u execute your report which event gets triggered.