<?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 regarding submit statemet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729814#M1299749</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;i have to submit report in bapi-FM and i need to read Inernal table data from that report into the table of my FM. means whenever this bapi will be executed the report will be executed  and the internal table will be populated which in turns reflected in the table of BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have written this syntax no doubt the internal table is populated in the report but the same internal table is not getting reflected in the table of bapi how will i solve this probelm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT ZHRR_9777ESS AND RETURN.&lt;/P&gt;&lt;P&gt;move:itab_final[] to itab_finalbapi[]..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 05:25:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T05:25:53Z</dc:date>
    <item>
      <title>regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729814#M1299749</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;i have to submit report in bapi-FM and i need to read Inernal table data from that report into the table of my FM. means whenever this bapi will be executed the report will be executed  and the internal table will be populated which in turns reflected in the table of BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have written this syntax no doubt the internal table is populated in the report but the same internal table is not getting reflected in the table of bapi how will i solve this probelm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT ZHRR_9777ESS AND RETURN.&lt;/P&gt;&lt;P&gt;move:itab_final[] to itab_finalbapi[]..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729814#M1299749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T05:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729815#M1299750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont u use perform in the BAPI to a form in that other program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform  {subr|(sname) IN PROGRAM [prog|(pname)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729815#M1299750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T05:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729816#M1299751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your internal table and bapi table are same then use&lt;/P&gt;&lt;P&gt;Itab[] = BapiTab[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise &lt;/P&gt;&lt;P&gt;keep it into loop and say Move corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729816#M1299751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T05:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729817#M1299752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont u use perform in the BAPI to a form in that other program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform  {subr|(sname) IN PROGRAM [prog|pname] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM xyz using/changing abc in program 'ZXYA'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729817#M1299752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729818#M1299753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN THE REPORT USE EXPORT STATEMENT AND MOVE THE ITAB DATA TO MEMORY&lt;/P&gt;&lt;P&gt;IN YOUR BAPI IMPORT IT FROM MEMORY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729818#M1299753</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-05-29T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729819#M1299754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi keshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you got my exact requirement please explain me how to write export syntax as i havnt used it before ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729819#M1299754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T05:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729820#M1299755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOMETHING THING LIKE THIS.... CHECK IN abap DOCUMENTATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN UR REPORT&lt;/P&gt;&lt;P&gt;EXPORT ITAB TO MEMORY ID 'MID'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN UR bapi&lt;/P&gt;&lt;P&gt;IMPORT ITAB from MEMORY ID 'MID'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ITAB AT BOTH ENDS MUST HAVE THE SAME STRUCTURE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 05:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729820#M1299755</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-05-29T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: regarding submit statemet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729821#M1299756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link: [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="75471"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 07:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-statemet/m-p/5729821#M1299756</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-05-29T07:38:08Z</dc:date>
    </item>
  </channel>
</rss>

