<?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 Function IMPRT  in Payroll Shcema in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920634#M1148234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to identify the values of the wage types filled in RT (resultant table ) in the function IMPRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 13:12:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-23T13:12:45Z</dc:date>
    <item>
      <title>Function IMPRT  in Payroll Shcema</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920634#M1148234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to identify the values of the wage types filled in RT (resultant table ) in the function IMPRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 13:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920634#M1148234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function IMPRT  in Payroll Shcema</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920635#M1148235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this U need to call FM CU_READ_RGDIR and get the payroll results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT it_rgdir WHERE srtza = 'A'&lt;/P&gt;&lt;P&gt;                    AND   void IS INITIAL&lt;/P&gt;&lt;P&gt;                    AND   reversal IS INITIAL&lt;/P&gt;&lt;P&gt;                    AND   fpper = v_fpper. &amp;lt;-- give the period&lt;/P&gt;&lt;P&gt;          v_seqnr = it_rgdir-seqnr.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        rx-key-pernr = pernr-pernr.&lt;/P&gt;&lt;P&gt;        rx-key-seqno = v_seqnr.&lt;/P&gt;&lt;P&gt;        rp-imp-c2-RU.&lt;/P&gt;&lt;P&gt;        Loop at rt.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         Read the amounts in rt-betrg for the wage types rt-lgart .......&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 13:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920635#M1148235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T13:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function IMPRT  in Payroll Shcema</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920636#M1148236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you just let me know the FM related to payroll , As I am new to the payroll process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem which I am facing is the RT is having values  when I am doing posting with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC00_M99_CIPE I am getting error stating that balances are not proper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the payorll driver I am not getting any error only during posting time I am getting the error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;during transaction PC00_M99_CIPE  run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 05:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920636#M1148236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T05:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function IMPRT  in Payroll Shcema</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920637#M1148237</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;u can use this fm PYXX_READ_PAYROLL_RESULT. this fm will give u the complete payroll results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumanjeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 05:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-imprt-in-payroll-shcema/m-p/4920637#M1148237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T05:53:53Z</dc:date>
    </item>
  </channel>
</rss>

