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 ISSUE

Former Member
0 Likes
784

Hello all,

i have developed ALV report, when iam trying to print some characters of few columns are missing fr example if field has value '8000455' its printing like '800045...' .Please let me know how to rectify this.

Thanks,

Sravan.

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
762

Take a look at this thread:

It's not exactly the same problem but maybe if you associate the ALV field with the database field it will solve the issue.

7 REPLIES 7
Read only

Former Member
0 Likes
762

Hello,

Please check the o/p structure which you are using to print data.Is it different than ALV data printing table.if yes.then check the lengths of fields defined in the structure.

Thanks.

Read only

0 Likes
762

Hi Rushali,

They are same.

Thanks.

Read only

0 Likes
762

Any idea guys????????

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
762

What are you using for ALV and how exactly are you printing?

The only thing that comse to mind - maybe you could adjust the column size and make it bigger. This can be done by using 'outputlen' option in the field catalog, for example. What do you have in the field catalog for the field that is getting truncated?

There is also an "auto resize" (or something like that) option, which might influence the column size.

Read only

0 Likes
762

Hi jelena Perfiljeva,

i have used REUSE FM for ALV, iam printing using function keys.i have tried 'outputlen' but its not working.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
763

Take a look at this thread:

It's not exactly the same problem but maybe if you associate the ALV field with the database field it will solve the issue.

Read only

0 Likes
762

Thanks a lot!!!!!!!! it worked.

full points awarded.