<?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 Funtion module/BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301334#M158561</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;what is the difference between a Function module and BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Reg,&lt;/P&gt;&lt;P&gt;U.khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 06:57:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-22T06:57:09Z</dc:date>
    <item>
      <title>Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301334#M158561</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;what is the difference between a Function module and BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Reg,&lt;/P&gt;&lt;P&gt;U.khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 06:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301334#M158561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301335#M158562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1657457"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1539789"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward helpful answers&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301335#M158562</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-22T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301336#M158563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps to be followed are :&lt;/P&gt;&lt;P&gt;1. Find out the relevant BAPI (BAPI_SALESORDER_CHANGE for VA02).&lt;/P&gt;&lt;P&gt;[for VA01 use BAPI_SALESORDER_CREATEFROMDAT2]&lt;/P&gt;&lt;P&gt;2. Create a Z program and call the BAPi (same as a Funtion module call).&lt;/P&gt;&lt;P&gt;2. Now, if you see this BAPi, it has &lt;/P&gt;&lt;P&gt;-&amp;gt; Importing structures. &lt;/P&gt;&lt;P&gt;eg: SALESDOCUMENT: this will take the Sales order header data as input.&lt;/P&gt;&lt;P&gt;-&amp;gt; Tables parameters: &lt;/P&gt;&lt;P&gt;eg: ORDER_ITEM_IN: this will take the line item data as input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;Only specify fields that should be changed&lt;/P&gt;&lt;P&gt;Select these fields by entering an X in the checkboxes&lt;/P&gt;&lt;P&gt;Enter a U in the UPDATEFLAG field&lt;/P&gt;&lt;P&gt;Always specify key fields when changing the data, including in the checkboxes&lt;/P&gt;&lt;P&gt;The configuration is an exception here. If this needs to be changed, you need to complete it again fully.&lt;/P&gt;&lt;P&gt;Maintain quantities and dates in the schedule line data&lt;/P&gt;&lt;P&gt;Possible UPDATEFLAGS:&lt;/P&gt;&lt;P&gt;U = change&lt;/P&gt;&lt;P&gt;D = delete&lt;/P&gt;&lt;P&gt;I = add&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;1. Delete the whole order&lt;/P&gt;&lt;P&gt;2. Delete order items&lt;/P&gt;&lt;P&gt;3. Change the order&lt;/P&gt;&lt;P&gt;4. Change the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;1. Minimum entry:&lt;/P&gt;&lt;P&gt;You must enter the order number in the SALESDOCUMENT structure.&lt;/P&gt;&lt;P&gt;You must always enter key fields for changes.&lt;/P&gt;&lt;P&gt;You must always specify the update indicator in the ORDER_HEADER_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Commit control:&lt;/P&gt;&lt;P&gt;The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further details... refer to the Function Module documentation for the BAPi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI's have no Exception parameters&lt;/P&gt;&lt;P&gt;while F.Module having Exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301336#M158563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301337#M158564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ubedulla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. BAPI is also a FM,&lt;/P&gt;&lt;P&gt;   but&lt;/P&gt;&lt;P&gt;   a) Its RFC Enabled&lt;/P&gt;&lt;P&gt;   b) Its registered in BOR.&lt;/P&gt;&lt;P&gt;   c) BAPI FM usually start with BAPI_*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For practical purpose, it does not make&lt;/P&gt;&lt;P&gt;   much difference.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301337#M158564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301338#M158565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Function modules are saved in Central Library.&lt;/P&gt;&lt;P&gt;you said BAPI's are savEd in BOR.&lt;/P&gt;&lt;P&gt;(Business Object Repository)&lt;/P&gt;&lt;P&gt;do you mean BOR and central libraty are different or what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;u.khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301338#M158565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Funtion module/BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301339#M158566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Function modules are saved in Central Library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thats true ! Thats why&lt;/P&gt;&lt;P&gt;   we can accesss function modules globally&lt;/P&gt;&lt;P&gt;   from anywhere in any program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But when we save that BAPI is stored in BOR&lt;/P&gt;&lt;P&gt;   it means that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   a) Like OO Concepts, Objects having&lt;/P&gt;&lt;P&gt;      methods and properties,&lt;/P&gt;&lt;P&gt;      the OBJECT is REGISTERED&lt;/P&gt;&lt;P&gt;     under BOR &lt;/P&gt;&lt;P&gt;    (as usual, it is saved in central library,&lt;/P&gt;&lt;P&gt;    but the focas point is&lt;/P&gt;&lt;P&gt;     the OBJECT is registed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   b) This object will have many methods,&lt;/P&gt;&lt;P&gt;      which are implemented thru&lt;/P&gt;&lt;P&gt;      Function module interfaces,&lt;/P&gt;&lt;P&gt;      and such FM are nothing but&lt;/P&gt;&lt;P&gt;       called as BAPI !&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 08:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/funtion-module-bapi/m-p/1301339#M158566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T08:21:06Z</dc:date>
    </item>
  </channel>
</rss>

