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

Print Program

Former Member
0 Likes
1,040

Hi,

What is the Print Program?

What is Print Program for Customer Invoice?

What is RVINVOICE?

Thanks

Seshu

9 REPLIES 9
Read only

ferry_lianto
Active Contributor
0 Likes
985

Hi Seshu,

What is the Print Program?

A print program is an application program ( REPORT or MODULE POOL ) that allows you to print documents to which forms are allocated. The print program retrieves the required data from the database and combines them with the data the user entered. Then, it processes the underlying form, formats the data accordingly, and prints it.

What is Print Program for Customer Invoice?

Please check program SD70AV3A (t/code VF31).

What is RVINVOICE?

It is SAP Script for invoices.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
985

Hi Seshu,

1) Print program is also known as Driver program is the program which fetches data to be displayed onto Layout.

Layout itself doesnt contain any data. It gets data only from Driver program.

2) The following are the list of standard scripts.

• RVORDER 01 Sales order confirmation

• RVDELNOTE Picking List

• RVPICKSIN Picking List

<b>• RVINVOICE 01 Invoice</b>•

MEDRUCK Purchase Order

Thanks,

Vinay

Read only

0 Likes
985

Hi,

Thanks for replies.. Answers for 2 & 3 also pls..

How to find out related print program for a form.?

What are t-codes used?

Answers for 2 & 3 also pls..

Thanks

Seshu

Read only

0 Likes
985

I think the print program for invoices is RVADIN01.

Regards,

Rich HEilman

Read only

0 Likes
985

Hi Seshu,

1) Check table <b>TTXFP</b> for custom scipts. Give your scirpt name to <b>TDFORM</b> and get driver pgogram into <b>PRINT_NAME</b>.

2) Chekck table <b>TNAPR</b> for scripts assigned thorugh <b>NACE</b> transaction. Give scirpt name to <b>FONAM</b> and get driver program into <b>PGNAM</b>.

Thaks,

Vinay

Message was edited by: Vinaykumar G

Read only

Former Member
0 Likes
985

Hi,

1. Print program is used to get the data from the database tables and the global variables declared in the print program can be used in the sapscript form. The print program will then call the sapscript form and write the values..

2. RVADIN01 is the print program for customer invoice..

3. Not sure what you are asking..

Thanks,

Naren

Read only

Former Member
0 Likes
985

Hi,

You can use the tcode NACE..

Thanks,

Naren

Read only

0 Likes
985

HI.

For invoice.

Form Name--RVINVOICE.

Print pgm--RVADIN01 .

tc code for form is se71.

tc code for print pgm.-se38..

To find out the form name or printprg name

goto se11--table name-tnapr,click on contents,execute it

now check ur form name with respect to printprg name or else check ur print pgm name with respect to ur form name..

orelse by function module sapscript_select_program also u can the print pgm name..give form name u will get print pgm name..

Read only

0 Likes
985

Another way to find.

1.) GO to Se71 --> Enter the sapscript name.

2.) Press Display/ F7

3.) Click on Menu FORM --> CHECK --> TEXTS ---> Enter

4.) Wow it gives you all the associated print programs with this Sapscript.

Rgds,

Ankur Bhandari

p.s award points for answers which helped you.

Message was edited by: Ankur Bhandari