<?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: Fetch data problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555319#M1563855</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;set  flag indicator to 'X' for new values and for old values set the flag to space. based on flag indicator you can display the popup messages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 07:58:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-29T07:58:23Z</dc:date>
    <item>
      <title>Fetch data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555318#M1563854</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 have one internal table having some sort of data like&lt;/P&gt;&lt;P&gt;for ex: EMPno        EMPNAME       SALARY&lt;/P&gt;&lt;P&gt;           111                  aaa              1000&lt;/P&gt;&lt;P&gt;           222                  bbb               5000&lt;/P&gt;&lt;P&gt;this is actually report outout...i am getting one popup by user action...&lt;/P&gt;&lt;P&gt;that popup screen is like this&lt;/P&gt;&lt;P&gt;1)EMPNO        Employee number&lt;/P&gt;&lt;P&gt;   Empname    Employee name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select EMPNO i need to display one more popup as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)OLDvalue        newvalue&lt;/P&gt;&lt;P&gt;    111                   111&lt;/P&gt;&lt;P&gt;    222                   222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting two popups based on that selections...The problem is in second pop up how to fetch data into oldval and newval columns based on the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody plz help me...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;veena.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: s veena on Dec 29, 2010 8:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555318#M1563854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555319#M1563855</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;set  flag indicator to 'X' for new values and for old values set the flag to space. based on flag indicator you can display the popup messages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 07:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555319#M1563855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T07:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555320#M1563856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all tell me where does the data of the old value or new value lie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it present in the internal table you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If not in the said internal table then we are left with two options,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i. Either to get the data in the same internal table or some other internal table before hand &lt;/P&gt;&lt;P&gt;    ii. Hit a select query after you select the employee no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend &lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt; as it will minimize the no. of hits to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 08:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-problem/m-p/7555320#M1563856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T08:35:02Z</dc:date>
    </item>
  </channel>
</rss>

