2009 Jan 29 9:45 AM
Hi,
is there a functin to display a role ( like the transaction PFCG ) ? Thanks.
ISIS
2009 Jan 29 10:03 AM
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
2009 Jan 29 9:58 AM
Hi,
What is your exact requirement ? Can you explain more clearly ..
Regards
2009 Jan 29 10:01 AM
Hi,
Please refer the below link.
http://help.sap.com/saphelp_nw04/Helpdata/EN/e4/15e48efd6c11d296430000e82de14a/content.htm
2009 Jan 29 10:01 AM
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
2009 Jan 29 10:03 AM
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...
2009 Jan 29 10:14 AM
2009 Jan 29 10:15 AM
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
2009 Jan 29 10:19 AM