cancel
Showing results for 
Search instead for 
Did you mean: 

Field Length issue in ALV Report

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I am using FM REUSE_ALV_GRID_DISPLAY to display few fields. Among them I have a field with length 200 characters text.

During ALV report display I am able to see only 128 characters, But when I download it and see the field, the it is showing complete text.

Can anybody help me out?

Thanks,

Ramakrishna

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188685
Active Contributor
0 Kudos

In fieldcatalog set the output length to Required length.

X_FIELDCAT-OUTPUTLEN = '50'.

regards

vijay

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I already used OUTPUTLEN to maximum limit. But still there is no progress.

Thanks,

Ramakrishna

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Check out the last answer of this post.

<i>I found a SAP document called "Using ALV for list display.pdf" that says the following:

"Size of data fields: While the list-based ALVList can display only tables of up to 90 columns, the control-based ALVGrid and ALVFullscreen have the limitation of 128 characters per data cell."</i>

Please make sure to award point for helpful answers and mark the post as solved. Thanks.

Regards,

Rich HEilman

Former Member
0 Kudos

Hello,

Can you please send me a small example on this?

I try to use it with fieldcat-outputlen = '12':-

my code..

call function 'LVC_FIELDCATALOG_MERGE'

exporting

i_structure_name = 'ZLINK'

changing

ct_fieldcat = gt_fieldcat.

I couldnot go further.

regards

madhavi.