<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Extract process chains data from SAP BW into a CSV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-process-chains-data-from-sap-bw-into-a-csv/m-p/11656341#M1944002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hello everyone, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I'm new to SAP BI. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I would like to monitor the process chains with their Start data and time and their end date and time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I've been told that I th&lt;SPAN style="color: #333333;"&gt;is info is normally stored in tables like RSPCPROCESSLOG and a simple program can be created to download this data in a csv on a scheduled basis. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Being completly new to ABAP, I would like some help on writing this program. Still I have a strong knowledge in SQL if this can help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Zakaria.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 09:46:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-23T09:46:40Z</dc:date>
    <item>
      <title>Extract process chains data from SAP BW into a CSV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-process-chains-data-from-sap-bw-into-a-csv/m-p/11656341#M1944002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hello everyone, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I'm new to SAP BI. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I would like to monitor the process chains with their Start data and time and their end date and time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I've been told that I th&lt;SPAN style="color: #333333;"&gt;is info is normally stored in tables like RSPCPROCESSLOG and a simple program can be created to download this data in a csv on a scheduled basis. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Being completly new to ABAP, I would like some help on writing this program. Still I have a strong knowledge in SQL if this can help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Zakaria.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-process-chains-data-from-sap-bw-into-a-csv/m-p/11656341#M1944002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-23T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract process chains data from SAP BW into a CSV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-process-chains-data-from-sap-bw-into-a-csv/m-p/11656342#M1944003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can search the web for "from RSPCPROCESSLOG" site:scn.sap.com&lt;/P&gt;&lt;P&gt;transaction SE38 to create an ABAP program, you need a "developer key" for developing (ask your company).&lt;/P&gt;&lt;P&gt;To download to your laptop, search "gui_download".&lt;/P&gt;&lt;P&gt;To download to the application server, search "open dataset".&lt;/P&gt;&lt;P&gt;Background jobs may be scheduled periodically using transaction SE38 or SM36.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 10:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-process-chains-data-from-sap-bw-into-a-csv/m-p/11656342#M1944003</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-23T10:32:12Z</dc:date>
    </item>
  </channel>
</rss>

