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

Sample Code to Use Speedometer Garph

Former Member
0 Likes
621

Dear SDN Community,

Can anyone Please Prvide me a sample code for using Speedometer Graph.

Thanks .

Arbind

1 ACCEPTED SOLUTION
Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
588

Hi,

That's easy: Use the source code from my blog [Creating charts without using XML classes|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13313] [original link is broken] [original link is broken] [original link is broken];.

Instead of calling the last Simple Transformation with chart_type = 'Lines' you should use 'Speedometer'.

Regards, Kai

3 REPLIES 3
Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
589

Hi,

That's easy: Use the source code from my blog [Creating charts without using XML classes|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13313] [original link is broken] [original link is broken] [original link is broken];.

Instead of calling the last Simple Transformation with chart_type = 'Lines' you should use 'Speedometer'.

Regards, Kai

Read only

0 Likes
588

Dear Kai,

Thanks for ur helpful answer .

It almost solved my problem

One small help needed.

when i use--

CALL TRANSFORMATION test_ce_tables2xml

Clicking on " test_ce_tables2xml" it is asking that i can save in only Standard SAP Package .

Whether there is any option i Can save it in Y* or Z* Package.

Thanks.

Arbind Prasad

Read only

0 Likes
588

Hi,

try to call the transformation "Ztest_ce_tables2xml" (without the quotes). This should permits you to save it in the Z* or Y* package.

Regards

Andrea