<?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/4585020#M1081539</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;&lt;STRONG&gt;search&lt;/STRONG&gt; in SCN(Sap Community Network ) with terms &lt;STRONG&gt;bapi&lt;/STRONG&gt; and &lt;STRONG&gt;bapi create&lt;/STRONG&gt; you will get lot of posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 09:21:59 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-10-07T09:21:59Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585019#M1081538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use meaningful subject in future.  And do search before asking basic questions.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i need to know how to use bapi inside the program. and how to create a bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 19, 2008 7:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585019#M1081538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585020#M1081539</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;&lt;STRONG&gt;search&lt;/STRONG&gt; in SCN(Sap Community Network ) with terms &lt;STRONG&gt;bapi&lt;/STRONG&gt; and &lt;STRONG&gt;bapi create&lt;/STRONG&gt; you will get lot of posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585020#M1081539</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-07T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585021#M1081540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In program you have to call function and give the bapi name and bapi contain some export and import parameter and table you have to pass some value in the bapi from progrom and it will fill the interanle table and give the result in it_return table about the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for creating the bapi you have indepth knowledge of t-code for which you creating the bapi and you must aware of the table who all are updated through this bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585021#M1081540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585022#M1081541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for bapi&lt;/P&gt;&lt;P&gt;create table or structure but name start with zbapi&lt;/P&gt;&lt;P&gt;first create function group use transtion se37.&lt;/P&gt;&lt;P&gt;in se37 there are 2  fields like import and export&lt;/P&gt;&lt;P&gt;in export there is always return type bapiret2.&lt;/P&gt;&lt;P&gt;return collect all the error message.&lt;/P&gt;&lt;P&gt;source code provide logic then save check activate.&lt;/P&gt;&lt;P&gt;in attribte select remote enable module,&lt;/P&gt;&lt;P&gt;then save check activate and relese.&lt;/P&gt;&lt;P&gt;use transtion code sw01 for conversion of fm into metho.&lt;/P&gt;&lt;P&gt;some potion comes give name and remaining *&lt;/P&gt;&lt;P&gt;ener utilities-api method-add method-provide fm name.&lt;/P&gt;&lt;P&gt;goto next-continue-yes&lt;/P&gt;&lt;P&gt;click on method-expand it save selct object -edit-change release ststus-object type-to implemented&lt;/P&gt;&lt;P&gt;to relesed- same for method&lt;/P&gt;&lt;P&gt;seve check and genrate &lt;/P&gt;&lt;P&gt;ur bapi is created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4585022#M1081541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T06:48:46Z</dc:date>
    </item>
  </channel>
</rss>

