<?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: In which table?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587844#M1661327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry i got your request wrong in the first attempt.&lt;/P&gt;&lt;P&gt;The easiest way would be to perform FM HR_READ_TIMEDATA_PSP, to retreive shift info for every day in the interval.&lt;/P&gt;&lt;P&gt;Should the results in table &lt;EM&gt;pers_avail&lt;/EM&gt; not satisfy your needs, you may want to read table T550A for more detailed information&lt;/P&gt;&lt;P&gt;    SELECT * FROM t550a into ls_550a&lt;/P&gt;&lt;P&gt;       WHERE tprog = pers_avail-tprog&lt;/P&gt;&lt;P&gt;         and MOTPR = pers_avail-motpr&lt;/P&gt;&lt;P&gt;         and varia = gpers_avail-varia&lt;/P&gt;&lt;P&gt;         and pamod = pers_avail-pamod.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 08:34:54 GMT</pubDate>
    <dc:creator>jrg_wulf</dc:creator>
    <dc:date>2012-02-09T08:34:54Z</dc:date>
    <item>
      <title>In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587835#M1661318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to anybody:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering, since last week (in the transaction &lt;STRONG&gt;bold&lt;/STRONG&gt;CAT2), Which table can I retrieve the target hours values to every day In, specifically I'm refering to the planned working time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any info additional will be a plus for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587835#M1661318</guid>
      <dc:creator>JJAIMES</dc:creator>
      <dc:date>2012-02-06T17:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587836#M1661319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run transaction ST05 in parallel with CAT2 to see the tables hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587836#M1661319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587837#M1661320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Look at my answers in &lt;SPAN __jive_macro_name="thread" id="2131613"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;- ST05 (SQL trace) or SE30(old)/SAT(new) can provide the information too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 08:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587837#M1661320</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-02-07T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587838#M1661321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, AFAIK the values you're looking for, are stored in Table CATSDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 08:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587838#M1661321</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2012-02-07T08:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587839#M1661322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the program RPTIME00 for all time related doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the solution from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any issues please revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 09:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587839#M1661322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-07T09:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587840#M1661323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but in that table are the hours that the employess has worked per day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587840#M1661323</guid>
      <dc:creator>JJAIMES</dc:creator>
      <dc:date>2012-02-08T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587841#M1661324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raymond:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reading that info but there isn't a table to looking for the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587841#M1661324</guid>
      <dc:creator>JJAIMES</dc:creator>
      <dc:date>2012-02-08T17:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587842#M1661325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Company to a particular particular from Mon to Thu is equal 9,5 hrs and the Fri = 4,58.hrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To another employee with 15x7, his hours are:  &lt;/P&gt;&lt;P&gt;(Mon to Fri = 6 AND Sat to Sun = 5 hrs ) each 2 weeks &lt;/P&gt;&lt;P&gt;and 0 hrs each 3 weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has idea Where SAP save this data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587842#M1661325</guid>
      <dc:creator>JJAIMES</dc:creator>
      <dc:date>2012-02-08T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587843#M1661326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I wrote in other thread, start from Infotype 0007 and navigate thru foreign keys or perform analysis of FM BAPI_TIMEAVAILSCHEDULE_BUILD (Read source or execute this FM for a personal number and a range of date with transaction SE30/SAT, you should easily find table T508A and its link to PA0007...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 07:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587843#M1661326</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-02-09T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587844#M1661327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry i got your request wrong in the first attempt.&lt;/P&gt;&lt;P&gt;The easiest way would be to perform FM HR_READ_TIMEDATA_PSP, to retreive shift info for every day in the interval.&lt;/P&gt;&lt;P&gt;Should the results in table &lt;EM&gt;pers_avail&lt;/EM&gt; not satisfy your needs, you may want to read table T550A for more detailed information&lt;/P&gt;&lt;P&gt;    SELECT * FROM t550a into ls_550a&lt;/P&gt;&lt;P&gt;       WHERE tprog = pers_avail-tprog&lt;/P&gt;&lt;P&gt;         and MOTPR = pers_avail-motpr&lt;/P&gt;&lt;P&gt;         and varia = gpers_avail-varia&lt;/P&gt;&lt;P&gt;         and pamod = pers_avail-pamod.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 08:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587844#M1661327</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2012-02-09T08:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587845#M1661328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually call the FM I provided with SE30, and you will get a list of the table (filter analysis record selecting only Fetch and Select) and you will get the list of table which give the "personal availabiliy" &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;PA0000	HR Master Record: Infotype 0000 (Actions)&lt;/P&gt;&lt;P&gt;PA0001	HR Master Record: Infotype 0001 (Org. Assignment)&lt;/P&gt;&lt;P&gt;PA0002	HR Master Record: Infotype 0002 (Personal Data)&lt;/P&gt;&lt;P&gt;PA0003	HR Master Record: Infotype 0003 (Payroll Status)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PA0007	HR Master Record: Infotype 0007 (Planned Working Time)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PA0049	HR Master Record: Infotype 0049 (Red.Hrs./Bad Weather)&lt;/P&gt;&lt;P&gt;PA2001	HR Time Record: Infotype 2001 (Absences)&lt;/P&gt;&lt;P&gt;PA2002	HR Time Record: Infotype 2002 (Attendances)&lt;/P&gt;&lt;P&gt;PA2003	HR Time Record: Infotype 2003 (Substitutions)&lt;/P&gt;&lt;P&gt;PA2004	HR Time Record: Infotype 2004 (Availability)&lt;/P&gt;&lt;P&gt;PA2005	HR Time Record: Infotype 2005 (Overtime)&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;SXS_ATTR	Exit: Definition side: Attributes for an enhancement&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;T000	Clients&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;T001P	Personnel Area/Subarea&lt;/P&gt;&lt;P&gt;T503	Employee Group/Subgroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T508A	Work Schedule Rules&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T550A	Daily Work Schedule&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T550P	Break Schedules&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T552A	Monthly Work Schedule&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;T554S	Attendance and Absence Types&lt;/P&gt;&lt;P&gt;T777D	Infotypes - Dialog/Database Assignment&lt;/P&gt;&lt;P&gt;T77S0	System Table&lt;/P&gt;&lt;P&gt;V_EXT_ACT	Generated Table for View V_EXT_ACT&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Do it on YOUR system to be in sync with the version of your system and your local Custromizing. (You may have activated some Exits or BAdIs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 08:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587845#M1661328</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-02-09T08:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: In which table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587846#M1661329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Jörg Wulf!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very usefully the FM!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 21:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-which-table/m-p/8587846#M1661329</guid>
      <dc:creator>JJAIMES</dc:creator>
      <dc:date>2012-02-15T21:27:36Z</dc:date>
    </item>
  </channel>
</rss>

