cancel
Showing results for 
Search instead for 
Did you mean: 

How to display a Graph/Report in modal dialog?

PraveenDwivedi
Participant
0 Kudos

Hi Experts

I have a requirement to plot and display a graph on click of a link. The data will be fetched via a web service from ECC.

The graph needs to occur on a pop up screen (that is why I'm using modal dialog)

If I can use any other method please do mention.

Request you to suggest the procedure for this.

Regards

Praveen Dwivedi

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor
0 Kudos

Hi Praveen,

To fetch data from ECC via webservice: You need to have wsid in SDK,
The fetched data could be persisted in Partner BO or Standard BO via XBO,

Create Datasource on the above BO,
Create Report on the above Datasource,

Then embedd the above report to custom UI : http://scn.sap.com/thread/3486815  

Thanks, Pradeep.

Answers (1)

Answers (1)

sunil1101
Employee
Employee
0 Kudos

Hi

You can use mashup.

also check SDK document.

Regards

Sunil

PraveenDwivedi
Participant
0 Kudos

Hi Sunil

Mashup is not possible I think as the data is fetched via web service in real time. We may have to use reports but there are no standard reports for utilities.

Regrads

Praveen Dwivedi