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

Tree Control Node Table limit - 118 lines?

Former Member
0 Likes
433

Hi Developers,

I have created a tree display transaction for my client using a copy of the SAP Demo program 'SAPTLIST_TREE_CONTROL_DEMO', which uses the CL_GUI_LIST_TREE class and associated objects.

There appears to be a limit in the node_table of 118 records (which should be enough) but our user requires <i>MORE</i>. Is this the maximum number of lines for this table in SAP, or can it be set/changed somewhere?

Rewards for helpful answers.

Cheers,

Stephen

2 REPLIES 2
Read only

Former Member
0 Likes
377

Hi Stephen

I dont think there is any such restriction as i have done with number much greater than 118. Please check if there is any other problem.

Have used: CL_GUI_ALV_TREE.

Regards

Eswar

Read only

Former Member
0 Likes
377

Problem went away.