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: 

alv tree report

Former Member
0 Kudos

hi all,

in alv tree pgm when we use

LIST_VIEWER type ref to CL_GUI_ALV_GRID

the node_key of MTREESNODE can take upto 12 char only.

Now i have a requirement werein i need to pass few table names which are more than 12 char.I have created a z.... structure f same MTREESNODE with the node_key of 16 char.Now when i debugg the pgm i can see that since CL_GUI_ALV_GRID is a global class it still accepts the same 12 char format.

can any one suggest how could i pass value more than 12 char for node_key of MTREESNODE.

Thanks

avinash

1 ACCEPTED SOLUTION

sourabhshah
Advisor
Advisor
0 Kudos

Hi Avinash,

You can use a column tree where you can have item nodes which accept more than 12 character and use it along with the ALV grid control..

Regards,

Sourabh

1 REPLY 1

sourabhshah
Advisor
Advisor
0 Kudos

Hi Avinash,

You can use a column tree where you can have item nodes which accept more than 12 character and use it along with the ALV grid control..

Regards,

Sourabh