<?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 Re: BAPI_MATERIAL_STOCK_REQ_LIST in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838631#M1231433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$ #.##0,00;-$ #.##0,00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-MM-YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "Provider=QvSAPBAPIConnector.dll;ASHOST=64.23.33.17;SYSNR=20;CLIENT=200;XUserId=QTDCXIRJJaSKUSB;XPassword=LTZCbBdJQaYeGYBGQZISC;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL {&lt;/P&gt;&lt;P&gt; "function":"BAPI_MATERIAL_STOCK_REQ_LIST",&lt;/P&gt;&lt;P&gt;  "output":"MRP_STOCK_DETAIL",&lt;/P&gt;&lt;P&gt;  "parameters":&lt;/P&gt;&lt;P&gt;  [&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_CONTROL_PARAM", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_LIST", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_STOCK_DETAIL", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"RETURN", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"DISPLAY_FILTER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_IND_LINES", "optional":true, "type":"CHAR", "value":"X" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_ITEM_DETAILS", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_TOTAL_LINES", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"IGNORE_BUFFER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":18, "name":"MATERIAL", "optional":false, "type":"CHAR", "value":"000000000012000021" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "name":"MATERIAL_EVG", "optional":true },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":10, "name":"MRP_AREA", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"PERIOD_INDICATOR", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":4, "name":"PLANT", "optional":true, "type":"CHAR", "value":"D190" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":3, "name":"PLAN_SCENARIO", "optional":true, "type":"NUM", "value":"000" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"SELECTION_RULE", "optional":true, "type":"CHAR", "value":" " }&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the log file text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Connected to SAP with C:\Program Files\Common Files\QlikTech\Custom Data\QvSAPConnector\QvSAPBAPIConnector.dll 5.80 SR3, 2107&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Log: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Logpath: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              LogFile: QvSAPBAPIConnector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function /QTQVC/CHECK_RELEASE returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              SAP Transport information: version: E66K900035; date: 20141212; time: 120708; SAP basis: 740;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Function called with statement: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "function":"BAPI_MATERIAL_STOCK_REQ_LIST",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "output":"MRP_STOCK_DETAIL",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "parameters":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_CONTROL_PARAM", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_LIST", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_STOCK_DETAIL", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"RETURN", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"DISPLAY_FILTER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_IND_LINES", "optional":true, "type":"CHAR", "value":"X" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_ITEM_DETAILS", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_TOTAL_LINES", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"IGNORE_BUFFER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":18, "name":"MATERIAL", "optional":false, "type":"CHAR", "value":"000000000012000021" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "name":"MATERIAL_EVG", "optional":true },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":10, "name":"MRP_AREA", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"PERIOD_INDICATOR", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":4, "name":"PLANT", "optional":true, "type":"CHAR", "value":"D190" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":3, "name":"PLAN_SCENARIO", "optional":true, "type":"NUM", "value":"000" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"SELECTION_RULE", "optional":true, "type":"CHAR", "value":" " }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function RFC_GET_FUNCTION_INTERFACE returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function BAPI_MATERIAL_STOCK_REQ_LIST returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Function called successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Error      Returned: TYPE='S', ID='MD', NUMBER='053', MESSAGE='Se ha estructurado lista necesidades/stocks p.material 000000000012000021 D190', MESSAGE_V1='000000000012000021', MESSAGE_V2='D190', SYSTEM='COQCLNT200'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Creation of function /QTQVC/UPDATE_STATUS returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Function called successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:12       Progress              Disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans Schröder E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Tomas Sommergyll  &lt;/P&gt;&lt;P&gt;Enviado el: martes, 26 de mayo de 2015 2:43&lt;/P&gt;&lt;P&gt;Para: Hans Schroder&lt;/P&gt;&lt;P&gt;Asunto: Re:  - BAPI_MATERIAL_STOCK_REQ_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.qlik.com/?et=watches.email.thread&amp;gt; Qlik Community &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_STOCK_REQ_LIST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;respuesta de Tomas Sommergyll &amp;lt;https://community.qlik.com/people/tsy?et=watches.email.thread&amp;gt;  en Connector for SAP - Ver la discusión completa &amp;lt;https://community.qlik.com/message/781721?et=watches.email.thread#781721&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 11:07:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-26T11:07:45Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_STOCK_REQ_LIST</title>
      <link>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838629#M1231427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I'm trying to extract data from SAP using BAPI_MATERIAL_STOCK_REQ_LIST". It results in a message instead of a table structure with the data. I've verified the BAPI is working fine usind SAP Gui and the same user. Connection is ok. I used the Qlikview script wizard. So I'm sure the script is ok. Did some of you experience the same problem? Thanks in advance for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[BAPI_MATERIAL_STOCK_REQ_LIST_RETURN.ID]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; {&lt;BR /&gt; "function":"BAPI_MATERIAL_STOCK_REQ_LIST",&lt;BR /&gt; "output":"MRP_STOCK_DETAIL",&lt;BR /&gt; "parameters":&lt;BR /&gt; [&lt;BR /&gt; { "direction":"out", "name":"MRP_CONTROL_PARAM", "optional":false },&lt;BR /&gt; { "direction":"out", "name":"MRP_LIST", "optional":false },&lt;BR /&gt; { "direction":"out", "name":"MRP_STOCK_DETAIL", "optional":false },&lt;BR /&gt; { "direction":"out", "name":"RETURN", "optional":false },&lt;BR /&gt; { "direction":"in", "length":8, "name":"DISPLAY_FILTER", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":1, "name":"GET_IND_LINES", "optional":true, "type":"CHAR", "value":"X" },&lt;BR /&gt; { "direction":"in", "length":1, "name":"GET_ITEM_DETAILS", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":1, "name":"GET_TOTAL_LINES", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":1, "name":"IGNORE_BUFFER", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":18, "name":"MATERIAL", "optional":false, "type":"CHAR", "value":"000000000012000021" },&lt;BR /&gt; { "direction":"in", "name":"MATERIAL_EVG", "optional":true },&lt;BR /&gt; { "direction":"in", "length":10, "name":"MRP_AREA", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":1, "name":"PERIOD_INDICATOR", "optional":true, "type":"CHAR", "value":" " },&lt;BR /&gt; { "direction":"in", "length":4, "name":"PLANT", "optional":true, "type":"CHAR", "value":"D190" },&lt;BR /&gt; { "direction":"in", "length":3, "name":"PLAN_SCENARIO", "optional":true, "type":"NUM", "value":"000" },&lt;BR /&gt; { "direction":"in", "length":8, "name":"SELECTION_RULE", "optional":true, "type":"CHAR", "value":" " }&lt;BR /&gt; ]&lt;BR /&gt; }; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87336_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838629#M1231427</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_STOCK_REQ_LIST</title>
      <link>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838630#M1231430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach a log file that shows the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The log file can be found in: C:\ProgramData\QlikTech\Custom Data\QvSAPConnector\Log, for the QvSAPBAPIConnector)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838630#M1231430</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2015-05-25T07:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_STOCK_REQ_LIST</title>
      <link>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838631#M1231433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$ #.##0,00;-$ #.##0,00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD-MM-YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "Provider=QvSAPBAPIConnector.dll;ASHOST=64.23.33.17;SYSNR=20;CLIENT=200;XUserId=QTDCXIRJJaSKUSB;XPassword=LTZCbBdJQaYeGYBGQZISC;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL {&lt;/P&gt;&lt;P&gt; "function":"BAPI_MATERIAL_STOCK_REQ_LIST",&lt;/P&gt;&lt;P&gt;  "output":"MRP_STOCK_DETAIL",&lt;/P&gt;&lt;P&gt;  "parameters":&lt;/P&gt;&lt;P&gt;  [&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_CONTROL_PARAM", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_LIST", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_STOCK_DETAIL", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"RETURN", "optional":false },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"DISPLAY_FILTER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_IND_LINES", "optional":true, "type":"CHAR", "value":"X" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_ITEM_DETAILS", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_TOTAL_LINES", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"IGNORE_BUFFER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":18, "name":"MATERIAL", "optional":false, "type":"CHAR", "value":"000000000012000021" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "name":"MATERIAL_EVG", "optional":true },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":10, "name":"MRP_AREA", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"PERIOD_INDICATOR", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":4, "name":"PLANT", "optional":true, "type":"CHAR", "value":"D190" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":3, "name":"PLAN_SCENARIO", "optional":true, "type":"NUM", "value":"000" },&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"SELECTION_RULE", "optional":true, "type":"CHAR", "value":" " }&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the log file text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Connected to SAP with C:\Program Files\Common Files\QlikTech\Custom Data\QvSAPConnector\QvSAPBAPIConnector.dll 5.80 SR3, 2107&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Log: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Logpath: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              LogFile: QvSAPBAPIConnector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function /QTQVC/CHECK_RELEASE returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              SAP Transport information: version: E66K900035; date: 20141212; time: 120708; SAP basis: 740;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Function called with statement: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "function":"BAPI_MATERIAL_STOCK_REQ_LIST",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "output":"MRP_STOCK_DETAIL",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "parameters":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_CONTROL_PARAM", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_LIST", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"MRP_STOCK_DETAIL", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"out", "name":"RETURN", "optional":false },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"DISPLAY_FILTER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_IND_LINES", "optional":true, "type":"CHAR", "value":"X" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_ITEM_DETAILS", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"GET_TOTAL_LINES", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"IGNORE_BUFFER", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":18, "name":"MATERIAL", "optional":false, "type":"CHAR", "value":"000000000012000021" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "name":"MATERIAL_EVG", "optional":true },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":10, "name":"MRP_AREA", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":1, "name":"PERIOD_INDICATOR", "optional":true, "type":"CHAR", "value":" " },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":4, "name":"PLANT", "optional":true, "type":"CHAR", "value":"D190" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":3, "name":"PLAN_SCENARIO", "optional":true, "type":"NUM", "value":"000" },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    { "direction":"in", "length":8, "name":"SELECTION_RULE", "optional":true, "type":"CHAR", "value":" " }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function RFC_GET_FUNCTION_INTERFACE returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:07       Progress              Creation of function BAPI_MATERIAL_STOCK_REQ_LIST returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Function called successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Error      Returned: TYPE='S', ID='MD', NUMBER='053', MESSAGE='Se ha estructurado lista necesidades/stocks p.material 000000000012000021 D190', MESSAGE_V1='000000000012000021', MESSAGE_V2='D190', SYSTEM='COQCLNT200'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Creation of function /QTQVC/UPDATE_STATUS returned after 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:09       Progress              Function called successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-05-26 08:04:12       Progress              Disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans Schröder E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Tomas Sommergyll  &lt;/P&gt;&lt;P&gt;Enviado el: martes, 26 de mayo de 2015 2:43&lt;/P&gt;&lt;P&gt;Para: Hans Schroder&lt;/P&gt;&lt;P&gt;Asunto: Re:  - BAPI_MATERIAL_STOCK_REQ_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.qlik.com/?et=watches.email.thread&amp;gt; Qlik Community &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_STOCK_REQ_LIST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;respuesta de Tomas Sommergyll &amp;lt;https://community.qlik.com/people/tsy?et=watches.email.thread&amp;gt;  en Connector for SAP - Ver la discusión completa &amp;lt;https://community.qlik.com/message/781721?et=watches.email.thread#781721&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838631#M1231433</guid>
      <dc:creator />
      <dc:date>2015-05-26T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_STOCK_REQ_LIST</title>
      <link>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838632#M1231438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good news: you only need to upgrade to either version 5.80 SR4 or preferably the latest version 6.00 IR, and the problem will be solved! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(In your version, 5.80 SR3, the result type 'S' ('Success') was not handled properly but that is fixed from 5.80 SR4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BAPI-MATERIAL-STOCK-REQ-LIST/m-p/838632#M1231438</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2015-05-27T09:14:07Z</dc:date>
    </item>
  </channel>
</rss>

