<?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: [HR] payroll-inter-rt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085838#M731828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It reads results data (rt) for the wage type '/0T1'    '/T30'   '/T31'  respectively and &lt;/P&gt;&lt;P&gt;moves to the work area .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can further get the BETRG(Mostly we get this) from wa_rt for further &lt;/P&gt;&lt;P&gt;processing ...  ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 09:20:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T09:20:04Z</dc:date>
    <item>
      <title>[HR] payroll-inter-rt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085837#M731827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I'm confused about HR module development. Could You give me a tip what do those lines of code do? Greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: wa_rt LIKE LINE OF payroll-inter-rt.
...

1.
READ TABLE payroll-inter-rt WITH KEY lgart = '/0T1' INTO wa_rt.

2.
READ TABLE payroll-inter-rt WITH KEY lgart = '/T30' INTO wa_rt.

3.
READ TABLE payroll-inter-rt WITH KEY lgart = '/T31' INTO wa_rt.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 09:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085837#M731827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: [HR] payroll-inter-rt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085838#M731828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It reads results data (rt) for the wage type '/0T1'    '/T30'   '/T31'  respectively and &lt;/P&gt;&lt;P&gt;moves to the work area .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can further get the BETRG(Mostly we get this) from wa_rt for further &lt;/P&gt;&lt;P&gt;processing ...  ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 09:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085838#M731828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: [HR] payroll-inter-rt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085839#M731829</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;  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. payroll-inter-rt is results table. &lt;/P&gt;&lt;P&gt;2. There is declaration of workarea for payroll-inter-rt table.&lt;/P&gt;&lt;P&gt;3. The is read  with key lgart field  into workarea.  The above deals with the reading of wagetypes (lgart field) &lt;/P&gt;&lt;P&gt;   '/ot1' ,'/t30', /t31' into workarea correspondingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 09:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-payroll-inter-rt/m-p/3085839#M731829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T09:40:27Z</dc:date>
    </item>
  </channel>
</rss>

