2008 Mar 20 10:47 AM
i hav requirement using pnpce ldb. could anybody give me the structure of RT_PERSON & CRT_PERSON.
points will be rewarded.
thanx in advance
2008 Mar 20 11:16 AM
Hi
hrpay99_rt is structure pc207
hrpay99_crt is structure pc208
Regards,
Venkat
2008 Mar 20 11:16 AM
Hi
hrpay99_rt is structure pc207
hrpay99_crt is structure pc208
Regards,
Venkat
2008 Mar 20 11:19 AM
is RT_PERSON & CRT_PERSON r same as RT & CRT.
I dont think so. plz guide me
2008 Mar 20 11:24 AM
Hi
hrpay99_rt is structure PC2RT_PERSON
hrpay99_crt is structure PC2CRT_PERSON
check this standard program RPCALCX0_CE.
Regards,
Venkat
2008 Mar 20 12:55 PM
Hi,
RT_PERSON & CRT_PERSON are not same as RT & CRT.
To confirm this, Go to transaction code SE11 and check the dat types PC2RT_PERSON and PC2CRT_PERSON.
PC207 is the part of PC2RT_PERSON.
2008 Mar 20 1:24 PM
actually wht i know is RT_PERSON & CRT_PERSON
r the tables v go through in Concurrent Employment using pnpce ldb. i want the structure of these tables.
Ex: RT type PC207.
2008 Mar 20 2:08 PM
2008 Mar 24 11:43 AM
when am declaring
data : RT_PERSON like line of PC2RT_PERSON.
am getting an error msg that
"FIELD 'PC2RT_PERSON' is unknown .it is neither in the specified tables, nor in the DATA statement".
whatz the error .what should i do.
2008 Mar 24 11:46 AM
2008 Mar 24 12:05 PM
thanks for ur reply.
i hav another errror like.,when am looping the payroll results
i.e, like
"LOOP AT payroll-inter-rt_person INTO wa_rt."
where DATA : wa_rt like PC2RT_PERSON.
DATA : PAYROLL type PAYUS_RESULT.
and the error msg is:
data object PAYROLL-INTER doesn't hav a component called
RT_PERSON
Edited by: Vaishu.P on Mar 24, 2008 1:07 PM
2008 Mar 24 12:13 PM
2008 Mar 24 12:50 PM
hi Srinivas Gurram..,but am still getting same type of error.
and i hav also tried LOOP AT PAYROLL-INTER-RT_PERSON.
same type of error is repeating. am i hav to include any field in TABLES.
thanks in advance.
2008 Mar 24 1:00 PM
declare rt_person as type HRPAY99_RT_PERSON ...
data: rt_person type HRPAY99_RT_PERSON .
2008 Mar 24 1:27 PM
data: rt_person type HRPAY99_RT_PERSON .
there r some more errors occuring with this syntax.
i think v hav to declare
data: rt_person type line of HRPAY99_RT_PERSON .
but in both cases common error is
"data object PAYROLL-INTER doesn't hav a component called
RT_PERSON"
Edited by: Vaishu.P on Mar 24, 2008 2:28 PM
2008 Mar 20 11:21 AM
hi ,
you will find all the structures in these includes..for the payroll
SAP delivered Includes for to access payroll clusters
INCLUDE RPC2RUU0. " Cluster RU Data-Definition
INCLUDE RPC2RX09. " Cluster RU Data-Definition internat. part
INCLUDE RPC2CD09. " Cluster CD Data-Definition
INCLUDE RPPPXD00. " Data befinition buffer PCL1/PCL2
INCLUDE RPPPXD10. " Common part buffer PCL1/PCL2
INCLUDE RPPPXM00. " Buffer handling routine
regards,
venkat.