<?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: Purchasing order Long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736191#M1300825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Look in Table STXH&lt;/P&gt;&lt;P&gt;TDOBJECT = EKKO&lt;/P&gt;&lt;P&gt;TDID = A01&lt;/P&gt;&lt;P&gt;TDNAME = PO number&lt;/P&gt;&lt;P&gt;TDSPRAS = sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For same PO for items, look in STXL table &lt;/P&gt;&lt;P&gt;TDOBJECT = EKPO&lt;/P&gt;&lt;P&gt;TDID = A01&lt;/P&gt;&lt;P&gt;TDNAME = PO number+Itemno&lt;/P&gt;&lt;P&gt;TDSPRAS = sy-langu&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2009 18:21:11 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2009-05-27T18:21:11Z</dc:date>
    <item>
      <title>Purchasing order Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736187#M1300821</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;I gone throuhg the ME23N for the purchasing order text and i could not able to find the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can able to find iw33 for pm order and some other tcodes for Notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please give your inputs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736187#M1300821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T11:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing order Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736188#M1300822</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 FM READ_TEXT.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When they create PO if they maintain long text use the above FM to retrieve Long Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736188#M1300822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing order Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736189#M1300823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But here we need to mentioned the table as well.&lt;/P&gt;&lt;P&gt;could you please let me know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinivas Gogineni on May 27, 2009 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 12:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736189#M1300823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T12:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing order Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736190#M1300824</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;select the below fields from  TDNAME TDID TDSPRAS TDOBJECT from table STXL where TDNAME equals to the material number. the material number picked from the table EKKO or EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;passed these fields to the function module READ_TEXT  to read the long text.&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;Revoori&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 17:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736190#M1300824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T17:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing order Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736191#M1300825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Look in Table STXH&lt;/P&gt;&lt;P&gt;TDOBJECT = EKKO&lt;/P&gt;&lt;P&gt;TDID = A01&lt;/P&gt;&lt;P&gt;TDNAME = PO number&lt;/P&gt;&lt;P&gt;TDSPRAS = sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For same PO for items, look in STXL table &lt;/P&gt;&lt;P&gt;TDOBJECT = EKPO&lt;/P&gt;&lt;P&gt;TDID = A01&lt;/P&gt;&lt;P&gt;TDNAME = PO number+Itemno&lt;/P&gt;&lt;P&gt;TDSPRAS = sy-langu&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 18:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-order-long-text/m-p/5736191#M1300825</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-05-27T18:21:11Z</dc:date>
    </item>
  </channel>
</rss>

