<?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: Connection with SAP and customized RFC functions isn't working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363648#M127496</link>
    <description>Hi Pedro, 
&lt;BR /&gt;thanks for your reply. 
&lt;BR /&gt;I switched the connector from the additional PLSAP_Connector to the standard tSAPInput but with that component I cannot extract the data from SAP to my MS SQL2008R2 database as well. I tried to extract the SAP data but I will receive only a long string called "WA". I would like to have the values separately in the database like MANDT, PERNR, PERID and so on. 
&lt;BR /&gt;Initialize input parameters are: 
&lt;BR /&gt;ParameterValue: "ZMTU00_HCM_IDM_2" 
&lt;BR /&gt;Typ: input_single 
&lt;BR /&gt;TableName(StructureName): Empty 
&lt;BR /&gt;ParameterName: "QUERY_TABLE" 
&lt;BR /&gt;Output: 
&lt;BR /&gt;Schema: SAPIDMUser_Output 
&lt;BR /&gt;Type(for iterate): Output_single 
&lt;BR /&gt;TableName(StructureName): "DATA" 
&lt;BR /&gt;Mapping: "MANDT","PERNR" ...... 
&lt;BR /&gt;I got the following error messages: 
&lt;BR /&gt;Exception in component tSAPInput_1 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.tSAPInput_1Process(TestSAP.java:1100) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.tSAPConnection_1Process(TestSAP.java:334) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.runJobInTOS(TestSAP.java:1971) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.main(TestSAP.java:1839) 
&lt;BR /&gt;If I'm searching in the code line 1100 I can see that the problem caused by the output mapping. 
&lt;BR /&gt;SAPIDMUser_Output.MANDT = ParserUtils 
&lt;BR /&gt;.parseTo_String(exportParameterList_tSAPInput_1 
&lt;BR /&gt;.getString("MANDT")); 
&lt;BR /&gt;I hope someone can help me, maybe it's only a small mistake on my settings. 
&lt;BR /&gt;Thank you!</description>
    <pubDate>Tue, 15 May 2012 14:41:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-15T14:41:11Z</dc:date>
    <item>
      <title>Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363644#M127492</link>
      <description>Hey all,&lt;BR /&gt;I have a problem with my TOS 5.0.2 when I'm using the tPLSAPSimpleInput connector. &lt;BR /&gt;I'm working on a Windows Server 2008R2 64 Bit and the 64Bit TOS version.&lt;BR /&gt;The aim is to extract some data from SAP and load them into a MSSQL2008R2 database. &lt;BR /&gt;I tried the connection with a SAP standard table and it worked fine for the RFC_READ_TABLE connector.&lt;BR /&gt;Now I'm having a customized table which is bigger than the RFC_READ_TABLE where only 512 charakters are possible. I changed the settings to the Z_PLSAP_RFC and I got the follow exception. &lt;BR /&gt;The problem in this case is that the connection to SAP is successful but the extracting of the larger table creating an exception. Do you know a solution?&lt;BR /&gt;In the first picture is the SAP Output Directory and the PLSAP Input Directory?! What is this about? &lt;BR /&gt;I would really appreciate if you can find a solution for this issue. &lt;BR /&gt;Thanks!!!</description>
      <pubDate>Fri, 11 May 2012 12:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363644#M127492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-11T12:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363645#M127493</link>
      <description>Hi&lt;BR /&gt;Since you have selected 'Use an existing connection', the drop-down list of 'Connection configuration' should not be empty.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 14 May 2012 04:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363645#M127493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T04:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363646#M127494</link>
      <description>Hello Pedro,
&lt;BR /&gt;thx for your answer. You're right but that didn't solve my issue. I changed the connection configuration but now I got a new error. 
&lt;BR /&gt;Exception in component tPLSAPSimpleInput_1
&lt;BR /&gt;java.lang.RuntimeException: java.lang.RuntimeException: Z_PLSAP_RFC not found in SAP.
&lt;BR /&gt;I don't know exactly why this error is occuring. I searched in Google as well but there are no entries. 
&lt;BR /&gt;If you have a solution, please let me know. 
&lt;BR /&gt;Thank you very much.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manu</description>
      <pubDate>Mon, 14 May 2012 07:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363646#M127494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T07:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363647#M127495</link>
      <description>Hi&lt;BR /&gt;The tPLSAPSimpleInput component is a custom component from Exchange which is not supported by Talend Officially.&lt;BR /&gt;I read the code and paste it here.&lt;BR /&gt;&lt;PRE&gt;com.sap.conn.jco.JCoFunction function_tPLSAPSimpleInput_1 = dest_tPLSAPSimpleInput_1&lt;BR /&gt;							.getRepository().getFunction("Z_PLSAP_RFC");&lt;BR /&gt;					if (function_tPLSAPSimpleInput_1 == null)&lt;BR /&gt;						throw new RuntimeException(&lt;BR /&gt;								"Z_PLSAP_RFC not found in SAP.");&lt;/PRE&gt;&lt;BR /&gt;I think this snippet of Java code shows clearly.&lt;BR /&gt;If the return of getFunction() is null, you will get 'Z_PLSAP_RFC not found in SAP' error.&lt;BR /&gt;So please check SAP configuration and find this function.&lt;BR /&gt;Or contact with the author of this custom component. It might be a bug.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 14 May 2012 08:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363647#M127495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T08:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363648#M127496</link>
      <description>Hi Pedro, 
&lt;BR /&gt;thanks for your reply. 
&lt;BR /&gt;I switched the connector from the additional PLSAP_Connector to the standard tSAPInput but with that component I cannot extract the data from SAP to my MS SQL2008R2 database as well. I tried to extract the SAP data but I will receive only a long string called "WA". I would like to have the values separately in the database like MANDT, PERNR, PERID and so on. 
&lt;BR /&gt;Initialize input parameters are: 
&lt;BR /&gt;ParameterValue: "ZMTU00_HCM_IDM_2" 
&lt;BR /&gt;Typ: input_single 
&lt;BR /&gt;TableName(StructureName): Empty 
&lt;BR /&gt;ParameterName: "QUERY_TABLE" 
&lt;BR /&gt;Output: 
&lt;BR /&gt;Schema: SAPIDMUser_Output 
&lt;BR /&gt;Type(for iterate): Output_single 
&lt;BR /&gt;TableName(StructureName): "DATA" 
&lt;BR /&gt;Mapping: "MANDT","PERNR" ...... 
&lt;BR /&gt;I got the following error messages: 
&lt;BR /&gt;Exception in component tSAPInput_1 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.tSAPInput_1Process(TestSAP.java:1100) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.tSAPConnection_1Process(TestSAP.java:334) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.runJobInTOS(TestSAP.java:1971) 
&lt;BR /&gt; at testumgebung_bicube.testsap_0_1.TestSAP.main(TestSAP.java:1839) 
&lt;BR /&gt;If I'm searching in the code line 1100 I can see that the problem caused by the output mapping. 
&lt;BR /&gt;SAPIDMUser_Output.MANDT = ParserUtils 
&lt;BR /&gt;.parseTo_String(exportParameterList_tSAPInput_1 
&lt;BR /&gt;.getString("MANDT")); 
&lt;BR /&gt;I hope someone can help me, maybe it's only a small mistake on my settings. 
&lt;BR /&gt;Thank you!</description>
      <pubDate>Tue, 15 May 2012 14:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363648#M127496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connection with SAP and customized RFC functions isn't working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363649#M127497</link>
      <description>Hello, 
&lt;BR /&gt;the Z_PLSAP functions comes with the enterprise version of this extension, if you're interested check out the offical webpage for it: 
&lt;A href="https://community.talend.com/www.plsapconnector.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.plsapconnector.com&lt;/A&gt; 
&lt;BR /&gt;The enterprise version comes with an ABAP script which allows you to extract data into text files, which are handled by the talend connector. 
&lt;BR /&gt;Here's the flow 
&lt;BR /&gt;Talend -&amp;gt; RFC to the ABAP -&amp;gt; extract data into TXT -&amp;gt; transfer TXT to talend (SMB/FTP) -&amp;gt; read txt -&amp;gt; results to component_output 
&lt;BR /&gt;The component 
&lt;A href="http://www.talendforge.org/exchange/?eid=463&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/?eid=463&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt; 
&lt;BR /&gt;supports the "RFC_READ_TABLE" which is available in all SAP system by default, however SAP doesn't supports it, obviously they want you to use Business Objects Data Services or Business Warehouse. 
&lt;BR /&gt;If you're on a hosted SAP you probably don't want to invest too much money in it. Thats why we came up with plsap. 
&lt;BR /&gt;So if you want to do PoC or query a subset of the data (512char per line total, and speed limitations) then choose RFC_READ_TABLE from the dropdown list. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt; Balazs</description>
      <pubDate>Sun, 01 Dec 2013 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-with-SAP-and-customized-RFC-functions-isn-t-working/m-p/2363649#M127497</guid>
      <dc:creator>Dezzsoke</dc:creator>
      <dc:date>2013-12-01T13:40:00Z</dc:date>
    </item>
  </channel>
</rss>

