cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign a BAPI to Role

Former Member
0 Kudos

Hello gurus,

I have a requirement in which i need to assign a set of Bapis to a Role and then this role to a user. I have 2 questions here

1. How to assign BAPI to role

2. Do i need to take care of underlined table for Authorization purpose, as bapis are acessing further some Infotypes from HR module. so do i need to assign Infotypes to roles also.

Points for sure for reasonable reply.

Mani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

we have to use object s_rfc and assign the function group of RFC FM to it. to access infotype user PERNR(to restrict access particular employee), P_ORGIN(to access employee master datainfotype) and PLOG (to access orgunit data infotype).

0 Kudos

1. From transaction PFCG, edit the role and on Authorisation choose Expert Mode, Under Cross-Application Authorization Objects choose Authorization Check for RFC Access and assign the bapi to role. This would help.

2. Absolutely yes, you have to assign Infotypes to roles.