<?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: Long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437374#M208398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajid, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Name should be like this &amp;lt;b&amp;gt;410N500021150000000100000001&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;LANG    :EN&lt;/P&gt;&lt;P&gt;Text ID :PLPO Long text&lt;/P&gt;&lt;P&gt;Text Object :ROUTING    Texts for task list types&amp;lt;/b&amp;gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jul 2006 06:44:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-15T06:44:15Z</dc:date>
    <item>
      <title>Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437373#M208397</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;Thanx for your reply . actually the thing is while creating routine master data in PP tcode CA01 one description field is there and this field is from structure BIPTX fieldname TEXT(which stores long text) and the value entered on this field is stored on every transaction ca01.&lt;/P&gt;&lt;P&gt;so my problem is that on user input on the selection screen i have to fetch corresponding longtext value in my repot , if i use the read_text function module so how i will get the correspong long text and please tell how to find the OBJECT , ID , NAME for this field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and kind regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437373#M208397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T06:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437374#M208398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajid, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Name should be like this &amp;lt;b&amp;gt;410N500021150000000100000001&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;LANG    :EN&lt;/P&gt;&lt;P&gt;Text ID :PLPO Long text&lt;/P&gt;&lt;P&gt;Text Object :ROUTING    Texts for task list types&amp;lt;/b&amp;gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437374#M208398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T06:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437375#M208399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Prabhu hi,&lt;/P&gt;&lt;P&gt;         Thanx. My problem is that i have to fetch the long text corresponding to the selection criteria in condition so there will be a table which is supposed to storing this long text .&lt;/P&gt;&lt;P&gt;can you tell me how can i make this spcific long text in my program meeting the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 13:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437375#M208399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437376#M208400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sajid, simple and quikiest way to find the object id and name is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Keep a break point in READ_TEXT or SAVE_TEXT fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Do some changes/read the long text from transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then you can able to find the input parameter to READ_TEXT or SAVE_TEXT FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you get what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 13:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1437376#M208400</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-15T13:27:14Z</dc:date>
    </item>
  </channel>
</rss>

