Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sapscript dynamic call

Former Member
0 Likes
424

what is ENTRY routine name in dynamic call.and what is its role in giving ouput type.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

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

3 REPLIES 3
Read only

Former Member
0 Likes
398

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

Read only

Former Member
0 Likes
397

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.

Read only

Former Member
0 Likes
397

thank u for answering this query..

thanks alot..