cancel
Showing results for 
Search instead for 
Did you mean: 

need infn about bussiness Graphics UI Element in Webdyn Pro

Former Member
0 Kudos

hi Experts,

I am using Bussiness Graphics UI Element in Webdyn Pro

chart type is Lines

this graph is to show utilization of asse for some period say 1 month

there will be 2 data series Utilization and Unutilization

when i place curser near point uwe see in points in line chart i should show value for that node

ex:

utilization% for machine 1 is 30% on day1

when i place curser on that point it should give me utilization%(ex30)

how can i achieve this

pls suggest me its urgent i have to finish it by monday

is there any coding pls send me

or any property we have to set in chart design

which property

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vani,

Follow this link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242b...

and see from page 428...

Regards,

Prabhakar.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vani,

Create a Series element under BusinessGraphics UI Element and Points under that series element, For each point element you can set tool tip, or bind the tooltip property.

Ragards,

Prabhakar.

Former Member
0 Kudos

hi

i have one series called utilization

when i place cursor on that series it should give me value with res which that is plotted

i am fresher can u pls give me exact soln

how context node should be

i have

node ct

inside that one series s1

and one category cat

how i shld do that

Former Member
0 Kudos

Hi Vani,

Check these weblogs:complete basic info is available there

<a href="/people/sap.user72/blog/2005/03/23/business-graphics-in-webdynpro:///people/sap.user72/blog/2005/03/23/business-graphics-in-webdynpro

for events u can check the thread ,i sent u with previous reply

regards

Sumit

Former Member
0 Kudos

i want how can i achv display of % just placing cursor on that

and by clicking there it shold dis result

Former Member
0 Kudos

Vani ji,

u have to use the events only for that what i have already specified in my previous reply.Use this code for binding.

IWDBusinessGraphics graph=(IWDBusinessGraphics)view.getElement("BusinessGraphics");

graph.mappingOfOnAction().addSourceMapping("<SourceName>","<new name>");

check the thread i provided previously,in that everything is mentioned.

regards

Sumit

Former Member
0 Kudos

sir u r not getting my point

i want to display vale in series as lable when i move mouse pointer there

i tested for display lable property its not cmg

pls help

me

i went throgh wd for abap doc

ia am nt getting sir

pls help me

Former Member
0 Kudos

Hi Vani,

The solution i gave is for events in graphics.For tooltips u can check the solution given by prabhakar but i m not sure abt that bcos i have never tried that.

regards

Sumit

Sunitkroy
Participant
0 Kudos

Hi Vani

For displaying label on mouse movement on your series do the following things

1.> create a value attribute and populate it with the data you want to display.

2.> Bind the attribute to the Tooltip property of your series(you have created in root ui element container) ui element.

Former Member
0 Kudos

hi

i have series values generated by back end

ex: for 10 days single series with 10 values will be generated

how i shold take points

can u give me context structure

Former Member
0 Kudos

i did that its not displaying

what could be the reason

is there any propery we have to set in chart designer

Former Member
0 Kudos

for tooltip property of series its not showing ...

to go to conterxt variable

what i shold do

are there any setting in start chart designer

Former Member
0 Kudos

if i give context var direcly

it ask whether as text or as context i gave as context its giving error

Former Member
0 Kudos

i gave it as text its not giving error

but when i move mouse pointer there its not showing value in the context

i want to set it as context

Former Member
0 Kudos

if i give context as tooltip i am getting error

java.lang.Error: Unresolved compilation problem: The method bindTooltip(String) is undefined for the type IWDSimpleSeries

i have taken simple series

Former Member
0 Kudos

Hi Vani,

What is the datatype of the context attribute u r using??From the error it seems u r using it as IWDSimpleSeries.it has to be a string.

1.take a context attribute of type string.

2.bind it to tooltip property of ur simple series.

for series points anyhow u r having attributes.u can use same attribute for binding it to tooltip property.

if its still not clear.give me ur mail id??i will try to send u an example program.

regards

Sumit

Former Member
0 Kudos

hi i tried with series tooltip is not displaying what cold be the reason

are there any properties we need to set in chart designer

Former Member
0 Kudos

hi i have created series inside that one point element inside that x n y eles

i am not getting tool tip

i am getting for all same vale

its not cvarying depending on series value

Former Member
0 Kudos

pls help me i am getting same tooltipvalue for all points

Former Member
0 Kudos

Hi Vani,

Do u need event on that point or tool tip ??

regards

Sumit

Former Member
0 Kudos

both if tooltip how

if event how can i

Former Member
0 Kudos

pls reply soon

Former Member
0 Kudos

Hi Vani,

A generic event is available with business graphics element as well as with series,series point & category.Use that generic event & map it on runtime with ur event,whatever u r goin to create.Create the event id on the level where u want action & pass that id to the event.

for further info check this thread

regards

Sumit

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Check the following links,there are some materials....

http://help.sap.com/saphelp_nw70/helpdata/en/ed/258841a79f1609e10000000a155106/frameset.htm

Workout below Application,

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/using%20business%20graphics.pdf">Using Bussiness Graphics</a>