<?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: employees joining table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633904#M1091182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry... the previous thread was nt 4 u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 05:34:05 GMT</pubDate>
    <dc:creator>satsrockford</dc:creator>
    <dc:date>2008-10-13T05:34:05Z</dc:date>
    <item>
      <title>employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633901#M1091179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;         How can i get no.of employees joined in a particular month.&lt;/P&gt;&lt;P&gt;         please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;jaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633901#M1091179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633902#M1091180</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;you can use pa0000 table.&lt;/P&gt;&lt;P&gt;give action type as 01 and execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633902#M1091180</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-13T05:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633903#M1091181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: text(255).&lt;/P&gt;&lt;P&gt;data: v_x.&lt;/P&gt;&lt;P&gt;text = 'AA,17,2/19/2003,"9,999.00",USD,00,10,318,"193,275.31"'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;v_x = ' '.&lt;/P&gt;&lt;P&gt;search text for '"' and mark.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;replace first OCCURRENCE OF '"' in section offset sy-fdpos of text with&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;replace first OCCURRENCE OF ',' in section offset sy-fdpos of text with&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;replace first OCCURRENCE OF '",' in section offset sy-fdpos of text with&lt;/P&gt;&lt;P&gt;','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_x = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if v_x = ' '.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;write:/ text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633903#M1091181</guid>
      <dc:creator>satsrockford</dc:creator>
      <dc:date>2008-10-13T05:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633904#M1091182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry... the previous thread was nt 4 u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633904#M1091182</guid>
      <dc:creator>satsrockford</dc:creator>
      <dc:date>2008-10-13T05:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633905#M1091183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Actions infotype (0000) - pa0000 (in SE11) we require the fields Pernr, Endda, Begda, and Stat2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your select query will be something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT PERNR
   FROM PA0000
   INTO    ITAB
   WHERE BEGDA LE '20081001'    (FIRST DAY OF THIS MONTH)
         AND ENDDA GE '20081031'    (LAST DAY OF THIS MONTH)
         AND STAT2 EQ '3'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633905#M1091183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633906#M1091184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;     I gave action type 01,but it is not working.where i have to give action type after where clause or what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633906#M1091184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: employees joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633907#M1091185</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;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tables: pa0000.
select-options: s_pernr for pa0000-pernr.

DATA : BEGIN OF I_PA00 OCCURS 0,
       PERNR LIKE PA0000-PERNR,
       endda type pa0000-endda,
       begda type pa0000-begda,
       massn type pa0000-massn,
       stat2 type pa0000-stat2,
       END OF I_PA00.

  SELECT PERNR endda begda massn stat2 FROM PA0000
  INTO corresponding fields of TABLE I_PA00
  WHERE PERNR IN S_PERNR
  AND  massn = '01'.

  loop at i_pa00.

  write:/ i_pa00-pernr,i_pa00-begda,i_pa00-endda,i_pa00-massn.
  endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/employees-joining-table/m-p/4633907#M1091185</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-13T06:04:54Z</dc:date>
    </item>
  </channel>
</rss>

