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

About PFCG

Former Member
0 Likes
1,172

Hi !

Can someone tell me where I could find the tree menu data (in the PFCG transaction about role definition) in the SAP table ?

Thanks for help !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,106

Hello

AGR_DEFINE

Hi !

Can someone tell me where I could find the tree menu data (in the PFCG transaction about role definition) in the SAP table ?

Thanks for help !

6 REPLIES 6
Read only

Former Member
0 Likes
1,107

Hello

AGR_DEFINE

Read only

0 Likes
1,106

I already knew about AGR_DEFINE table, but I would like to know where could I find in SAP table these information (see picture).

[Picture|http://www.smoltok.fr/public/images/divers/ex.png]

Read only

0 Likes
1,106

These are area menus (SE43 transaction). They are defined in these tables: TTREE, TMENU01, TMENU01R, TMENU01T. STREE_EXTERNAL_DISPLAY function module is used to display an area menu, I guess you may find an STREE* function module to read a menu.

user/area menu relationship is in USR01 table.

Read only

0 Likes
1,106

Those information seem to be useful !

However, where could I find the TREE_ID or the STRUCTURE_ID I need to find data from my menu (same picture from my last post) ?

Read only

0 Likes
1,106

excuse me, I did say a mistake. These are not area menus for roles (or not all the time). You may find menus in AGR_HIER, AGR_HIERT, ...

About NODE_ID, it may be the area menu (for example, you may enter SAP menu "S000").

Read only

0 Likes
1,106

Thanks my lovely Sandra

With these table (AGR_HIER, AGR_HIERT, AGR_DEFINE), I am able to show (through RFC), some visibility about our roles.