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 using OOP's

Former Member
0 Kudos

Hi all,

I have created an ALV Tree Report which displays the Company Code in the First level, the allocated plants for each company code are displayed in the second level.

All this is displaying successfully.

I need to display all materials in each plant in the third level. here since the NODE_KEY value length is 12 and the MATNR length is 18 it is not displaying the Tree and is goin to short dump...

Pls help

Regards

Dinesh

4 REPLIES 4

former_member150733
Contributor
0 Kudos

See Sample SAP Programs :

SAPTLIST_TREE_CONTROL_DEMO

SAPSIMPLE_TREE_CONTROL_DEMO

RSDEMO_DRAG_DROP_TREE_MULTI

RSDEMO_DRAG_DROP_EDIT_TREE

For converting to the output format you can use FM :

CONVERSION_EXIT_ALPHA_OUTPUT

0 Kudos

I saw all those programs and then implemented my tree ...

Former Member
0 Kudos

Dinesh,

check demo program BCALVTREE for sample codes including simple one in SE38

======================================

Goto Tcode DWDM---->Tree control

you will find the prograns on this

OR

SE83>Control>Tree conrtrol

Don't forget to reward if useful...

Don't forget to reward if useful....

Former Member
0 Kudos

Solved