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

Former Member
0 Likes
859

Hi all,

I have an ALV list report with 36 clolumns. But on clicking the detail dsipaly button i am only able to get 29 columns for 1 regord and 31 for another. Can u please guide me regarding the same..

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
826

Hi

Pass

is_layout-detail_initial_lines = 'X'

to the REUSE_ALV_LIST_DISPLAY function.

Then you will consistently get all columns in your detail view.

Cheers,

Aditya

Edited by: Aditya Laud on Apr 14, 2009 2:39 PM

Hi all,

I have an ALV list report with 36 clolumns. But on clicking the detail dsipaly button i am only able to get 29 columns for 1 regord and 31 for another. Can u please guide me regarding the same..

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
826

Hi Uday,

It's probably because the missing columns dont have any content in the rows.

Cheers,

Aditya

Read only

0 Likes
826

there are values in the other cloumns..

Read only

Former Member
0 Likes
826

Hi,

Check field names are passed in the Uppercase while building Fieldcatalog.

Read only

0 Likes
826

the freport is getting dispaalyed properly. Only for the click of detailed display button all the fields are not displayed. Is there nay restricitons on number of charachters?

Read only

0 Likes
826

Hi,

I think u might be missing the fields when u are using usercommand for detail display..plz check.

Regards,

Nagaraj

Read only

Former Member
0 Likes
827

Hi

Pass

is_layout-detail_initial_lines = 'X'

to the REUSE_ALV_LIST_DISPLAY function.

Then you will consistently get all columns in your detail view.

Cheers,

Aditya

Edited by: Aditya Laud on Apr 14, 2009 2:39 PM