‎2005 Dec 09 12:06 PM
Hi,
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.
For payroll results i found suitable FM, but i found nothing for cluster PCL2/B2.
Any hints?
cu
Rainer
‎2005 Dec 09 12:15 PM
hi,
try using the following include ...in some way it's faster n efficient!!
INCLUDE:
mpzdat02, " Work tables for daily work
rpppxd00, " R/3 data definition for PCL1 & pcl2 buffer
rpppxd10, " Data definition for PCL1, pcl2
pc2rxid0, " Data definition, cluster IS file pcl2
rpclst00,
rpc2b200,
rptsim00.
and u can fetch saldo after passing the below mentioned key:
b2-key-pabrj = pdate(4).
b2-key-pabrp = pdate+4(2).
b2-key-cltyp = '1'.
b2-key-pernr = it_pernr-pernr.
IMPORT saldo FROM DATABASE pcl2(b2) ID b2-key.
hence on looping this table u can modify n display the result!!
hope this solves ur query!!
plz reward points if it satisfies!!
Regards,
Gunjan
‎2005 Dec 09 12:16 PM
hi,
try using the following include ...in some way it's faster n efficient!!
INCLUDE:
mpzdat02, " Work tables for daily work
rpppxd00, " R/3 data definition for PCL1 & pcl2 buffer
rpppxd10, " Data definition for PCL1, pcl2
pc2rxid0, " Data definition, cluster IS file pcl2
rpclst00,
rpc2b200,
rptsim00.
and u can fetch saldo after passing the below mentioned key:
b2-key-pabrj = pdate(4).
b2-key-pabrp = pdate+4(2).
b2-key-cltyp = '1'.
b2-key-pernr = it_pernr-pernr.
IMPORT saldo FROM DATABASE pcl2(b2) ID b2-key.
hence on looping this table u can modify n display the result!!
hope this solves ur query!!
plz reward points if it satisfies!!
Regards,
Gunjan
‎2007 May 10 10:30 AM
‎2008 Mar 14 9:07 AM
Hi,
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.
Thanks and regards
Jeevan