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: 

Limitation of FM REUSE_ALV_BLOCK_LIST_APPEND

konstantinos_vassiliadis
Active Participant
0 Kudos

Hello,

I am using blocked list to diplay header and item details of deliveries. I use the following FMs:

REUSE_ALV_BLOCK_LIST_INIT

REUSE_ALV_BLOCK_LIST_APPEND

REUSE_ALV_BLOCK_LIST_DISPLAY

However, FM REUSE_ALV_BLOCK_LIST_APPEND has a limitation of 29 blocks able to be appended. After this limit it raises an exception.

Is there an alternative way to achieve the same result as below?

Regards,

Konstantinos

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

Do users really use features from ALV like filtering, sorting, layout, etc.?

If no, and if there are more than 29 blocks, then use WRITE to generate your own report without any limit.