<?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 SAP connector string parameter ConvRoutine in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130268#M1230212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;who can explain me how the &lt;STRONG style="font-size: 13.3333px;"&gt;ConvRoutine &lt;/STRONG&gt;connection string parameter&amp;nbsp; does affect the data read in a SAP SQL connections?&lt;/P&gt;&lt;P&gt;The default is false, what if i set it to true ?&lt;/P&gt;&lt;P&gt;The documentation I have found states few words regarding MATNR field but it does not really explain how this parameter affects various data type.&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks, Marcello&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>marcello</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>SAP connector string parameter ConvRoutine</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130268#M1230212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;who can explain me how the &lt;STRONG style="font-size: 13.3333px;"&gt;ConvRoutine &lt;/STRONG&gt;connection string parameter&amp;nbsp; does affect the data read in a SAP SQL connections?&lt;/P&gt;&lt;P&gt;The default is false, what if i set it to true ?&lt;/P&gt;&lt;P&gt;The documentation I have found states few words regarding MATNR field but it does not really explain how this parameter affects various data type.&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks, Marcello&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/SAP-connector-string-parameter-ConvRoutine/m-p/130268#M1230212</guid>
      <dc:creator>marcello</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector string parameter ConvRoutine</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130269#M1230214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most database fields in SAP are based on Data Elements. This example is for MATNR.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215127_Capture3.JPG" style="height: 222px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;A Data Element can use a Domain.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture4.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215132_Capture4.JPG" style="height: 474px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;A Domain can be linked to a Conversion Routine (MATN1) in this example. Behind MATN1, there is a Function module that formats the Material number (MATNR) according to some rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any database field can be linked to a Conversion Routine that format the field in some way. So the user needs some SAP knowledge to know which Conversion Routines that are available. Transaction SE11 can be used to see if a field has a Conversion Routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Connection string property ConvRoutine is swithched on, the connector sends the formatted values of the extracted fields (if they have a Conversion Routine defined) to Qlik, instead of the unformatted values from the database. Example for a Material number. Unformatted: 000000000000020338, formatted: 2033-8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hakan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130269#M1230214</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2018-10-04T14:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector string parameter ConvRoutine</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130270#M1230218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hakan,&lt;/P&gt;&lt;P&gt;You were very kind, and your answer was very clear to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me ask you one thing more:&lt;/P&gt;&lt;P&gt;in SAP enviroment, if two columns in differents tables are related each other (e.g.: PRPS-PSPHI&amp;lt;-&amp;gt;PROJ-PSPNR),&amp;nbsp; do they pertain to same domain&amp;nbsp; and have the&amp;nbsp; same Conversion Routine ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Marcello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps i apologyze if this thread pertain too strictly to SAP enviroment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130270#M1230218</guid>
      <dc:creator>marcello</dc:creator>
      <dc:date>2018-10-05T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP connector string parameter ConvRoutine</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130271#M1230220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display both tables in transaction SE11. If the fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PRPS-PSPHI and PROJ-PSPNR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;have the same Data element, then they also have the same Conversion Routine. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can double-click the Data element and then double-click the Domain in the Data element to check if there is a Conversion Routine assigned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hakan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 14:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-connector-string-parameter-ConvRoutine/m-p/130271#M1230220</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2018-10-05T14:14:34Z</dc:date>
    </item>
  </channel>
</rss>

