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

Former Member
0 Likes
637

hi guru's,

after creation of report , how would we print it. is there any FM's available for this?,is it ABAPers work or end users work to print a report?

regards,

surendraa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

hi...

You can use the following function to print a report

CALL FUNCTION 'PRINT_REPORT'

EXPORTING

NO_DIALOG = ' '

REPORT = L_REPID

EXCEPTIONS

ARCHIVE_INFO_NOT_FOUND = 1

OTHERS = 2.

check if it is working for ya!

all the best.

<b>rewards point for helpful answer.</b>

5 REPLIES 5
Read only

Former Member
0 Likes
608

hi Raju,

Which report you waana print.

Regards

Azad

Read only

Former Member
0 Likes
608

Hello,

Exectute the report in background. A spool will be created for the report.

Check in SP01 and print the output there.

If useful reward,

Vasanth

Read only

Former Member
0 Likes
608

Just click on the print button in the top row menu to print that report

end user will take out the print out by clicking on the print button....

Read only

Former Member
0 Likes
609

hi...

You can use the following function to print a report

CALL FUNCTION 'PRINT_REPORT'

EXPORTING

NO_DIALOG = ' '

REPORT = L_REPID

EXCEPTIONS

ARCHIVE_INFO_NOT_FOUND = 1

OTHERS = 2.

check if it is working for ya!

all the best.

<b>rewards point for helpful answer.</b>

Read only

Former Member
0 Likes
608

try this function module SET_PRINT_PARAMETERS.

<b>rewrads point for useful answer.</b>