<?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: Custom BAPI Updation Multiple Line. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488964#M1256240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am no longer maintaining it as a BAPI. I am now using it as a simple remote enable F module. &lt;/P&gt;&lt;P&gt;Made a few changes to the import parameters in FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Manu Kapur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2009 11:36:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-01T11:36:43Z</dc:date>
    <item>
      <title>Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488956#M1256232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SDN, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Custom BAPI FM. This BAPI FM structure has been imported to XI and is being called from XI. &lt;/P&gt;&lt;P&gt;Data is being passed from XI and the BAPI FM updates details on the R/3 Side. This BAPI is called from XI as a Remote enabled FM call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I am trying to pass records with multiline , or a table with multiple lines of data, the BAPI updates only the first entry of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Import Tab in the Function Module is a custom structure and only one value can be passed at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Tables Tab in the FM has the structure of the table which needs to be updated using the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how shall I program my BAPI so that , it receives data as Table Entries and , these entries get updated in the Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 13:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488956#M1256232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T13:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488957#M1256233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to fetch data and fill the structures of the Bapi totally depends on the requirement.&lt;/P&gt;&lt;P&gt;What fields you take from your front end and what fields are to be updated from the database tables.&lt;/P&gt;&lt;P&gt;which standard bapi you use inside your custom bapi etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488957#M1256233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T17:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488958#M1256234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;The problem is when I am trying to pass records with multiline , or a table with multiple lines of data, the BAPI updates only the first entry of the table.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think, do u need a LOOP......ENDLOOP?&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 18:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488958#M1256234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T18:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488959#M1256235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Lalit, &lt;/P&gt;&lt;P&gt;I have a created a custom BAPI and XI is sending some data which I need to update in Z tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing to do with the standard any of the Standard BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 09:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488959#M1256235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T09:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488960#M1256236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see only one record at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use Loop .. Endloop, but I am getting only one record at a time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 09:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488960#M1256236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488961#M1256237</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;Witin loop ...endloop, call ur ZBAPI.&lt;/P&gt;&lt;P&gt;Check &lt;STRONG&gt;COMMIT WORK&lt;/STRONG&gt; and &lt;STRONG&gt;WAIT upto n seconds&lt;/STRONG&gt; being used in the BAPI, here n can be 3 or 5...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT upto 3 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 09:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488961#M1256237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488962#M1256238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Bapi is called from XI. The BAPI Structure has been imported to XI and fields mapped in source and  target destinations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 10:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488962#M1256238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488963#M1256239</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 started working on custom BAPI development,&lt;/P&gt;&lt;P&gt;required some custome BAPI development and process inputs, i mean your developments in R/3 side , because I am having same kind of some similar requirement, I have not worked so far on custome BAPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 14:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488963#M1256239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T14:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI Updation Multiple Line.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488964#M1256240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am no longer maintaining it as a BAPI. I am now using it as a simple remote enable F module. &lt;/P&gt;&lt;P&gt;Made a few changes to the import parameters in FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Manu Kapur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 11:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-updation-multiple-line/m-p/5488964#M1256240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T11:36:43Z</dc:date>
    </item>
  </channel>
</rss>

