<?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: Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224255#M477828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your replies. I tried it but when i am doing the select into pa0001 from catsco it is asking for PA0001-SUBTYP, PA0001-OBJPS, PA0001-SPRPR and PA0001-SEQNR.&lt;/P&gt;&lt;P&gt;Please let me know your thoughts.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 17:24:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T17:24:10Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224252#M477825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I am trying to join tables CATSCO and query it to get me the personnel number, sender cost center, hours worked. But i also need to join it to PA0001 to get me the personnel name and CSKS to get me the responsible person for the sender cost center.&lt;/P&gt;&lt;P&gt;My issue is that i am able to join CATSCO and CSKS but however, when i try to join the table CATSCO and PA0001 i get a duplication for the entry. For Example,&lt;/P&gt;&lt;P&gt;I get 3 lines with the same entry whereas it should have been just one. Also,&lt;/P&gt;&lt;P&gt;i am wondering whether we can join CATSCO and PA0001? Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 03:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224252#M477825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T03:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224253#M477826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ie b'coz PA0001 is driven by time constraint that doesn't allow any overlaps.. since you are picking only ename from pa0001, there could always exitst more than one record for the same prenr &amp;amp; ename but with with a diff begda &amp;amp; endda.. obviously all the records get picked by you r query.. try if you can use the DELETE ADJACENT DUPLICATES by using the add code option like in an Infoset Query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 05:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224253#M477826</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-06T05:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224254#M477827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You will get multiple records for a single PERNR from PA0001 because records are maintained on Time period basis.&lt;/P&gt;&lt;P&gt;so while  joining the tables CATSCO and PA0001 in the where condition use the condition&lt;/P&gt;&lt;P&gt;where PA0001~ENDDA = '99991231'. so that you will get the last record for that PERNR, which is needed.&lt;/P&gt;&lt;P&gt;&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>Sun, 06 May 2007 05:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224254#M477827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T05:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224255#M477828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your replies. I tried it but when i am doing the select into pa0001 from catsco it is asking for PA0001-SUBTYP, PA0001-OBJPS, PA0001-SPRPR and PA0001-SEQNR.&lt;/P&gt;&lt;P&gt;Please let me know your thoughts.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 17:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224255#M477828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T17:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224256#M477829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;What would be the statement i need to code in ABAP  to acheive the same.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 17:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question/m-p/2224256#M477829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T17:49:01Z</dc:date>
    </item>
  </channel>
</rss>

