<?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: Material Description in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859993#M927768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan, Aparna or someone, can please clarify me on another question on the same. Will a material's purchase order text be the same always or will it keep changing depending on the text entered in each purchase order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 00:54:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T00:54:40Z</dc:date>
    <item>
      <title>Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859986#M927761</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 someone tell me whether it is possible to get the Material description that we can see in MM03 in the "Purchase Order Text" screen/tab in different languages. I am not refereing to the Material description that we can get from MAKT table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 19:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859986#M927761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T19:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859987#M927762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use the function module READ_TEXT to get the description. Pass the parameters as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID:&lt;/STRONG&gt; BEST (Purchase order text)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Language:&lt;/STRONG&gt; Language for which you want to get the description&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name:&lt;/STRONG&gt; It would be the 18 Character Material Number (like  000000000000601702)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Object:&lt;/STRONG&gt; MATERIAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 19:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859987#M927762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T19:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859988#M927763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you mean 'how to create that text in different languages ' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that screen appears like a split screen - one side has 'languages maintained' and other sid ehas text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a create icon, on the left side lower portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will prompt you to select the language which you want,  you can create any any language..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you meant ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 19:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859988#M927763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T19:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859989#M927764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I tried running the function module but gives the message "Text 000000000000054635 ID BEST language EN not found".&lt;/P&gt;&lt;P&gt;Could you please tell me what is the problem behind..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 21:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859989#M927764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T21:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859990#M927765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u check table STXH to make sure you are passing the right parameters to the read_text function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 21:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859990#M927765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859991#M927766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked STXH as suggested by Aparna?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you are not sure about the object ID you can get it from the MM03 Purchase Order Text screen itself. Generally you can find the info under menu path GOTO-&amp;gt;HEADER . In case you don't find the option HEADER under GOTO menu path, then look for the editor icon somewhere on the screen. Click on it and it opens a SAPScript type editor and then check the menu path GOTO-&amp;gt;HEADER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 23:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859991#M927766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T23:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859992#M927767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan and Aparna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of your help solved my problem. Thanks a lot for the help..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 03:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859992#M927767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T03:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859993#M927768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan, Aparna or someone, can please clarify me on another question on the same. Will a material's purchase order text be the same always or will it keep changing depending on the text entered in each purchase order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 00:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859993#M927768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T00:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859994#M927769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not fully clarified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 00:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859994#M927769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T00:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859995#M927770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be changing.. depending on the purpose for which they want to use the field... I can give you a example... we have used it to enter the manual steps to be followed whenever it is shipped via road... and it use to be picked up while printing invoices depends on the mode on payment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are talking about the parameters like Object ID, TEXT they generally are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 02:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859995#M927770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T02:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Material Description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859996#M927771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your replies. Could you kindly give me some more explaination on my last question? For example, if there is a material 'abcd1234' with the Purchase Order text as 'CLIMATE SENSOR BEFORE TEST'. Will this material always have the above text as the Purchase Order Text or will it vary depending on its usage everytime when it is purchased?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 14:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-description/m-p/3859996#M927771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T14:17:57Z</dc:date>
    </item>
  </channel>
</rss>

