<?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/3496313#M840932</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;Custom BAPI creation - Step-by-step Procedure&lt;/P&gt;&lt;P&gt;Scenario: Step-by-step creation of a BAPI to retrieve fields from table T001.&lt;/P&gt;&lt;P&gt;Procedure: Go to transaction SE11 and create a structure as shown or as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the name in the Data type field and click create. &lt;/P&gt;&lt;P&gt;In the pop-up that comes up, select the radio button &amp;#147; structure&amp;#148;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the components tab of the structure, give the different fields and their corresponding field types and press enter to check the compatibility and corrective ness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to save it in a package. You can even save it as a local object. For my example, I save it in a package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure (ctrl + F2) and activate (ctrl + F3) the structure. &lt;/P&gt;&lt;P&gt;Now we are done with the creation of a Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE37 where you create function modules. Click on create after you enter the name of the Function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A screen as shown above would pop-up where you mention the function group to save the function module and also provide some short text describing your function module. &lt;/P&gt;&lt;P&gt;In the next pop-up that follows, click on continue as shown above. &lt;/P&gt;&lt;P&gt;In function module screen would look like the one above. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go to the Attributes tab and select the radio button reading &amp;#147;remote-enabled module&amp;#148;. Come back to the imports tab and provide the import parameters as shown or as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the Export tab, provide the export parameters as shown or as per your requirement. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the tables tab, provide the information as shown or as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next screen you visit is the source code. It would look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code tab, write the  code in order to pick the data based on the input you provide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, save and check the code and activate the function module.&lt;/P&gt;&lt;P&gt;for screen shots,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/BAPI/CustomBAPICreation2/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/BAPI/CustomBAPICreation2/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2008 16:59:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-09T16:59:52Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496312#M840931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create the custom bapi?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 10:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496312#M840931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496313#M840932</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;Custom BAPI creation - Step-by-step Procedure&lt;/P&gt;&lt;P&gt;Scenario: Step-by-step creation of a BAPI to retrieve fields from table T001.&lt;/P&gt;&lt;P&gt;Procedure: Go to transaction SE11 and create a structure as shown or as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the name in the Data type field and click create. &lt;/P&gt;&lt;P&gt;In the pop-up that comes up, select the radio button &amp;#147; structure&amp;#148;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the components tab of the structure, give the different fields and their corresponding field types and press enter to check the compatibility and corrective ness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to save it in a package. You can even save it as a local object. For my example, I save it in a package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure (ctrl + F2) and activate (ctrl + F3) the structure. &lt;/P&gt;&lt;P&gt;Now we are done with the creation of a Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE37 where you create function modules. Click on create after you enter the name of the Function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A screen as shown above would pop-up where you mention the function group to save the function module and also provide some short text describing your function module. &lt;/P&gt;&lt;P&gt;In the next pop-up that follows, click on continue as shown above. &lt;/P&gt;&lt;P&gt;In function module screen would look like the one above. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go to the Attributes tab and select the radio button reading &amp;#147;remote-enabled module&amp;#148;. Come back to the imports tab and provide the import parameters as shown or as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the Export tab, provide the export parameters as shown or as per your requirement. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the tables tab, provide the information as shown or as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next screen you visit is the source code. It would look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code tab, write the  code in order to pick the data based on the input you provide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, save and check the code and activate the function module.&lt;/P&gt;&lt;P&gt;for screen shots,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/BAPI/CustomBAPICreation2/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/BAPI/CustomBAPICreation2/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 16:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496313#M840932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T16:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496314#M840933</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;BAPI-step by step&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/bapi/example.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/bapi/example.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 17:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3496314#M840933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T17:24:48Z</dc:date>
    </item>
  </channel>
</rss>

