<?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: Usage  of BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544523#M1266033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bapi can be called in program similar to as how function module is called.&lt;/P&gt;&lt;P&gt;Bapi's cannot be scheduled in background individually.&lt;/P&gt;&lt;P&gt;You need to use a report for that.&lt;/P&gt;&lt;P&gt;That report you can put in some process chain for daily execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 14:34:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-16T14:34:08Z</dc:date>
    <item>
      <title>Usage  of BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544519#M1266029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have created a BAPI  ZBAPI_TST1( by making use of RFC function module ) in SWO1 transaction.Its working fine.&lt;/P&gt;&lt;P&gt;May I know the procedure to make use of ZBAPI_TST1  in SWO1 in an ABAP program.&lt;/P&gt;&lt;P&gt;How to call the ZBAPI_TST1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I schedule the ZBAPI_TST1 in the back ground.&lt;/P&gt;&lt;P&gt;If so,whatshud be done to schedule the ZBAPI_TST1 in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544519#M1266029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Usage  of BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544520#M1266030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi is used in Work flow for a sequence of steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you can execute the BAPI -FM Individula like a function module in Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You CAn shedule the BAPI iN background using Workflow or in Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544520#M1266030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Usage  of BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544521#M1266031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is nothing but a RFC enabled Function Module.&lt;/P&gt;&lt;P&gt;If you want to call BAPI in SAP R/3 system then you can call it same as any other Function Module by using syntax CALL FUNCTION 'BAPI_NAME'.....&lt;/P&gt;&lt;P&gt;Whereas if you want to call BAPI to any Non-R/3 System, in that case you will need to create object in that system to access the BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544521#M1266031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Usage  of BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544522#M1266032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi if you are displaying the bapis from the SWO1 it is again displaying the BAPI tcode...i think we can use the bapis as a function modules in abap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544522#M1266032</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-04-16T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Usage  of BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544523#M1266033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bapi can be called in program similar to as how function module is called.&lt;/P&gt;&lt;P&gt;Bapi's cannot be scheduled in background individually.&lt;/P&gt;&lt;P&gt;You need to use a report for that.&lt;/P&gt;&lt;P&gt;That report you can put in some process chain for daily execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 14:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-of-bapi/m-p/5544523#M1266033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T14:34:08Z</dc:date>
    </item>
  </channel>
</rss>

