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

Run time error for tree structure

Former Member
0 Likes
355

Hi All,

We have a requirement to build a tree structure. I am able to build the tree up to two level where there is one root node and child nodes at the next level.

If I select any child node and try to expand it I always get a short dump Control Framework : Error processing control.

The error is due to call to a method AC_SYSTEM_FLUSH.

MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

I have tried forced flush method too but still I am getting a dump.

What should i do to solve this issue?

Your feedback and solutions highly appreciated.

Thanks and Regards

Sohit

1 REPLY 1
Read only

Former Member
0 Likes
305

You can check my program , [Tree report with Abap objects|https://wiki.sdn.sap.com/wiki/display/Snippets/TreereportwithABAPObjects]

Thanks

Satyasuresh Donepudi