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

ALV output using oops abap

Former Member
0 Likes
1,167

I have created an ALV report using the OOPS Concept, i.e., using Custom Container. Report is getting printed , but one particular field is getting printed down one step in the output comparing the other fields.

I have compared the field catalog and all. Please guide me.

Rgds,

G.Khadeer Basha

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
1,078

The output has a given maximal width. If the printout goes beyond the limit, the fields are displayed on the next line...

Solution: when you print, select a different list format, like X_65_120 for a width of 120 columns for instance. You may define a list format with transaction code SPAD, with a maximal value of 1023 columns. Note that if you create a new one and you print on actual printers, you must define control codes for each device type so that to use a small font size, and eventually use landscape.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
1,079

The output has a given maximal width. If the printout goes beyond the limit, the fields are displayed on the next line...

Solution: when you print, select a different list format, like X_65_120 for a width of 120 columns for instance. You may define a list format with transaction code SPAD, with a maximal value of 1023 columns. Note that if you create a new one and you print on actual printers, you must define control codes for each device type so that to use a small font size, and eventually use landscape.

Read only

Former Member
0 Likes
1,078

I am using X_65_120 pattern only, still one field is being displayed down the actual line in which to be printed.

Read only

0 Likes
1,078

try x_65_255 the layout will be smaller but you will have all your fields