Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Macro RP-IMP-C2-RU

Former Member
0 Likes
1,932

Hi Frn's ,

i am using RP-IMP-C2-RU macro to read CRT table by passing sequnece no and pernr ....but it is not returning the all records of CRT table ( returing 71 records out of 309 records) .

how can i get all the records of CRT table for a sequence no .

Thanks and Regards .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,293

Hi Priyank,

The macro should display all the records of CRT. First you go to the transaction code PC_PAYRESULT.

And enter the pernr that you want to check. And then double click on the desired sequence number row.

Now click on the CRT table and find the entries there. Pass the same sequencial number to the macro in the program. Otherwise check with the function module 'PYXX_READ_PAYROLL_RESULT'.

Regards,

Kumar Bandanadham.

Hi Frn's ,

i am using RP-IMP-C2-RU macro to read CRT table by passing sequnece no and pernr ....but it is not returning the all records of CRT table ( returing 71 records out of 309 records) .

how can i get all the records of CRT table for a sequence no .

Thanks and Regards .

5 REPLIES 5
Read only

Former Member
0 Likes
1,293

Hi,

Please find how many sequence no's you are getting in the RGDIR table.

you collect all the sequence no's and pass it to the Macro RP-IMP-C2-RU to the desired result.

Please let me know .

Regards

Satish

Read only

Former Member
0 Likes
1,294

Hi Priyank,

The macro should display all the records of CRT. First you go to the transaction code PC_PAYRESULT.

And enter the pernr that you want to check. And then double click on the desired sequence number row.

Now click on the CRT table and find the entries there. Pass the same sequencial number to the macro in the program. Otherwise check with the function module 'PYXX_READ_PAYROLL_RESULT'.

Regards,

Kumar Bandanadham.

Read only

0 Likes
1,293

Thanks for your kind suggestion .....i got the reason.. why it is not returning all the records .

Thanks and Regards ..

Priyank Dixit

Read only

Former Member
0 Likes
1,293

Thanks for the answer.. problem resolved

Read only

Former Member
0 Likes
1,293

What was the solution? We have the same problem. Existing programs are no longer returning all rows of the CRT and TCRT tables.