<?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/4149648#M992330</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;Goto SE37 and create a function module and in attributes mention function module as REMOTE ENABLED&lt;/P&gt;&lt;P&gt;and create it as you create a normal function module...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important point is that you have to maintain the structure in SE11 and should give the structure in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In source code write the necessary program...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * 
   FROM Ztable 
       into table itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab is a table define in BAPI function module of type structure defined in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget that you should save the function group of the function module only in Package..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link....&lt;/P&gt;&lt;P&gt;[Bapi Creation|http://www.erpgenie.com/abap/bapi/example.htm]&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;[Step by Step guidance|http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm]&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2008 06:26:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-26T06:26:34Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149647#M992329</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;   I have to develop a bapi which fetches data from ztable in R/3 and display it in the form of table.How to proceed for this?  Urgent. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;khadeer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 06:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149647#M992329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T06:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149648#M992330</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;Goto SE37 and create a function module and in attributes mention function module as REMOTE ENABLED&lt;/P&gt;&lt;P&gt;and create it as you create a normal function module...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important point is that you have to maintain the structure in SE11 and should give the structure in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In source code write the necessary program...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * 
   FROM Ztable 
       into table itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab is a table define in BAPI function module of type structure defined in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget that you should save the function group of the function module only in Package..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link....&lt;/P&gt;&lt;P&gt;[Bapi Creation|http://www.erpgenie.com/abap/bapi/example.htm]&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;[Step by Step guidance|http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm]&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 06:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149648#M992330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T06:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149649#M992331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. create the Function Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create the Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Tables parameters &lt;/P&gt;&lt;P&gt;    give the tablename and Reference Structure or table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In the Attributes section check the Radiobutton RFC Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In side the Function Source code Select the data from ZTABLE into the table parameter and Activate the Whole Function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 06:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149649#M992331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149650#M992332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khadeer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go To Transaction - BAPI.&lt;/P&gt;&lt;P&gt;2. Go To Project.&lt;/P&gt;&lt;P&gt;3. Navigate to Bapi design.&lt;/P&gt;&lt;P&gt;4. Navigate to Define Bapi Structures.&lt;/P&gt;&lt;P&gt;5. Navigate to Creating BAPI Function modules.&lt;/P&gt;&lt;P&gt;6. Navigate to Implementing BAPI Function module.&lt;/P&gt;&lt;P&gt;7. Major factor - Function Module must be RFC enabled,&lt;/P&gt;&lt;P&gt;as all BAPIs are RFC enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 08:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/4149650#M992332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T08:08:15Z</dc:date>
    </item>
  </channel>
</rss>

