what is the print program for smartforms .pls give me one
example .
Answer Posted / kartikeya bommuluri
the smart form print programm is the one where the majority
of data extraction occurs. typically,one smart form print
program should be associated with one type of form. for
example the smart form purchase order has a corresponding
smart form purchase order print program tat only handles
data extraction for tat form.this one-one relation ship
improves the transparency for the user between what is
being performed in the form versus the print program
always remember tat customer specific customiozation must
be performed in the smart form print form and not in the
smart form print programme.
The major benfit of smart form print solutions over sap
scripts tat if the layout or order of information changes
in the smart form print form,you do not need to alter the
print programme.the lay out of the data on the form is
controlled only in the smart form print form.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of at first and at last?
What is the tcode to create indexes?
What are the types of windows in sap script?
Difference between sap script and report?
What are the features of abap/4 dictionary? : abap data dictionary
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What do you do when the system crashes in the middle of a BDC batch session?
What is a size category? : abap data dictionary
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the two levels in defining a match code ?
Name the abap/4 modularization techniques?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is your approach to find exit and BAdi?
What are the three hierarchical levels of data types and objects?