<?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: Create a BAPI for READ_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536658#M1264702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check some online document to create a BAPI and at the end of the steps there is a step called register as an API, once you do that that can be used as a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code insde would be just a select statement from STXH table and get the lines and convert to output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[BAPI Step by step Guidance|http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 13:37:01 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-04-16T13:37:01Z</dc:date>
    <item>
      <title>Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536653#M1264697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had new requirment where i need to create a new BAPI which will work same as READ_TEXT function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because they use this BAPI in third party system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me how can i start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can any one tell how we can convert a Function Module to a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 11:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536653#M1264697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T11:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536654#M1264698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;Function module can be converted into BAPI .&lt;/P&gt;&lt;P&gt;But they ase not similar .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) First you have to check remote enable tab initially .&lt;/P&gt;&lt;P&gt;b) secondally  you have to use the import export paramter as pass by value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then finally u have use to create by using swo1 trancation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536654#M1264698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536655#M1264699</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;Copy the code of read_text as zread_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and change the attributes tab click on radio button 'Remote enablled module'&lt;/P&gt;&lt;P&gt;all the parameters in import and export are 'PASS BY VALUE' so there is no nedd to change those&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after save check and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create a business object in SWO1 transaction for this module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this can be used in remote systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536655#M1264699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536656#M1264700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for SWO1 the function module should be API method so ZREAD_TEXT won't be a API method.&lt;/P&gt;&lt;P&gt;again we need to create a BAPI for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536656#M1264700</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2009-04-16T13:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536657#M1264701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating ZREAD_TEXT with the following steps:&lt;/P&gt;&lt;P&gt;ZREAD_TEXT shud be assigned to a package with request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ZREAD_TEXT should be remote enabled&lt;/P&gt;&lt;P&gt;2) marking the parameters pass by value&lt;/P&gt;&lt;P&gt;4) Add the parameter RETURN  LIKE BAPIRET2 in the tables tab.&lt;/P&gt;&lt;P&gt;3) Copy the code from the function module READ_TEXT .&lt;/P&gt;&lt;P&gt;4) Activate the function module &lt;/P&gt;&lt;P&gt;5) In the change mode , in the atttibutes tab and and release it ( Function module-&amp;gt;Release -&amp;gt; Release )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to SWO1 and create an object.&lt;/P&gt;&lt;P&gt;Create a method in the methods by going to Utilities-&amp;gt;API Methods-&amp;gt;API Methood.&lt;/P&gt;&lt;P&gt;Give the FM name ZREAD_TEXT , and keep on clicking the NEXT button(&amp;gt;).&lt;/P&gt;&lt;P&gt;It will disply the message method inserted.Keep the cursor on method.&lt;/P&gt;&lt;P&gt;Save it and Go to Edit-&amp;gt;Change release status-&amp;gt;1)object type-&amp;gt; to modelled&lt;/P&gt;&lt;P&gt;                                                                       2) to implemented&lt;/P&gt;&lt;P&gt;                                                                       3) to released&lt;/P&gt;&lt;P&gt;and then Go to Edit-&amp;gt;Change release status-&amp;gt;1)object type component-&amp;gt; to modelled&lt;/P&gt;&lt;P&gt;                                                                       2) to implemented&lt;/P&gt;&lt;P&gt;                                                                       3) to released.&lt;/P&gt;&lt;P&gt;The created object type will be followed by tick mark.&lt;/P&gt;&lt;P&gt;Then Generate the created object by clicking the ball shaped icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can check it that the BAPI has been created in BAPI transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536657#M1264701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536658#M1264702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check some online document to create a BAPI and at the end of the steps there is a step called register as an API, once you do that that can be used as a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code insde would be just a select statement from STXH table and get the lines and convert to output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[BAPI Step by step Guidance|http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536658#M1264702</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-16T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536659#M1264703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check this point let you know how it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536659#M1264703</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2009-04-16T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536660#M1264704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy the function module Read_text.&lt;/P&gt;&lt;P&gt;from se37 and change the properties.&lt;/P&gt;&lt;P&gt;Check for remote enabled.&lt;/P&gt;&lt;P&gt;Use like instead of type.&lt;/P&gt;&lt;P&gt;Return table of type bapiret2 for error message.&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:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536660#M1264704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536661#M1264705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey naresh..let me know if it doesnt work&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 16:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536661#M1264705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a BAPI for READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536662#M1264706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-bapi-for-read-text/m-p/5536662#M1264706</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2009-05-15T11:24:12Z</dc:date>
    </item>
  </channel>
</rss>

