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: 

Graphical Display

Former Member
0 Kudos

Is there a way to display something like a binary tree Graphically i.e. with shapes like oval and arrows to point the hierarchy, in ABAP.

5 REPLIES 5

Former Member
0 Kudos

Hi Prasanna,

Are you talking about a normal tree control? Go to transaction SE83 (Reuse Library) and look under Controls > Tree Controls. There are some sample programs that show you how it works.

Cheers,

Martin

0 Kudos

No i'm not talking about a Tree control.Let me try to explain this differently.

I need a graphical display of data that i've in the internal table. In this table i've a list of materials, which are related to one another in someway. I need to display these materials diagrammatically meaning i need to represent these relationships by means of a diagram something like a flowchart.

0 Kudos

then you can use Business Graphics

for such a representation, you should try function module GRAPH_HIERARCHY

there is some sample program available at

http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Graph/D_Hierarchy_Graphics_and_Others_With_Di...

Former Member
0 Kudos

Hi Prassanna,

Refer this link..

Regards,

Srikanth.

Former Member
0 Kudos

Hi prasanna ,

Following link is the ebook link for Business Graphics which will solve your problem ,since it shows how you can display 2D and 3D images.

http://help.sap.com/saphelp_nw04/helpdata/en/39/cc9e3b576911d1896f0000e829fbbd/content.htm

Please reward if it helps.