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

spool issue

Former Member
0 Likes
513

Hi,

1) I've a field in the output of an ALV list whose description is 'Cost center Name' and its showing correctly in the foreground output.

But in the spool it's showing as 'cost cente'. So it's showing half of the description in the spool.

2) Also is there any solution for converting the letters in lowercase in the output toappearin higher case both in foreground and background.

Could anyone let me know about the exact solution for this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Hi,

1) I've a field in the output of an ALV list whose description is 'Cost center Name' and its showing correctly in the foreground output.

But in the spool it's showing as 'cost cente'. So it's showing half of the description in the spool.

=> In the Field Catalog, pass the short text,long text & increase the value of Display length

2) Also is there any solution for converting the letters in lowercase in the output toappearin higher case both in foreground and background.

=> In the field catalog pass the header in Caps.

Thanks,

Best regards,

Prashant

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
480

Hi,

1) I've a field in the output of an ALV list whose description is 'Cost center Name' and its showing correctly in the foreground output.

But in the spool it's showing as 'cost cente'. So it's showing half of the description in the spool.

Can you please share the code where you have populated the column details in the fieldcatalog. May be then we can analyse better

2) Also is there any solution for converting the letters in lowercase in the output toappearin higher case both in foreground and background.

How about trying TRANSLATE TO UPPER CASE first?

BR,

Suhas

Read only

Former Member
0 Likes
481

Hi,

1) I've a field in the output of an ALV list whose description is 'Cost center Name' and its showing correctly in the foreground output.

But in the spool it's showing as 'cost cente'. So it's showing half of the description in the spool.

=> In the Field Catalog, pass the short text,long text & increase the value of Display length

2) Also is there any solution for converting the letters in lowercase in the output toappearin higher case both in foreground and background.

=> In the field catalog pass the header in Caps.

Thanks,

Best regards,

Prashant