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

Graphical Display

Former Member
0 Likes
371

Hello everyone!!!

I have to develop a graphical display program for a display that looks something like this.

A--> C-->D

'

'

E<--B--> F

'

'

X

The data is group of products that are related to eachother in someway.The above is a very basic illustration of the requirement.And the picture is very dynamic i.e. many possibilities of relationschips are possible.

Is there any way in ABAP to get a display like this?

2 REPLIES 2
Read only

guillaume-hrc
Active Contributor
0 Likes
331

Hi,

It looks like you should have a look at the examples in the GRAL Transaction. You may be interested by the NET* programs particularly.

Hope it helps!

Best regards,

Guillaume

Read only

0 Likes
331

Hi,

Thanks for your response.I did look at the NET* programs but the problem is it considers each value in the internal table as a node. I need to display some data as part of the same node indicating that they are in the same level, but this looks like its not possible using the logic in those programs.

Pls let me know if there are any ways to achieve this.

Thanks for the help!!!

Prasanna