<?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: Cluster PCL2/B2 =&amp;gt; function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071555#M94968</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;try using the following include ...in some way it's faster n efficient!!&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;mpzdat02,   " Work tables for daily work&lt;/P&gt;&lt;P&gt;rpppxd00,   " R/3 data definition for PCL1  &amp;amp; pcl2 buffer&lt;/P&gt;&lt;P&gt;rpppxd10,   " Data definition for PCL1, pcl2&lt;/P&gt;&lt;P&gt;pc2rxid0,   " Data definition, cluster IS file pcl2&lt;/P&gt;&lt;P&gt;rpclst00,&lt;/P&gt;&lt;P&gt;rpc2b200,&lt;/P&gt;&lt;P&gt;rptsim00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can fetch saldo after passing the below mentioned key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b2-key-pabrj = pdate(4).&lt;/P&gt;&lt;P&gt;b2-key-pabrp = pdate+4(2).&lt;/P&gt;&lt;P&gt;b2-key-cltyp = '1'.&lt;/P&gt;&lt;P&gt;b2-key-pernr = it_pernr-pernr.&lt;/P&gt;&lt;P&gt;IMPORT saldo FROM DATABASE pcl2(b2) ID b2-key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence on looping this table u can modify n display the result!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves ur query!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if it satisfies!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2005 12:15:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-09T12:15:17Z</dc:date>
    <item>
      <title>Cluster PCL2/B2 =&gt; function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071554#M94967</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;is there a function module for reading table SALDO in CLuster PCL2/B2? I prefer using function models or classes instead of this include stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For payroll results i found suitable FM, but i found nothing for cluster PCL2/B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cu&lt;/P&gt;&lt;P&gt;  Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 12:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071554#M94967</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2005-12-09T12:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PCL2/B2 =&gt; function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071555#M94968</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;try using the following include ...in some way it's faster n efficient!!&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;mpzdat02,   " Work tables for daily work&lt;/P&gt;&lt;P&gt;rpppxd00,   " R/3 data definition for PCL1  &amp;amp; pcl2 buffer&lt;/P&gt;&lt;P&gt;rpppxd10,   " Data definition for PCL1, pcl2&lt;/P&gt;&lt;P&gt;pc2rxid0,   " Data definition, cluster IS file pcl2&lt;/P&gt;&lt;P&gt;rpclst00,&lt;/P&gt;&lt;P&gt;rpc2b200,&lt;/P&gt;&lt;P&gt;rptsim00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can fetch saldo after passing the below mentioned key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b2-key-pabrj = pdate(4).&lt;/P&gt;&lt;P&gt;b2-key-pabrp = pdate+4(2).&lt;/P&gt;&lt;P&gt;b2-key-cltyp = '1'.&lt;/P&gt;&lt;P&gt;b2-key-pernr = it_pernr-pernr.&lt;/P&gt;&lt;P&gt;IMPORT saldo FROM DATABASE pcl2(b2) ID b2-key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence on looping this table u can modify n display the result!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves ur query!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if it satisfies!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 12:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071555#M94968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T12:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PCL2/B2 =&gt; function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071556#M94969</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;try using the following include ...in some way it's faster n efficient!!&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;mpzdat02,   " Work tables for daily work&lt;/P&gt;&lt;P&gt;rpppxd00,   " R/3 data definition for PCL1  &amp;amp; pcl2 buffer&lt;/P&gt;&lt;P&gt;rpppxd10,   " Data definition for PCL1, pcl2&lt;/P&gt;&lt;P&gt;pc2rxid0,   " Data definition, cluster IS file pcl2&lt;/P&gt;&lt;P&gt;rpclst00,&lt;/P&gt;&lt;P&gt;rpc2b200,&lt;/P&gt;&lt;P&gt;rptsim00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can fetch saldo after passing the below mentioned key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b2-key-pabrj = pdate(4).&lt;/P&gt;&lt;P&gt;b2-key-pabrp = pdate+4(2).&lt;/P&gt;&lt;P&gt;b2-key-cltyp = '1'.&lt;/P&gt;&lt;P&gt;b2-key-pernr = it_pernr-pernr.&lt;/P&gt;&lt;P&gt;IMPORT saldo FROM DATABASE pcl2(b2) ID b2-key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence on looping this table u can modify n display the result!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves ur query!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if it satisfies!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 12:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071556#M94969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PCL2/B2 =&gt; function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071557#M94970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try FM HR_TIME_RESULTS_GET&lt;/P&gt;&lt;P&gt;- exporting GET_PERNR and optionally GET_PABRJ, GET_GET_PABR or GET_KDATE&lt;/P&gt;&lt;P&gt;- returning table GET_SALDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 09:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071557#M94970</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-05-10T09:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PCL2/B2 =&gt; function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071558#M94971</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'm getting error while posting payroll results to FI/CO, error is ' Payroll results could not import from database', I have checked RPCLSTR, i found results of the personnel numbers, for whom i run payroll, please post solution for the error, timely help is highly appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Jeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 09:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-pcl2-b2-gt-function-module/m-p/1071558#M94971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T09:07:36Z</dc:date>
    </item>
  </channel>
</rss>

