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

Function to display a role ( like PFCG )

former_member249672
Participant
0 Likes
1,598

Hi,

is there a functin to display a role ( like the transaction PFCG ) ? Thanks.

ISIS

1 ACCEPTED SOLUTION
Read only

former_member249672
Participant
0 Likes
1,391

i would like to know if there is a function with one parameter which is agr_name (role), and it shows the role like the transaction PFCG... it is to use in an ALV, when i double clik in the role...

Hi,

is there a functin to display a role ( like the transaction PFCG ) ? Thanks.

ISIS

7 REPLIES 7
Read only

Former Member
0 Likes
1,391

Hi,

What is your exact requirement ? Can you explain more clearly ..

Regards

Read only

Former Member
Read only

Former Member
0 Likes
1,391

Hi,

If u r looking for FM, then check this one

/OSP/GET_R3_ROLES -


RFC to get R3(PFCG) roles for a given SAP User

Read only

former_member249672
Participant
0 Likes
1,392

i would like to know if there is a function with one parameter which is agr_name (role), and it shows the role like the transaction PFCG... it is to use in an ALV, when i double clik in the role...

Read only

0 Likes
1,391

Hi,

Try this

PGRN_SHOW_EDIT_AGR_VIA_REPORT

Regards

Read only

0 Likes
1,391

I think you can use the following statement.

CALL TRANSACTION 'PFCG' USING bdcdata_tab OPTIONS FROM opt.

For further info press F1 on the word TRANSACTION.

Regards,

Shailaja

Read only

0 Likes
1,391

thanks. Good function.

ISIS