<?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 / XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326757#M511413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create ABAP proxy&lt;/P&gt;&lt;P&gt;Can all the records in the file be converted as a bulk into an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 10:51:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T10:51:20Z</dc:date>
    <item>
      <title>BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326755#M511411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an XML file from XI&lt;/P&gt;&lt;P&gt;I have created a BAPI with the structure same as the XML file&lt;/P&gt;&lt;P&gt;Now, the XML file may have 1000 records&lt;/P&gt;&lt;P&gt;I want this BAPI to process the records one by one&lt;/P&gt;&lt;P&gt;How can a record of the XML file correspond to a structure of the BAPI &lt;/P&gt;&lt;P&gt;Can this be done in a loop&lt;/P&gt;&lt;P&gt;Any example would be good&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 10:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326755#M511411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326756#M511412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create an ABAP proxy, then  use the CALL  TRANSFORMATION statement to convert the XML to an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 10:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326756#M511412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326757#M511413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create ABAP proxy&lt;/P&gt;&lt;P&gt;Can all the records in the file be converted as a bulk into an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 10:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326757#M511413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326758#M511414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;no need to send each record individually from XI to bapi.&lt;/P&gt;&lt;P&gt;send the whole file to a function module as a table. In this function module you proces each record individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sooness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 10:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326758#M511414</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-31T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326759#M511415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to send the whole file as a FM and process it, any examples please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326759#M511415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T11:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI / XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326760#M511416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;tell your XI-team to transform the data and pass it over to SAP(your function module) via RFC port. Thus , you will have just to code for the function module&lt;/P&gt;&lt;P&gt;(remote enabled) which will take as input a table containing the xml file contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-xml/m-p/2326760#M511416</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-31T11:52:03Z</dc:date>
    </item>
  </channel>
</rss>

