‎2007 Jul 19 3:43 PM
what is ENTRY routine name in dynamic call.and what is its role in giving ouput type.
‎2007 Jul 19 3:54 PM
Hi,
ENTRY Is the rountine which is executed when ever you trigger a output type...
And output type defines the document and the medium in which the layout is transmitted...
Each output type has a driver program and a script associated with it.. So when ever you trigger output for a speicfic output type... The ENTRY routine in called and the data gets printed on the script..
Thanks
mahesh
‎2007 Jul 19 3:54 PM
Hi,
ENTRY Is the rountine which is executed when ever you trigger a output type...
And output type defines the document and the medium in which the layout is transmitted...
Each output type has a driver program and a script associated with it.. So when ever you trigger output for a speicfic output type... The ENTRY routine in called and the data gets printed on the script..
Thanks
mahesh
‎2007 Jul 19 3:55 PM
Hi,
An output type is something that controls the output of a certain business object. For example, when you create a purchase order, output is created based on the output type which defines how the output is created(via form, and print program) where it is printed, and when it is printed.
In Transaction NACE you can find the details of output types.
Reward if helpful.
‎2007 Aug 08 6:28 AM