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: 

Concatenated headers in ALV_LIST_DISPLAY

Former Member
0 Kudos

I am using reuse_alv_list_display fn module.

The problem is i want the field headers should concatenate within themselves...

for ex.. if the header is ECC No Of supplier then it should come like this

ECC No

Of supplier

means that if the header is too big in length then it shoud come in the next line by itself...

I tried fieldcat-outputlen but in this the the header gets cut after a fixed length.

please help me out......

It's really urgent....

Edited by: Alvaro Tejada Galindo on Apr 11, 2008 11:52 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi it's not possible.

5 REPLIES 5

Former Member
0 Kudos

It's not possible..

b_deterd2
Active Contributor
0 Kudos

Hi,

I'm pretty sure this is not possible.

regards,

bert

Former Member
0 Kudos

Hi Gaurav,

do this way ... but this way the header data will not get truncated but gets displayed in a single line ...


data : gd_layout    type slis_layout_alv.

   gd_layout-colwidth_optimize = 'X'. 

Former Member
0 Kudos

I dont think this is possible.

Shreekant

Former Member
0 Kudos

Hi it's not possible.