<?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: Custome BAPI - declare ITAB and define the Function Module and Subroutine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953982#M1336630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2009 09:46:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-24T09:46:11Z</dc:date>
    <item>
      <title>Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953976#M1336624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a Custom BAPI and it has the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1) a Function Module which collects some records into it internal table, say ITAB
2) a Subroutine which moved the records from ITAB to BAPI table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Now, I want to declare ITAB and define the Function Module and Subroutine.
Where and How can I do this?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 09:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953976#M1336624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953977#M1336625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps to create a BAPI ... search in SCN ....  no other method to bet the best solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953977#M1336625</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-23T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953978#M1336626</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;But this is not with the whole process of creating BAPI.. I just want to have an additional FM and Subroutine. Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953978#M1336626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953979#M1336627</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;You can directly use the ITAB as the BAPI table. Assign ITAB under TABLES in the BAPI, and in the code of the BAPI call the function module passing ITAB as the import paramerter of the function module. Thus what ever records the function module is collecting will directly be collected in the BAPI table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953979#M1336627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953980#M1336628</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;  1) Got to SE37 and create an RFC .&lt;/P&gt;&lt;P&gt;  2) Declare the ITAB directly in the TABLES tab of the FM.&lt;/P&gt;&lt;P&gt;  3) Inside the FM source Code tab, collect all the data using SELECT query and directly or by using logic, put the data into the &lt;/P&gt;&lt;P&gt;      ITAB.&lt;/P&gt;&lt;P&gt;  4) Since the data collected is directly put into the itab you dont need a subroutine to be written.&lt;/P&gt;&lt;P&gt;  5) If subroutine is a necessity, then just write PERFORM SUB ROUTINE NAME.&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;AND DEFINE THE FORM ENDFORM OF THE SUBROUTINE AFTER THE ENDFUNCTION OF THE FM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Let me know if any issues....&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;Vimal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953980#M1336628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953981#M1336629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;those comes under the steps of BAPI creation...:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953981#M1336629</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-23T10:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custome BAPI - declare ITAB and define the Function Module and Subroutine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953982#M1336630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custome-bapi-declare-itab-and-define-the-function-module-and-subroutine/m-p/5953982#M1336630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:46:11Z</dc:date>
    </item>
  </channel>
</rss>

