Application Development 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: 

PBxxxx and HRPxxxxx infotype

Former Member
0 Kudos

Hi,

Are there any function modules present for accessing details releated to PBxxxx AND HRPxxxx infotype table, or any other method like we have RP_PROVIDE_FROM_FIRST...or LAST for PAxxxx?

Regards,

Amit

2 REPLIES 2

Former Member
0 Kudos

hi for the hrp tables use this ..

fm RH_STRUC_GET

For PBXXXX tables use this ..

fm HR_READ_INFOTYPE

Former Member
0 Kudos

Function Module HR_READ_INFOTYPE (you can also you macros) for PB, remember to give TCLAS as "B".

RH_READ_INFTY can be used to read any HRP infotypes.