<?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: Bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721221#M314803</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;NORMAL&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;It is like any other function module..This type of FM is not remotely callable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOTE ENABLED MODULE.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;It is like any other function module..THis type of FM can be called from remote system..All the parameters has to be passed by value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update module&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;Can be used to call in UPDATE TASK..Which is basically to group all the updates together..The update function module will be triggered on the subsequent COMMIT WORK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Start immediately.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;  The function module is processed immediately in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Immediate start, no restart.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Update is started immediately, no restart possible&lt;/P&gt;&lt;P&gt;The function module will be edited in the update task. It cannot be updated subsequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Start delayed..&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;  Start of update delayed&lt;/P&gt;&lt;P&gt;The function module is processed in the update task as a low priority item. You use delayed update primarily for database changes that are not time-critical (e.g. statistical updates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Coll run&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;- For internal use only -&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A number of similar function modules that previously used to run individually in the V2 update process can be grouped together and run collectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons for processing them collectively are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of all the calls are read and processed internally&lt;/P&gt;&lt;P&gt;database updates are not made until the internal processing is complete&lt;/P&gt;&lt;P&gt;For further information, refer to the ABAP/4 documentation under IMPORT FROM LOGFILE and UPDATE.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 22:04:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T22:04:20Z</dc:date>
    <item>
      <title>Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721220#M314802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -everybody I'm new to Bapi basically learning Bapi .&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;while creating FM in the processing type we find&lt;/P&gt;&lt;P&gt;normal FM&lt;/P&gt;&lt;P&gt;remote enabled module&lt;/P&gt;&lt;P&gt;update module&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;coll.run&lt;/P&gt;&lt;P&gt;can anyone explain  their significances I meant which cases we use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 21:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721220#M314802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T21:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721221#M314803</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;NORMAL&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;It is like any other function module..This type of FM is not remotely callable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOTE ENABLED MODULE.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;It is like any other function module..THis type of FM can be called from remote system..All the parameters has to be passed by value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update module&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;Can be used to call in UPDATE TASK..Which is basically to group all the updates together..The update function module will be triggered on the subsequent COMMIT WORK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Start immediately.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;  The function module is processed immediately in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Immediate start, no restart.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Update is started immediately, no restart possible&lt;/P&gt;&lt;P&gt;The function module will be edited in the update task. It cannot be updated subsequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Start delayed..&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;  Start of update delayed&lt;/P&gt;&lt;P&gt;The function module is processed in the update task as a low priority item. You use delayed update primarily for database changes that are not time-critical (e.g. statistical updates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Coll run&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;- For internal use only -&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A number of similar function modules that previously used to run individually in the V2 update process can be grouped together and run collectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons for processing them collectively are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of all the calls are read and processed internally&lt;/P&gt;&lt;P&gt;database updates are not made until the internal processing is complete&lt;/P&gt;&lt;P&gt;For further information, refer to the ABAP/4 documentation under IMPORT FROM LOGFILE and UPDATE.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 22:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721221#M314803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721222#M314804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which one we use the most I meant which gives good results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 03:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721222#M314804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T03:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721223#M314805</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;All are function modules...Based on the purpose it will differ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal FM can be used to reuse the functionality...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote FM can be used for calling from remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update FM is used for Updating the data in V1 updates..&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>Wed, 08 Nov 2006 03:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1721223#M314805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T03:25:39Z</dc:date>
    </item>
  </channel>
</rss>

