cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Redundant data in the First Tree node of a Tree Element. WebdynPro ABAP

zayidu
Participant
0 Kudos

Hello Experts,

In my WDY application, as below:

  • I have used Tree in displaying the results.
  • I have Mapped the Result table to the Tree's Data Properties in the View.
  • I have used the Supply Function to fill the tree's data in a Hierarchical way.

    Issue: As you can see the first Material(GB00568A) displays not only its own result data but all the other result data of the other material numbers. But other tree's display their corresponding Material's Result data.

Can anyone help me know where I made a mistake for the inconsistent/redundant data only in the 1st Tree?

Thank You.

Accepted Solutions (1)

Accepted Solutions (1)

zayidu
Participant
0 Kudos

Answer:

Mistake: I have made the same ITabs for SETTING and GETTING the data, Hence, once the ITAB is populated and same ITAB are mapped in the DATA property of the tree, it populates all the result values to the first Result data.

Solution: I made seperate ITABS for GETTING and SETTING and the corresponding result data were populated with the corresponding MATERIAL.

Thumbs up!!

Answers (0)