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: 

HR positon fro info type 105

Former Member
0 Kudos

hi i need  user for HR positon fro info type 105

mt code is not correct  

         SELECT SINGLE  objid

         FROM hrp1001

         INTO  objid

         WHERE otype  = 'P' AND

               sobid  = lv_tax_code AND

               plvar  = '01' AND

               relat  = '008' .

         SELECT SINGLE  usrid

          FROM pa0105

           INTO  usrid

           WHERE pernr objid  AND

           subty  '001'  .



give me FM


1 REPLY 1

satyabrata_sahoo3
Contributor
0 Kudos

Use FM HR_READ_INFOTYPE.

-Satya