<?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: FM read_text parameter 'NAME' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485027#M1850554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kical,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming you are getting the correct text in the first system when you populate MATNR, WERKS and CHARG. However in the 2nd system you don't have the WERKS field hence you are indicating * in the textname.for that.&lt;/P&gt;&lt;P&gt;I would suggest you check in the 2nd system using the mechanism I have suggested in my earlier post and see what is the key that is displayed, and use it in FM. My guess is your key and the system key is not matching hence the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 09:11:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-01T09:11:16Z</dc:date>
    <item>
      <title>FM read_text parameter 'NAME'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485024#M1850551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I do not know how to set the parameter 'NAME' when calling FM 'READ_TEXT'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In a system ,it is &lt;SPAN class="L0S52"&gt;CONCATENATE&lt;/SPAN&gt;&amp;nbsp; 'matnr' 'werks' 'charg' . And in another system, it is concatenate 'matnr' 'werks' 'charg', but werks is always initial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think it is related to the Basis.Is it? How to check and set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kical&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 02:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485024#M1850551</guid>
      <dc:creator>former_member397166</dc:creator>
      <dc:date>2014-08-01T02:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: FM read_text parameter 'NAME'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485025#M1850552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kical,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I will suggest is in which ever system you want to get the text, first you do the following to understand the values you should pass to the FM READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;For whatever transaction you want the text go to that transaction &amp;amp; text edit screen. click on Menu &amp;gt; Goto &amp;gt; Header there you will get all required details for that long text. as below.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Text Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxxxxxxx&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Language&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EN&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Text ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx xxxxxxx xxxxx&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Text object&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XXXXX&amp;nbsp;&amp;nbsp; XXXXXXXXXXX&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Normally text id/name you need to build concatenating object id &amp;amp; item no etc.&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 11.818181991577148px; font-family: arial, helvetica, sans-serif; color: #333333; text-align: left; text-indent: 0px; background: #ffffff;"&gt;Hope this helps If not share the program so that it can be analyzed in more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 03:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485025#M1850552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-01T03:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM read_text parameter 'NAME'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485026#M1850553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Abhijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example:matnr = '10000001', werks = '8001', charg = '12345678'.&amp;nbsp;&amp;nbsp; * &lt;SPAN style="color: #333333; font-family: arial;"&gt;represent&lt;/SPAN&gt; space&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in a system ,the textname of batch long-text in MSC3N is '10000001**********800112345678'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And in anther system, the textname is '10000001**************12345678'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can I get the textname by FM according matnr werks charg?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kical&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 05:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485026#M1850553</guid>
      <dc:creator>former_member397166</dc:creator>
      <dc:date>2014-08-01T05:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: FM read_text parameter 'NAME'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485027#M1850554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kical,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming you are getting the correct text in the first system when you populate MATNR, WERKS and CHARG. However in the 2nd system you don't have the WERKS field hence you are indicating * in the textname.for that.&lt;/P&gt;&lt;P&gt;I would suggest you check in the 2nd system using the mechanism I have suggested in my earlier post and see what is the key that is displayed, and use it in FM. My guess is your key and the system key is not matching hence the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-read-text-parameter-name/m-p/10485027#M1850554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-01T09:11:16Z</dc:date>
    </item>
  </channel>
</rss>

