<?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: Insert Multiple Records into Multiple ZTABLEs inside the BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586136#M264264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   also use commit work after modifying ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 16:23:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T16:23:38Z</dc:date>
    <item>
      <title>Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586131#M264259</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 requirement to Insert or Update Multiple Records into a ZTABLE inside the BAPI. Is there any special approach inside the BAPI to insert or update ZTABLEs with multiple records. It looks like the simple INSERT Statement is not working. Can you please suggest me a Suitable solution for this req?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586131#M264259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586132#M264260</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; INSERT ZTABLE FROM TABLE ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The itab structure should be of the structure ZTABLE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Same for MODIFY and update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY ZTABLE FROM TABLE ITAB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586132#M264260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586133#M264261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use any of the below statement.&lt;/P&gt;&lt;P&gt;INSERT  dbtab      FROM TABLE itab.&lt;/P&gt;&lt;P&gt;UPDATE  dbtab      FROM TABLE itab.&lt;/P&gt;&lt;P&gt;MODIFY  dbtab      FROM TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586133#M264261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586134#M264262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Kannan,&lt;/P&gt;&lt;P&gt;Kindly check the sy-subrc status after each update. Why you do need to go to BAPI here. Whether you are access for non-SAP. Then kindly specify the error in the return parameter of the BAPI(BAPIRETURN).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586134#M264262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586135#M264263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   insert ztable from table itab.&lt;/P&gt;&lt;P&gt;   ztable and itab structure should be same&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    modify ztable form table itab.&lt;/P&gt;&lt;P&gt;    ztable and itab structure should be same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586135#M264263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Multiple Records into Multiple ZTABLEs inside the BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586136#M264264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   also use commit work after modifying ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 16:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-multiple-records-into-multiple-ztables-inside-the-bapi/m-p/1586136#M264264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T16:23:38Z</dc:date>
    </item>
  </channel>
</rss>

