cancel
Showing results for 
Search instead for 
Did you mean: 

PCR to read BSGRD value in IT0008 for payroll

Devraj1
Discoverer
0 Kudos
141

Hi all,

I am trying to read BSGRD value in IT 0008 in a PCR. However, PCR is not working as expected.

BSGRD usually shows the Capacity Utilization Level.

I tried using VARGBBSGRD but after that I am not able to put RTE=BBSGRD because of length. Used VALEN 10 but that is giving an error while saving.

 

Devraj1_0-1745836303678.png

 

Accepted Solutions (0)

Answers (2)

Answers (2)

Devraj1
Discoverer

Hi Sikindar, 

Thank you. I made the PCR as below and removed "GEN" from Schema and it worked.

Devraj1_0-1745909326104.png

 

corriveau_remi
Active Participant
0 Kudos

IT0008 is not mentioned in the documentation for Payroll Operation TABLE.

Instead of using Operation TABLEP0008 followed by RTE=BBSGRD,

try using only RTE= BSGRD

The alternative, which we used once for IT0169, was to ask our ABAP resource to create Custom Payroll Operation ZTABL in order to be able to read a specific field in IT0169 in a Payroll PCR.