‎2006 Sep 07 7:50 PM
Hi,
What is the Print Program?
What is Print Program for Customer Invoice?
What is RVINVOICE?
Thanks
Seshu
‎2006 Sep 07 7:52 PM
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
‎2006 Sep 07 7:52 PM
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
‎2006 Sep 07 7:55 PM
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
‎2006 Sep 07 7:55 PM
‎2006 Sep 07 7:57 PM
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
‎2006 Sep 07 7:54 PM
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
‎2006 Sep 07 7:55 PM
‎2006 Sep 07 8:12 PM
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..
‎2006 Sep 07 11:05 PM
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