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: 

Report to MS Power Point

former_member305388
Active Contributor
0 Kudos

Hi Experts!

We have a requirement where we need to generate a report output in MS Power Point. Can somebody please provide your inputs and suggestions on this? Are there any test programs to check on the same? Your help is highly appreciable.

Thanks a lot.

1 REPLY 1

jack_graus2
Active Contributor
0 Kudos

Hi Srinivas,

First create a kind of template in powerpoint in the layout that is required but without the data. The data is to be provided in SAP.

Then save this template layout from powerpoint in 'powerpoint XML presentation' format.

You can import this XML in SAP. Either you paste the complete XML in your ABAP coding, or better, you paste it in a transformation. Then either from ABAP you need to add the dynamic data into the XML using ABAP statements or you add the dynamic data into your transformation by using data nodes. Transformation is a SAP tool that can transform ABAP data into XML.

Best reagrds Jack