<?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 Material Purchase Order Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-purchase-order-text/m-p/4589276#M1082302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    I need to add a new field(column) "Purchase Order Text" in my alv report from MM03 view "Purchase Order Text". This field will have the values that are entered as text in the view in a particular language.&lt;/P&gt;&lt;P&gt;I suppose we can obtain this text using "Read_Text" function module.&lt;/P&gt;&lt;P&gt;But, I am unable to use the appropriate tdobject and tdid for executing the function module. &lt;/P&gt;&lt;P&gt;   Please suggest me if using "Read_Text" is the correct way or is there any other way to do it. I simply want to display the Purchase Order Text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 10:06:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T10:06:53Z</dc:date>
    <item>
      <title>Material Purchase Order Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-purchase-order-text/m-p/4589276#M1082302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    I need to add a new field(column) "Purchase Order Text" in my alv report from MM03 view "Purchase Order Text". This field will have the values that are entered as text in the view in a particular language.&lt;/P&gt;&lt;P&gt;I suppose we can obtain this text using "Read_Text" function module.&lt;/P&gt;&lt;P&gt;But, I am unable to use the appropriate tdobject and tdid for executing the function module. &lt;/P&gt;&lt;P&gt;   Please suggest me if using "Read_Text" is the correct way or is there any other way to do it. I simply want to display the Purchase Order Text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-purchase-order-text/m-p/4589276#M1082302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material Purchase Order Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-purchase-order-text/m-p/4589277#M1082303</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;use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 Data:i_potxt LIKE tline OCCURS 0 WITH HEADER LINE,
       w_thead LIKE thead.

 w_thead-tdname = wa_final-ebeln.
        w_thead-tdspras = 'EN'.
        w_thead-tdid = 'F03'.
        w_thead-tdobject = 'EKPO'.

        CALL FUNCTION 'READ_TEXT'
          EXPORTING
            id                      = w_thead-tdid
            language                = w_thead-tdspras
            name                    = w_thead-tdname
            object                  = w_thead-tdobject
          TABLES
            lines                   = i_potxt
          EXCEPTIONS
            id                      = 1
            language                = 2
            name                    = 3
            not_found               = 4
            object                  = 5
            reference_check         = 6
            wrong_access_to_archive = 7
            OTHERS                  = 8.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-purchase-order-text/m-p/4589277#M1082303</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-07T10:14:12Z</dc:date>
    </item>
  </channel>
</rss>

