<?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: Web Service from BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692257#M1451306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined ZITAB1 and ZITAB2 as structures using the SE11 transaction in ECC6 system. In the EXPORT tab of SE37 (for BAPI), i declared ITAB1 of type ZITAB1 and ITAB2 of type ZITAB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1 is not an internal table - the "OCCURS n" specification is missing.&lt;/P&gt;&lt;P&gt;ITAB2 is not an internal table - the "OCCURS n" specification is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems they do not take up the structures as export parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 06:08:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T06:08:34Z</dc:date>
    <item>
      <title>Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692250#M1451299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom developed BAPI, which accepts the purchase organization id (ORGID) as input and retrieves the purchase orders accordingly. It has an intermediary internal table (ITAB1) to temporarily hold records and another table (ITAB2) for the final output. these  tables are declared under the 'Tables' tab in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I exposed the BAPI as a Web Service and generated the WSDL. I used this WSDL in an another non-SAP system to trigger the BAPI - the connection is established as well as the BAPI got triggered. But, it asks for 3 input parameters: ORGID, ITAB1 and ITAB2. In actual, it should ask only for ORGID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me with this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 04:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692250#M1451299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T04:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692251#M1451300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use TABLES parameters - just use IMPORT and EXPORT paramaters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES parameters need to be defined on the input out output side of the interface which makes the WSDL more complicated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES parameters are deprecated - you should have got a compiler warning telling you this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 04:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692251#M1451300</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2010-03-18T04:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692252#M1451301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1 and ITAB2 are defined as structures using the SE11 transaction in ECC6 system. And I tried doing the way that you suggested. Like - declaring the tables under the EXPORT tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do it, it gives me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ITAB1 is not an internal table - the "OCCURS n" specification is missing.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ITAB2 is not an internal table - the "OCCURS n" specification is missing.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to deal with this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 04:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692252#M1451301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T04:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692253#M1451302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to declare table types as the exporting parameters - not structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692253#M1451302</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2010-03-18T05:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692254#M1451303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Graham.. thx a lot for suggestion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when i create a structure using SE11 Tcode, it shows only 3 type options - Data Element, Structure and Table Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under table type option also, I could not find the type as "exporting parameters", as u said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you plz help me telling where I can set this property of the object being created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692254#M1451303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T05:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692255#M1451304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use SE11 to create a TABLE TYPE based upon the structure you have already created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the TABLE TYPE as the EXPORTING parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692255#M1451304</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2010-03-18T05:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692256#M1451305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have a structure that you have defined to specify the internal tables itab1 and itab2. When you create a table type enter that structure as your line type and then use the resultant table type in the exporting parameter in the BAPI. generate your WSDL file on that basis and use it in your third party application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692256#M1451305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692257#M1451306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined ZITAB1 and ZITAB2 as structures using the SE11 transaction in ECC6 system. In the EXPORT tab of SE37 (for BAPI), i declared ITAB1 of type ZITAB1 and ITAB2 of type ZITAB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1 is not an internal table - the "OCCURS n" specification is missing.&lt;/P&gt;&lt;P&gt;ITAB2 is not an internal table - the "OCCURS n" specification is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems they do not take up the structures as export parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692257#M1451306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692258#M1451307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto transaction SE11 and define a table type say ZTAB_TYPE1 and define its line type as ZITAB1. Similarly define a table type ZTAB_TYPE2 with line type as ZITAB2. now in your BAPI in the exporting parameter define itab1 as type ZTAB_TYPE1 and ITAB2 as type ZTAB_TYPE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692258#M1451307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692259#M1451308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh Sachin... such a lovely answer.. This was what I wanted exactly. Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graham.. Thanks lot for your valuable suggestion too. It helped me to reach the answer so soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692259#M1451308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692260#M1451309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing it, there was an information warning that doing this may affect the performance of the BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any word on it... plz...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;R@J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692260#M1451309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692261#M1451310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving the parameters under export parameter should not have cause any performance issues, not sure on where and when you got this message. Anyways, did you click on the long text, to see what the message was all about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 08:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692261#M1451310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T08:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692262#M1451311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query closed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 05:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-from-bapi/m-p/6692262#M1451311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T05:42:12Z</dc:date>
    </item>
  </channel>
</rss>

