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 tree report

Former Member
0 Likes
424

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
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
391

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

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 REPLY 1
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
392

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