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

Diff between Print Program and Report Program

Former Member
0 Likes
546

hi

What is the difference between Print Program and the Report Program????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi ,

In std script modification , we develop sub routine pool program and assign it print programs and form .

Here without modifing the print program we develop subroutine pool prg according to user requirements.

Print program call the form and pass the data to the form .

Report program is normal program...

Reward if useful .

Thanks

Jagadeesh.G

Edited by: Jagadeshwar Gollapelly on Jun 6, 2008 1:38 PM

4 REPLIES 4
Read only

Former Member
0 Likes
509

Hi ,

In std script modification , we develop sub routine pool program and assign it print programs and form .

Here without modifing the print program we develop subroutine pool prg according to user requirements.

Print program call the form and pass the data to the form .

Report program is normal program...

Reward if useful .

Thanks

Jagadeesh.G

Edited by: Jagadeshwar Gollapelly on Jun 6, 2008 1:38 PM

Read only

Former Member
0 Likes
508

HI,

Print program is also a Report program, it is called as print program in case of SAP Script and Smartforms.

Since this report program is used to print the values in the SAP Script Etc.

Thanks,

Gokul

Read only

Former Member
0 Likes
508

hi gayathri,

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.

saplab.blogspot.com/2007/10/sample-abap-program-to-

calculate.html

regards,

sindhu.

Read only

Former Member
0 Likes
508

here is the purpose for the print programme