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

PFCG Role Description

Former Member
0 Likes
1,049

Hello,

Please help me to solve one of my issue.

Issue: I want to know some Bapi or some method

for fetching the role description from pfcg

according to the rfc destination passed.

Means it should return the role description from

the system according to the rfc name.

Thank you in advance.

Regards.

Abhinav Goel.

Hello,

Please help me to solve one of my issue.

Issue: I want to know some Bapi or some method

for fetching the role description from pfcg

according to the rfc destination passed.

Means it should return the role description from

the system according to the rfc name.

Thank you in advance.

Regards.

Abhinav Goel.

4 REPLIES 4
Read only

0 Likes
976

Hi Abhinav,

Could you please support your question with an example? It would help to get your question clear.

Read only

0 Likes
976

Role descriptions are found in table AGR_TEXTS. You can write an RFC Function module to select the description for the given Role from table AGR_TEXTS.

If i am interpreting your question incorrect then please do as suggested above.

Read only

gouravkumar64
Active Contributor
0 Likes
976

Actually It is little bit confusing also.

I was thinking about AGR_1251 / AGR_USERS & AGR_TEXTS.

Not able to find Any suitable BAPI also.

Regards

Gourav.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
976

If you don't find any BAPI, you could use good old RFC_READ_TABLE ?

Regards,

Raymond