what is the print program for smartforms .pls give me one
example .
Answer / 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 |
Performance tuning techniques
What is the difference between synchronous and asynchronous updates?
Explain what are extracts?
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above
What is the difference between function group and function module?
WHAT IS THE DIFFERENCE BETWEEN FILE PORT AND TRFC PORT ?
Which bdc you prefer? : abap bdc
i want to populate 10 fields in smartforms..uptil 9th it is taking but 10th one is not populating?what might be the reason?
Give few names of cluster tables in sap? Give few names of pooled tables in sap? give few names of transparent tables?
what is view?different types of views?
What are the user groups?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?