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 conversion into excel sheet

Former Member
0 Likes
299

Hello Expert,

When I am exporting ALV report to excel sheet then only exports 99 fields . I have MS excel 2003 version.

But my report has around 150 fields .

Please give me any guidance abt exporting more than 99 fields.

Is there is SAP Patch or something.

Thanks,

Rahul@SS

1 REPLY 1
Read only

Former Member
0 Likes
266

Effectively, the limit is 99 for a LIST and 1023 for a GRID.Are u using list or grid. U can eplace the function REUSE_ALV_LIST_DISPLAY by REUSE_ALV_GRID_DISPLAY ans then check.

hopw it will help.