<?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 field selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251497#M486807</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;               i m working on pm module, well my req is that i wanna to show last saved entry for a perticular equipments, that entry are saveing in ITOB TABLE.&lt;/P&gt;&lt;P&gt;and when we change any single entry it gives 8 lines of duplicates in database so i want last entry for that particular equipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short how we can show the last entry of each  line item.&lt;/P&gt;&lt;P&gt;what will be the code step.&lt;/P&gt;&lt;P&gt;please help me this is very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;vijay kumar dwivedi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marks will be sure for each helpfull answer*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 11:16:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T11:16:27Z</dc:date>
    <item>
      <title>field selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251497#M486807</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;               i m working on pm module, well my req is that i wanna to show last saved entry for a perticular equipments, that entry are saveing in ITOB TABLE.&lt;/P&gt;&lt;P&gt;and when we change any single entry it gives 8 lines of duplicates in database so i want last entry for that particular equipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short how we can show the last entry of each  line item.&lt;/P&gt;&lt;P&gt;what will be the code step.&lt;/P&gt;&lt;P&gt;please help me this is very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;vijay kumar dwivedi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marks will be sure for each helpfull answer*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251497#M486807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: field selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251498#M486808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the Table &amp;lt;b&amp;gt;EQUI&amp;lt;/b&amp;gt; for the last saved entry data and see &lt;/P&gt;&lt;P&gt;EQKT is for texts of equipment&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251498#M486808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: field selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251499#M486809</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;If the table contains some field as line item no  then you have to fetch the relevant data and then sort the internal table based on the line item and this would give you the latest line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can suggest you a better solution if you can provide me the table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251499#M486809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: field selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251500#M486810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anji sir,&lt;/P&gt;&lt;P&gt;              i saw the equi table but it dont have j_3gempfae, swerk, iwerk, and gsber&lt;/P&gt;&lt;P&gt;fields that i wanna to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well my requirement is that i m making a report in which, i m displaying the equipments for which Recipients, plant maintenance, planning plant, and bussiness area is not same.&lt;/P&gt;&lt;P&gt;and for each equipment entry will be latest , means latest change entry should be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fields for show are equnr ,eqktx, j_3gempfae, swerk, iwerk, and gsber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help if u have any solution for that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-selection/m-p/2251500#M486810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:47:03Z</dc:date>
    </item>
  </channel>
</rss>

