Data to Excel in Sap Mii

2
7/18/2014 CSV export | SCN http://scn.sap.com/thread/2053370 1/2 Getting Started Newsletters Store Products Services & Support About SCN Downloads Industries Training & Education Partnership Developer Center Lines of Business University Alliances Events & Webinars Innovation Log On Join Us Hi, Guest Search the Community Activity Communications Actions Brow se 0 Tweet 0 3 Replies Latest reply : Oct 6, 2011 1:05 PM by Anshul Sahu Share 0 Like 312 View s Average User Rating (0 ratings) CSV export This question has been Answered. I need to create a simple CSV file from an output using the BLS. Can anyone offer some guidance? MII MII Oct 6, 2011 11:03 AM Correct Answer by Anshul Sahu on Oct 6, 2011 1:05 PM Hi In BLS call you query. Use XSL Transformation action block. Use URL = http://<server:port>/XMII/Stylesheets/IllumRowsetCSV.xsl Pass query output as input and check for text output. save this as csv file. Thanks Anshul Re: CSV export There are many ways to do that. Please explain your requirement in detail. If you are getting data from any query template add content-type=text/csv. http://<server>:<port>/XMII/Illuminator?QueryTemplate=<TemplateName>&Content-Ty You can use this with xacuteQuery as well. Hope this will help!! Thanks Anshul Like (0) Anshul Sahu Oct 6, 2011 12:38 PM (in response to MII MII) MII MII Oct 6, 2011 12:47 PM (in response to Anshul Sahu)

Transcript of Data to Excel in Sap Mii

Page 1: Data to Excel in Sap Mii

7/18/2014 CSV export | SCN

http://scn.sap.com/thread/2053370 1/2

Getting Started Newsletters Store

Products Services & Support About SCN Downloads

Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation

Log On Join UsHi, Guest Search the Community

Activity Communications Actions

Brow se

0 Tweet 0

3 Replies Latest reply: Oct 6, 2011 1:05 PM by Anshul Sahu

Share 0Like

312 View s

Average User Rating

(0 ratings)

CSV exportThis question has been Answered.

I need to create a simple CSV file from an output using the BLS. Can anyone offer some guidance?

MII MII Oct 6, 2011 11:03 AM

Correct Answer

by Anshul Sahu on Oct 6, 2011 1:05 PM

Hi

In BLS call you query.

Use XSL Transformation action block.

Use URL = http://<server:port>/XMII/Stylesheets/IllumRowsetCSV.xsl

Pass query output as input and check for text output.

save this as csv file.

Thanks

Anshul

Re: CSV export

There are many ways to do that.

Please explain your requirement in detail.

If you are getting data from any query template add content-type=text/csv.

http://<server>:<port>/XMII/Illuminator?QueryTemplate=<TemplateName>&Content-Type=text/csv

You can use this with xacuteQuery as well.

Hope this will help!!

Thanks

Anshul

Like (0)

Anshul Sahu Oct 6, 2011 12:38 PM (in response to MII MII)

MII MII Oct 6, 2011 12:47 PM (in response to Anshul Sahu)

Page 2: Data to Excel in Sap Mii

7/18/2014 CSV export | SCN

http://scn.sap.com/thread/2053370 2/2

Follow SCNSite Index Contact Us SAP Help Portal

Privacy Terms of Use Legal Disclosure Copyright

0 Tweet 0Share 0Like

Re: CSV export

Bascially, I would use a query template to contain the data I wish to export, and I would need to

take this data and save it as a csv file in a folder on the network somewhere. I am having

trouble taking the data and converting it to csv. I want to be able to run this transaction as a BLS

so there is no human interaction other than the user pressing a button on their UI.

Like (0)

Re: CSV export

Hi

In BLS call you query.

Use XSL Transformation action block.

Use URL = http://<server:port>/XMII/Stylesheets/IllumRowsetCSV.xsl

Pass query output as input and check for text output.

save this as csv file.

Thanks

Anshul

Like (0)

Correct Answer

Anshul Sahu Oct 6, 2011 1:05 PM (in response to MII MII)