<?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 Display documents? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005388#M956822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm writing an report which has a huge data selection. After the first display i wanna have the posibility to change &lt;/P&gt;&lt;P&gt;the output on the report "online". I have read somewhere, that this is possible with the construct "display documents"? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me some advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 07:24:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-24T07:24:18Z</dc:date>
    <item>
      <title>Display documents?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005388#M956822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm writing an report which has a huge data selection. After the first display i wanna have the posibility to change &lt;/P&gt;&lt;P&gt;the output on the report "online". I have read somewhere, that this is possible with the construct "display documents"? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me some advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005388#M956822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display documents?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005389#M956823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at line selection......read line and modify line....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005389#M956823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display documents?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005390#M956824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You make the field which you want to edit using &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;input on&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then read the report line by line and modify the data in the event at line selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005390#M956824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display documents?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005391#M956825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, i think i must explain more details for my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna have a possibility to change my output view on the output Dynpro, so that no new data &lt;/P&gt;&lt;P&gt;selection is necessary..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005391#M956825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display documents?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005392#M956826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;u can also use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab-eblen INPUT ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hpoe it will help u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: snehi chouhan on Jun 24, 2008 9:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-documents/m-p/4005392#M956826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:33:53Z</dc:date>
    </item>
  </channel>
</rss>

