<?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: How to retrieve the basic data text in material master to SAPSCRIPT? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883550#M52044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying this message.&lt;/P&gt;&lt;P&gt;But the problem is that the object is not found,&lt;/P&gt;&lt;P&gt;as I tried to print &amp;amp;SAPSCRIPT-SUBRC&amp;amp; and 4 is resulted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried:&lt;/P&gt;&lt;P&gt;/:INCLUDE &amp;amp;MARA-MATNR&amp;amp; OBJECT MATERIAL ID GRUN LANGUAGE &amp;amp;SY-LANGU&amp;amp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;/:INCLUDE &amp;amp;ISEG-MATNR&amp;amp; OBJECT MATERIAL ID GRUN LANGUAGE &amp;amp;SY-LANGU&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing is displayed. Anything wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2005 01:55:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-18T01:55:01Z</dc:date>
    <item>
      <title>How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883547#M52041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides using the function module READ_TEXT in the calling program, what alternatives are there if I don't want to modify the program but make changes in the sapscript only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use the include statement in the sapscript editor, but I don't know how to call the text object whose ID is GRUN, object is MATERIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use the include statement or any other ways to do it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2005 03:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883547#M52041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-17T03:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883548#M52042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;MY_MATNR&amp;amp; OBJECT MATERIAL ID 0001&lt;/P&gt;&lt;P&gt;Tag column must be set to '/:'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2005 10:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883548#M52042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-17T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883549#M52043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;b&amp;gt;&amp;amp;MARA-MATNR&amp;amp;&amp;lt;/b&amp;gt; OBJECT MATERIAL ID GRUN LANGUAGE &amp;amp;SY-LANGU&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MARA-MATNR&amp;lt;/b&amp;gt; needs to be replaced with the variable that contains the material number at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2005 22:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883549#M52043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-17T22:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883550#M52044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying this message.&lt;/P&gt;&lt;P&gt;But the problem is that the object is not found,&lt;/P&gt;&lt;P&gt;as I tried to print &amp;amp;SAPSCRIPT-SUBRC&amp;amp; and 4 is resulted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried:&lt;/P&gt;&lt;P&gt;/:INCLUDE &amp;amp;MARA-MATNR&amp;amp; OBJECT MATERIAL ID GRUN LANGUAGE &amp;amp;SY-LANGU&amp;amp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;/:INCLUDE &amp;amp;ISEG-MATNR&amp;amp; OBJECT MATERIAL ID GRUN LANGUAGE &amp;amp;SY-LANGU&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing is displayed. Anything wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2005 01:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883550#M52044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-18T01:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883551#M52045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get this error (4) it means that you haven't set up the text for your material.&lt;/P&gt;&lt;P&gt;Use MM02-&amp;gt;Additional data/Basic data tab.&lt;/P&gt;&lt;P&gt;If you call the editor and Goto/Header it will display all the necessary information for you in order to extract this text. I found it very useful in many occasions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2005 12:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883551#M52045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-18T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the basic data text in material master to SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883552#M52046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wojtek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Thanks!&lt;/P&gt;&lt;P&gt;I just found the solution.&lt;/P&gt;&lt;P&gt;I should have known the method to find the text name by going to the header to view it.&lt;/P&gt;&lt;P&gt;And it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another method is to create a program containing a subroutine for the sapscript to call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2005 06:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-the-basic-data-text-in-material-master-to-sapscript/m-p/883552#M52046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-19T06:45:32Z</dc:date>
    </item>
  </channel>
</rss>

