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

Maximum ALV columns number ?

Former Member
12,505

Hello,

I'm trying to create an alv with 115 columns and the report displayed just 100 columns.

Is it possible to find something to display more than 100 ?

Thanks for your help.

Best regards,

Jeffpige

Hello,

I'm trying to create an alv with 115 columns and the report displayed just 100 columns.

Is it possible to find something to display more than 100 ?

Thanks for your help.

Best regards,

Jeffpige

8 REPLIES 8
Read only

RaymondGiuseppi
Active Contributor
5,999

Use a Grid ALV, and better use an OO class, the limit of 99 columns is related to List ALV. (Also when printing the Grid you will face the same problem)

Hint: There is a FAQ note available, Note 1009650 - Consulting: Standard behavior in the ALV

Also, IMHO, ALV is a human reading tool, if you actually want to export some big volumn of data, better use a XML output.

Read only

5,999

Thanks Raymond for your answer but i think clearing 'no_out' field of the fields catalog is enough.

Read only

0 Likes
5,999

This trick is depending on version of SAP and tool used. Could you provide more information, such as which ALV tool you used, etc. I've already displayed some grids with >1000 columns.

Read only

0 Likes
5,999

J'utilise le module fonction CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' pas d'alv OO donc ma solution est suffisante. Merci en tous cas pour ton investissement sur mon probleme.

Read only

0 Likes
5,999

Pas de problème, comme tu utilises une grille et pas une liste, la limite de 99 n'en est pas réllement une, il faut juste penser à mettre à jour le catalogue de champs, SAP s'autolimitant, comme indiqué dans la note de référence.

Read only

matt
Active Contributor
0 Likes
5,999

Asking for upvotes is likely to have only one consequece. Probably better not to do it again.

Read only

KarthikeyanN
Product and Topic Expert
Product and Topic Expert
0 Likes
5,999

Maximum no. of columns in ALV is 90 and each column can have a length up to 255 characters.

Thanks and Regards,

Karthikeyan Nataraj.

Read only

AdrianDBorja
Explorer
0 Likes
5,999

From what I observed, using either OO and REUSE_ALV_GRID, field character limit is 128 characters, regardless of data type.

True that you can populate the internal table field beyond 128 but ultimately it will be truncated