‎2008 May 09 6:33 AM
hi all,
i want to know the difference between print program and report program.
can anyone help me out.
with regards,
Sindhuja
‎2008 May 09 6:37 AM
Hi,
1.Print program is for the Layouts.It can hold the information to which it displays in the Layout.
2.Report program displays the information of multiple tables.
Regards,
Shiva
‎2008 May 09 6:38 AM
print program is used to call a script
where report is a normal executable program
‎2008 May 09 6:50 AM
Difference between report and Print program is that we write a report for analyzation mostly within the organization but whereas Print program we write for sapscripts and smartforms which are used for correspondense purposes like addressing someone it could be customer or a business partner for billing, invoices, purchase orders..etc
Even if the business process used for both is same, it differs in presentation.
****************************
report program is one which is used to display report over screen as output...this data can either be donwloaded to presentation or application server...even can be printed over a printer....
print program is a script or smart form which gets triggered when a documnet is either issued to a printer thru a transaction.
Regards
Kiran Sure
‎2008 May 09 6:54 AM
Hi
report program is which is used to display report over screen as output.......
print program is a script or smart form which gets triggered when a documnet is either issued to a printer thru a transaction.
Reward If Helpfull ,
Naresh
‎2008 May 09 6:55 AM
Hi Sinadhu,
A print program is generally used to call either a script or smartform. A script or smartform contains two parts, one Layout which contains graphical interface, and other print program which contains the bussiness logic of the form.
A report program is normal program used just to show some data either in normal format or ALV format.
Thanks,
Santosh.