<?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 How to execute tSapBapi multiple times with different inputs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215834#M12092</link>
    <description>Hi Team,&lt;BR /&gt;Is there any way we can execute tSapaBapi multiple time wherein we should be able to provide different input value?&lt;BR /&gt;Regards&lt;BR /&gt;Akanksha</description>
    <pubDate>Mon, 30 Nov 2015 09:58:02 GMT</pubDate>
    <dc:creator>Himanshuv1</dc:creator>
    <dc:date>2015-11-30T09:58:02Z</dc:date>
    <item>
      <title>How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215834#M12092</link>
      <description>Hi Team,&lt;BR /&gt;Is there any way we can execute tSapaBapi multiple time wherein we should be able to provide different input value?&lt;BR /&gt;Regards&lt;BR /&gt;Akanksha</description>
      <pubDate>Mon, 30 Nov 2015 09:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215834#M12092</guid>
      <dc:creator>Himanshuv1</dc:creator>
      <dc:date>2015-11-30T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215835#M12093</link>
      <description>Yes it is in a bit cumbersome way:
&lt;BR /&gt;tFixedFlowInput --(flow)--&amp;gt; tFlowToIterate --(iterate)--&amp;gt; tJava --(OnComponentOk)--&amp;gt; tSAPBapi
&lt;BR /&gt;The tJava component is actually only a kind of anchor and has none logic or necessary configuration at all.
&lt;BR /&gt;In the tSAPBapi you have to use the return values provided from the tFlowToIterate component.&amp;nbsp;</description>
      <pubDate>Tue, 01 Dec 2015 10:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215835#M12093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T10:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215836#M12094</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Yes it is in a bit cumbersome way:&lt;BR /&gt;tFixedFlowInput --(flow)--&amp;gt; tFlowToIterate --(iterate)--&amp;gt; tJava --(OnComponentOk)--&amp;gt; tSAPBapi&lt;BR /&gt;The tJava component is actually only a kind of anchor and has none logic or necessary configuration at all.&lt;BR /&gt;In the tSAPBapi you have to use the return values provided from the tFlowToIterate component.&amp;nbsp;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I have the same issue, however the tSAPBapi can not accept tJava (onComponentOk), I'm using 6.0.1 Talend Integrater</description>
      <pubDate>Tue, 22 Dec 2015 06:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215836#M12094</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-12-22T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215837#M12095</link>
      <description>Yes, sorry I forgot a tJava.&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFixedFlowInput --(flow)--&amp;gt; tFlowToIterate --(iterate)--&amp;gt; tJava --(OnComponentOk)--&amp;gt; tJava --(OnSubjobOk)--&amp;gt; tSAPBapi&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Both tJava are necessary to have a call per row of he input flow.</description>
      <pubDate>Tue, 22 Dec 2015 09:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215837#M12095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215838#M12096</link>
      <description>Is it possible to use the same sequence of components for a tSAPInput?&lt;BR /&gt;(you can see my full post with id=49168)&lt;BR /&gt;TIA,&lt;BR /&gt;&amp;nbsp; Vince</description>
      <pubDate>Sun, 17 Apr 2016 06:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215838#M12096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-17T06:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215839#M12097</link>
      <description>Hi jlolling 
&lt;BR /&gt;I am facing some issue with tSAPBapi. 
&lt;BR /&gt;I am using Talend 6.2.1 Enterprise&amp;nbsp;version (Free trial) 
&lt;BR /&gt;Can any one please explain me how to send row in tSAPBapi if it is required to pass a table as input parameter 
&lt;BR /&gt;Please explain with example to pass a table in input to tSAPBapi 
&lt;BR /&gt;Thanks in advance 
&lt;BR /&gt;Following are my job screenshot... 
&lt;BR /&gt;I am getting following error... 
&lt;BR /&gt;Exception in component tSAPBapi_2_TSAPBapi_OUT 
&lt;BR /&gt;SAPException@51b279c9 
&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:269) 
&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:264) 
&lt;BR /&gt;at org.talend.sap.exception.SAPException.newBuilder(SAPException.java:74) 
&lt;BR /&gt;at org.talend.sap.impl.model.bapi.SAPBapiTemplate.processXmlNode(SAPBapiTemplate.java:317) 
&lt;BR /&gt;at org.talend.sap.impl.model.bapi.SAPBapiTemplate.processXmlRoot(SAPBapiTemplate.java:255) 
&lt;BR /&gt;at org.talend.sap.impl.model.bapi.SAPBapiTemplate.setXml(SAPBapiTemplate.java:117) 
&lt;BR /&gt;at talendtestrfc.rfctest_0_1.RFCTest.tFixedFlowInput_1Process(RFCTest.java:3561) 
&lt;BR /&gt;at talendtestrfc.rfctest_0_1.RFCTest.runJobInTOS(RFCTest.java:6768) 
&lt;BR /&gt;at talendtestrfc.rfctest_0_1.RFCTest.main(RFCTest.java:6602) 
&lt;BR /&gt;: talendtestrfc.rfctest_0_1.RFCTest - tSAPBapi_2_TSAPBapi_OUT null 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBUt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129744i93FA0A9546C3B79D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBUt.png" alt="0683p000009MBUt.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBZn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152402iA57F3F3BCD977B4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBZn.png" alt="0683p000009MBZn.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBWp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148614i27F20761DE6BEBDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBWp.png" alt="0683p000009MBWp.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB76.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152265iA046D37C2D5FF414/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB76.png" alt="0683p000009MB76.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 20 Sep 2016 07:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215839#M12097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T07:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215840#M12098</link>
      <description>No I cannot, I am not very experienced in the SAP stuff. I suggest you ask the support. Talend provides support also for the trail versions.</description>
      <pubDate>Tue, 20 Sep 2016 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215840#M12098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute tSapBapi multiple times with different inputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215841#M12099</link>
      <description>Ok&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 20 Sep 2016 07:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-tSapBapi-multiple-times-with-different-inputs/m-p/2215841#M12099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T07:30:21Z</dc:date>
    </item>
  </channel>
</rss>

