Application Development 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: 

Printing Problem in ALV

Former Member
0 Kudos
103

Dear Expert,

I want to print more than 255 character string in ALV grid layout and also in F4 Help view.So please give me solution.I already try

data:w_data(500) type c.

3 REPLIES 3

Former Member
0 Kudos
84

Hi,

Try using this

data:w_data type string .

instead of char(500).

Regards

Former Member
0 Kudos
84

But string also consider up to 255 character.But i want more than 255 character.

Former Member
0 Kudos
84

Please check below thread. It may help u