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

printing a report

Former Member
0 Likes
1,056

Hello,

I have two questions concerning printing a report.

1) how do you control the font and the orientation of the report when you print it out. I have created a report and when I select list -> print it prints in landscape and the font is too small. I would like to possibly print in portrait and increase the font size.

2) I am writing this report for our office in France. when I code the headings for the report, do I code them in French or in english. will the language designation at logon control the translation for the report?

thanks in advance for the help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,008

Max,

lightbulb - I think

do you mean, in SE38 for the program, click "text elements" and build heading using the "text symbols" tab. I would print the line using the line number?

Hello,

I have two questions concerning printing a report.

1) how do you control the font and the orientation of the report when you print it out. I have created a report and when I select list -> print it prints in landscape and the font is too small. I would like to possibly print in portrait and increase the font size.

2) I am writing this report for our office in France. when I code the headings for the report, do I code them in French or in english. will the language designation at logon control the translation for the report?

thanks in advance for the help.

7 REPLIES 7
Read only

Former Member
0 Likes
1,008

hi timothy,

For font size refer these thread...

Cheers

Alfred

Reward points for helpful answers.

Read only

Former Member
0 Likes
1,008

Hi

1) It depends on the format you choose

2) Use the text symbols of the report to do that

Max

Read only

Former Member
0 Likes
1,008

hi

good

if you go for the print there is a button called User-Specific print parameters there you can set the parameters as you like and than you can take the printout.

thanks

mrutyun^

Read only

Former Member
0 Likes
1,008

Max,

looks like I have the first question answered. you mentioned

<b>2) Use the text symbols of the report to do that</b>

i don't understand this. is this something that is coded within the write statement of the abap pgm? is this something that is controlled outside of the pgm?

Read only

Former Member
0 Likes
1,009

Max,

lightbulb - I think

do you mean, in SE38 for the program, click "text elements" and build heading using the "text symbols" tab. I would print the line using the line number?

Read only

0 Likes
1,008

Hi,

1. Generally reports are meant for showing just processed data. It is not possible to choose bigger font sizes or font categories in traditional ABAP programming. But you can print large fonts inABAP object-oriented programming.

Please see my below weblog on that.

<a href="/people/venkata.ramisetti/blog/2005/12/20/dynamic-documents-in-abap-objects">SAP Network Blog: Dynamic Documents in ABAP Objects</a>

But you will have performance problems when you are displaying large amount of data.

2. Create text-elements for all your column headings.

These can be translated to other languages using transaction SE63.

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
1,008

Hi,

1) use spad transaction to chanher printer settings

2) use text-symbols and translate them using se63

transaction so that text is displayed in as per

logon language

Regards

Amole