<?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: need answer for this thread in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047324#M721369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my query is how to display the Long-text field In purcahase-Requistion in the Report....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should i add the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried using read_text function module...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 10:22:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T10:22:35Z</dc:date>
    <item>
      <title>need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047321#M721366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a standard report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RM06BA00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run this report it is runing properly,&lt;/P&gt;&lt;P&gt;the fileds are displaying properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment  is when i run a new zreport based on that old report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a zreport...&lt;/P&gt;&lt;P&gt;I need to get a additional field "LONG  TEXT DESCRIPTION " to be displayed on the report as a collumm....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried it using the function-module read_text....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am unable to get the parameters to pass into the table internal-table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to get the final internal table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody provide the solution to me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047321#M721366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047322#M721367</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;U just need to add one more column to fieldcatalog and also to the final internal table.Try to use the table STXH and see if u r getting the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047322#M721367</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-29T10:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047323#M721368</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;    Goto SE80 and copy that standard report into z report and copy all the includes &lt;/P&gt;&lt;P&gt;also into z includes and then add your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047323#M721368</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-10-29T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047324#M721369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my query is how to display the Long-text field In purcahase-Requistion in the Report....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should i add the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried using read_text function module...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047324#M721369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047325#M721370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have opened the table stxh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what shoul i do with it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain me in detailed proecedure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for u r reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047325#M721370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047326#M721371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;Debug the program and find the loop, from where the data is fetching(populating)&lt;/P&gt;&lt;P&gt;and add a function module -READ_TEXT() in the loop,and passs the required parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help u..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say Thanks By Rewarding points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047326#M721371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047327#M721372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done all those things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made a programme zprogramme  and also copied all the includes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where should i need to add the code in the programme.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what code i should write in the programme...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you briefly explain me ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047327#M721372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T04:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047328#M721373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What to do with the table STXH...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I opened the table stxh...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do with it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain me once....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i could not understand at all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to do with that table....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047328#M721373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T04:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047329#M721374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is an ALV report then search for the word fieldcatalog and add the new field in that catalog.Get the internal table from alv related function modules.Add this new field in the structure of the internal table.Check how that internal table is getting populated and if needed modify the exisitng select query by adding a new field or write a new select query for the logntext..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047329#M721374</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-11-01T04:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: need answer for this thread</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047330#M721375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the standard programme ,they have used the keyword field-symbol ,not the Internal-Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to create a field-symbol..and pass the field-symbol into internal table....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-answer-for-this-thread/m-p/3047330#M721375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T06:40:57Z</dc:date>
    </item>
  </channel>
</rss>

