<?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: Read_text Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569049#M256910</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;If you want to copy the function group..Goto SE80 display the function group..Then right click on the function group and then choose copy and give the new function group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 03:25:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T03:25:55Z</dc:date>
    <item>
      <title>Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569044#M256905</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;Can you make a copy of read_text function module by making it as remote enabled. If so can anyone let me know the procedure to do the same. I have copied the read_text to zread_text function module and trying to activate the same. But getting some errors because of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569044#M256905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569045#M256906</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; You don't have copy the function module..Create a new Z function module with the parameter as READ_TEXT and make it as remote enabled and then call the READ_TEXT function inside your RFC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Narendran Muthukumaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569045#M256906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569046#M256907</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 need all the import and export parameters as in read_text and i need to pass the values to that. But i cannot do that by creating a zfunction module and call this read_text function. Any other solution for this.&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;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569046#M256907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569047#M256908</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;  In the Z function module you don't have to have all the parameters of the READ_TEXT FM..Have the main parameters like the following one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"             VALUE(ID) LIKE  THEAD-TDID&lt;/P&gt;&lt;P&gt;*"             VALUE(LANGUAGE) LIKE  THEAD-TDSPRAS&lt;/P&gt;&lt;P&gt;*"             VALUE(NAME) LIKE  THEAD-TDNAME&lt;/P&gt;&lt;P&gt;*"             VALUE(OBJECT) LIKE  THEAD-TDOBJECT&lt;/P&gt;&lt;P&gt;*"       TABLES&lt;/P&gt;&lt;P&gt;*"              LINES STRUCTURE  TLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Any way if you are going to copy the read_text you will get all the parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569047#M256908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569048#M256909</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;Is it that we need to have the copy of function group even. I think because of that only i am getting the error.&lt;/P&gt;&lt;P&gt;Also how to copy the function group STXD to some other zgroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ram Mohan Naidu Thammineni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569048#M256909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569049#M256910</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;If you want to copy the function group..Goto SE80 display the function group..Then right click on the function group and then choose copy and give the new function group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 03:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/1569049#M256910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T03:25:55Z</dc:date>
    </item>
  </channel>
</rss>

