<?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: Regarding BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110428#M1185568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can do. u need to know the parameters to be passed and wat r the export parameters.&lt;/P&gt;&lt;P&gt;u can also check the documentation.&lt;/P&gt;&lt;P&gt;if u click on debug, it will take u to the debug mode and chk the code processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 13:26:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-06T13:26:55Z</dc:date>
    <item>
      <title>Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110425#M1185565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have a doubt please clarify that,&lt;/P&gt;&lt;P&gt;Can we execute BAPI directly from se37 or not, give me the reason please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 13:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110425#M1185565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110426#M1185566</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;Yes we can execute BAPI directly through SE37 by entering import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 13:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110426#M1185566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110427#M1185567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI's are implemented as Function Modules. Like every FM, they are maintained with the Function Builder (transaction SE37).&lt;/P&gt;&lt;P&gt;The only things needed to use BAPI's is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI's name &lt;/P&gt;&lt;P&gt;Interface Usage; that is, how import, export and tables parameters must be populated for correct usage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 13:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110427#M1185567</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-06T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110428#M1185568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can do. u need to know the parameters to be passed and wat r the export parameters.&lt;/P&gt;&lt;P&gt;u can also check the documentation.&lt;/P&gt;&lt;P&gt;if u click on debug, it will take u to the debug mode and chk the code processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 13:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110428#M1185568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T13:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110429#M1185569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can execute the BAPI's directly from SE37, they will run to its entirety giving you messages if it executed successfully. &lt;/P&gt;&lt;P&gt;However some BAPI's dont have the COMMIT WORK and therefore the document will not be created in the database immediately. For such BAPI's you must also execute the BAPI_TRANSACTION_COMMIT after the original BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 13:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/5110429#M1185569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T13:27:25Z</dc:date>
    </item>
  </channel>
</rss>

