<?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: Status during Time Sheet Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502516#M1852267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved it adding a new append structure for CATS_COMM structure, with 'STATUS' field. Simply like this, and in your internal table for User-Exit, status for cats entry will be informed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 16:29:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-10T16:29:59Z</dc:date>
    <item>
      <title>Status during Time Sheet Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502512#M1852263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to restrict the total number of hours one can book under a particular Work Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the User Exit EXIT_SAPLCATS_006 for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we all know user can submit Multiple entries under the same work type. Some can be approved, some can be rejected or some can be cancelled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the structure CATS_COMM of the Exit does not have STATUS field to check entries which entries are approved/Cancelled/rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to consider entries only with statuses 10 20 and 30. If we don't consider statuses it will give erroneous results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has faced such issues please let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can overcome this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other User Exit or BADI for the same purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vinay Mutt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 07:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502512#M1852263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-06T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Status during Time Sheet Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502513#M1852264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to fetch STATUS data from CATSDB table using CATS_COMM - PERNR, WORKDATE.&lt;/P&gt;&lt;P&gt;You may get multi entires from CATSDB, so, do sort on COUNTER and get the latest STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 08:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502513#M1852264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-06T08:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Status during Time Sheet Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502514#M1852265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure CATS_COMM Does not have even Counter (Field COUNTER of type CATSCOUNTE Which is the Primary key of CATSDB). So only I posted this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinay Mutt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 09:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502514#M1852265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-06T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Status during Time Sheet Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502515#M1852266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem than you, I need STATUS value for validation when a new entry is being created in My Timesheet application. Did you resolve this?? Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 16:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502515#M1852266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-10T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Status during Time Sheet Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502516#M1852267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved it adding a new append structure for CATS_COMM structure, with 'STATUS' field. Simply like this, and in your internal table for User-Exit, status for cats entry will be informed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 16:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-during-time-sheet-validation/m-p/10502516#M1852267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-10T16:29:59Z</dc:date>
    </item>
  </channel>
</rss>

