‎2006 Oct 17 8:49 AM
hi all,
what is this output type?why it is needed?
i have developed a print prog for exise invoice
but not used output type anywhere to see the output of the form.
so my question is when this output type is reqired and when not?
whther i should create output type for the above print program also. whether it is good practice to have output type? if yes why and how can we create output type for my above program?
thanks & regards
sanjeev
‎2006 Oct 17 9:17 AM
HI Sanjeev
Will try to keep it this way.
Considering an example whereby we need to print an invoice whenever it is generated, an output type will be configured and assigned via Output Determination procedure.
Here just by assigning the output type, the system will not know which form to use for printing.
Hence we will be specifying the driver program, form name and routine where the process has to start.
So when an invoice is generated, throught the output determination procedure it will recognize the output type to be inserted and then the associated form and print program for the generation of document.
Second case is a print program and form whereby these need not be associated to any output types. This is a normal report program which when executed will generate a document.
Hope i have managed to give you some idea.
Kind Regards
Eswar
‎2006 Oct 17 9:17 AM
HI Sanjeev
Will try to keep it this way.
Considering an example whereby we need to print an invoice whenever it is generated, an output type will be configured and assigned via Output Determination procedure.
Here just by assigning the output type, the system will not know which form to use for printing.
Hence we will be specifying the driver program, form name and routine where the process has to start.
So when an invoice is generated, throught the output determination procedure it will recognize the output type to be inserted and then the associated form and print program for the generation of document.
Second case is a print program and form whereby these need not be associated to any output types. This is a normal report program which when executed will generate a document.
Hope i have managed to give you some idea.
Kind Regards
Eswar
‎2006 Oct 17 9:30 AM
Hi...
Some useful info about output type..
Definition
Integration
Defining Output Types
Defining Processing Program and Form
Procedure
Choose your output type ("condition type") and choose processing routine.
Enter in change mode for the requested transmission medium a processing program, a form routine, and if applicable an SAPscript form. For a transmission medium that has not yet been entered, choose Edit ® New entries.
Save your entries.