<?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 QV SAP Report Connector ... hints in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-SAP-Report-Connector-hints/m-p/195984#M714374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Got it ! I was able to copy the SAP generated program and edit an INCLUDE program called " RKDBATFO ". Inside this include the "DRUCKEN" or "PRINT" option has to be set "true" and "LISTART" should be "3" - this way the report automatically has the "PRINT" option and can be accessed by QVSAPReportConnector.&lt;/P&gt;&lt;P&gt;Just copy the include to the Z-namespace and edit the lines:&lt;/P&gt;&lt;P&gt;*----------------------------------------------------------------------*&lt;BR /&gt;AT SELECTION-SCREEN ON listart.&lt;BR /&gt;*----------------------------------------------------------------------*&lt;BR /&gt; IF active_bat EQ 'X' AND drucken EQ 'X' AND error EQ space.&lt;BR /&gt; PERFORM check_value(rkdbatch) USING 'RKB1D' 'LART_BATCH'&lt;BR /&gt; listart subrc.&lt;BR /&gt; IF subrc GT 0.&lt;BR /&gt; MESSAGE e134(kh).&lt;BR /&gt; ENDIF.&lt;BR /&gt; ENDIF.&lt;BR /&gt;* Listart ALV nicht erlaubt bei Pflichthierarchie "HW0309020&lt;BR /&gt; IF ACTIVE_BAT EQ 'X' AND ERROR EQ SPACE&lt;BR /&gt; AND LISTART = '3' AND G_HIER_OBL = RKD_TRUE.&lt;BR /&gt; MESSAGE E485(KY).&lt;BR /&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;* ADD THESE LINES *&lt;BR /&gt; &lt;STRONG&gt;DRUCKEN = RKD_TRUE.&lt;BR /&gt; LISTART = '3'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Save the beast and include the newly generated program.&lt;BR /&gt;HAPPY PRINTING &lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Aug 2010 08:48:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-03T08:48:52Z</dc:date>
    <item>
      <title>QV SAP Report Connector ... hints</title>
      <link>https://community.qlik.com/t5/QlikView/QV-SAP-Report-Connector-hints/m-p/195983#M714373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all together,&lt;/P&gt;&lt;P&gt;maybe some of you guys know a work-around for a problem concerning SAP TCode "KE30".&lt;/P&gt;&lt;P&gt;I'd like to analyse some of our COPA Reports in Qlikview. With the external connector of Theobald Software "XtractQV" I've got the possibility to send a "print" signal to SAP so the connector can get the report out of SAP.&lt;/P&gt;&lt;P&gt;With the QV SAP Report Connector there is no possibility to send SAP the print signal so that a spool file is generated .. plz help me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Somebody knows how to enable a SAP generated program (executed by KE30) to create a spool file ?&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-SAP-Report-Connector-hints/m-p/195983#M714373</guid>
      <dc:creator />
      <dc:date>2010-08-02T11:02:34Z</dc:date>
    </item>
    <item>
      <title>QV SAP Report Connector ... hints</title>
      <link>https://community.qlik.com/t5/QlikView/QV-SAP-Report-Connector-hints/m-p/195984#M714374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Got it ! I was able to copy the SAP generated program and edit an INCLUDE program called " RKDBATFO ". Inside this include the "DRUCKEN" or "PRINT" option has to be set "true" and "LISTART" should be "3" - this way the report automatically has the "PRINT" option and can be accessed by QVSAPReportConnector.&lt;/P&gt;&lt;P&gt;Just copy the include to the Z-namespace and edit the lines:&lt;/P&gt;&lt;P&gt;*----------------------------------------------------------------------*&lt;BR /&gt;AT SELECTION-SCREEN ON listart.&lt;BR /&gt;*----------------------------------------------------------------------*&lt;BR /&gt; IF active_bat EQ 'X' AND drucken EQ 'X' AND error EQ space.&lt;BR /&gt; PERFORM check_value(rkdbatch) USING 'RKB1D' 'LART_BATCH'&lt;BR /&gt; listart subrc.&lt;BR /&gt; IF subrc GT 0.&lt;BR /&gt; MESSAGE e134(kh).&lt;BR /&gt; ENDIF.&lt;BR /&gt; ENDIF.&lt;BR /&gt;* Listart ALV nicht erlaubt bei Pflichthierarchie "HW0309020&lt;BR /&gt; IF ACTIVE_BAT EQ 'X' AND ERROR EQ SPACE&lt;BR /&gt; AND LISTART = '3' AND G_HIER_OBL = RKD_TRUE.&lt;BR /&gt; MESSAGE E485(KY).&lt;BR /&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;* ADD THESE LINES *&lt;BR /&gt; &lt;STRONG&gt;DRUCKEN = RKD_TRUE.&lt;BR /&gt; LISTART = '3'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Save the beast and include the newly generated program.&lt;BR /&gt;HAPPY PRINTING &lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 08:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-SAP-Report-Connector-hints/m-p/195984#M714374</guid>
      <dc:creator />
      <dc:date>2010-08-03T08:48:52Z</dc:date>
    </item>
  </channel>
</rss>

