cancel
Showing results for 
Search instead for 
Did you mean: 

REUSE_ALV_FIELDCATALOG_MERGE would only display 10 columns

Former Member
0 Kudos

Good Day!

I have created an internal table for my output which is more than 10 columns. Whenver I try to display them using

REUSE_ALV_FIELDCATALOG_MERGE the columns after the 10th are never displayed. Can somebody help me understand the reason behind this and could possibly offer me a solution.

I noticed during debug that function module REUSE_ALV_FIELDCATALOG_MERGE returns only 10 for the changed parameter CT_FIELDCAT.

Your inputs would be greatly appreciated.

Thanks.

Martin Dela Paz

Accepted Solutions (0)

Answers (3)

Answers (3)

koolspy_ultimate
Active Contributor
0 Kudos

Hi.

Define your fields using LIKE statement.

if not solved paste your code here so that it may be helpful in solving your problem.

Former Member
0 Kudos

Hi Everyone:

Thank you for your time, actually it got solved when I went out of transaction code SE80. When I was trying the code I only kept on working in the same windowm, it seems that I was not able to fully activate all of the required components.

I went out of the SE80 returned and reactivated my program and that solved my issue. My apologies if it was not worth your time. All your efforts are appreciated. Thanks.

huseyindereli
Active Contributor
0 Kudos

Hi,

Check your internal table definitions. Define your fields using LIKE statement and try again.

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

Please paste the code.Generally it will print .

Regards,

Madhu.