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

form routine

Former Member
0 Likes
1,146

Hi All!

In the NACE trans, when we configure for the output types for particular forms we have a entry for form routine.What is this exactly shall i give my print program name in this or some other options are there like 'entry'

Please clarify me on this.

Regards

Praneeth

Message was edited by: Praneeth kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
919

hI PRANEETH

yOU HAVE MENTION THE PROGRAM I,E THE DRIVER PROGRAM WHICH CALL YOUR FORM.

THE MENTION THE FORM ROUTINE I.E THE SUB-ROUTINE WHICH IS ACTUALLY CALLED FIRST IN YOUR PRINT PROGRAM AND THEN YUO FROM NAME

KINLDLY REPLY IF YOU HAVE ANY DOUBT

<b>FOR EXAMPLE CHECK OUT THIS PROGRAM RVADIN01 FOR INVOICE IN WHICH ENTRY WILL THE SUB-ROUTINE.</b>

<b>THIS ENTRY WILL GIVEN IN THE NACE</b>

REGARDS

KISHORE

REWARD IF HELPFUL

Message was edited by: Harikishore Sreenivasulu

5 REPLIES 5
Read only

Former Member
0 Likes
919

here u need to add an entry for your form/program and also the form routine. And aslo specify the medium(fax,printer etc)

Read only

Former Member
0 Likes
919

hi praneeth,

<b>FORM routine for time determinatn (using VSDAT VSURA VSURB)</b>The form routine for time determination must be contained in the program for time determination that has been entered in the relevant field.

The form routine must have the following interface:

form <timefind> using dat like nast-vsdat

ura like nast-vsura

urb like nast-vsurb.

An example program is program RSFNDTIM with the OUTPUT_TIME routine.

Read only

Former Member
0 Likes
920

hI PRANEETH

yOU HAVE MENTION THE PROGRAM I,E THE DRIVER PROGRAM WHICH CALL YOUR FORM.

THE MENTION THE FORM ROUTINE I.E THE SUB-ROUTINE WHICH IS ACTUALLY CALLED FIRST IN YOUR PRINT PROGRAM AND THEN YUO FROM NAME

KINLDLY REPLY IF YOU HAVE ANY DOUBT

<b>FOR EXAMPLE CHECK OUT THIS PROGRAM RVADIN01 FOR INVOICE IN WHICH ENTRY WILL THE SUB-ROUTINE.</b>

<b>THIS ENTRY WILL GIVEN IN THE NACE</b>

REGARDS

KISHORE

REWARD IF HELPFUL

Message was edited by: Harikishore Sreenivasulu

Read only

Former Member
0 Likes
919

Hi,

Print program is specified in 'Program'.

In form routine, you can specify the subroutine in the main print program.

Regards,

Shashank

Read only

vinod_gunaware2
Active Contributor
0 Likes
919

Hi

U hv to select application(like PO)

then goto->output type

then select output type eg. NEU (u have to create before use)

then click on processing routine

u have to specify Medium

short text

program (form tringgering program)

Form routine

form (name of SAPSCRIPT form)

smart form(name of smart form)

regards

vinod