Application Development 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: 

User menu and favorite

Former Member
0 Kudos

Hi,

Which table store the user menu & favorites (what i get when i logon to sap client).

Best Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It is not as easy as just "which table"...

Why do you want to know this?

14 REPLIES 14

Former Member
0 Kudos

Hi Michael

If you use the search for term "favourites" you will find the table they are stored in.

0 Kudos

Hi Alex,

Thanks,

How?

Regards

0 Kudos

At the top of a page is a link which says "Search Forum", you can enter your search terms in there and choose options such as time range for searching

Former Member
0 Kudos

It is not as easy as just "which table"...

Why do you want to know this?

0 Kudos

HI Julius ,

Thanks,

My team is develop something that need this data.

I think maybe to search for AGR* tables but maybe u can direct me.

Best Regards

And Thanks for your time

0 Kudos

> My team is develop something that need this data.

Usually, the F1 key on a field is the first place to start, to navigate into the technical properties.

Sometimes you will need to understand the coding, to understand the source of the information.

I would suggest asking an ABAPer to help you out, depending on which type of menu you are wanting the information for.

Cheers,

Julius

0 Kudos

Hi Michael

The tables you are looking for, at least regarding the Role menues are the AGR_HIER* tables.

However theese tables are a bit complex to read, and my suggestion is allways to try to find a Bapi, or at least a Functionmodule like MENU_AGR_TREE_READ_HIERARCHY.

Regards

Morten Nielsen

0 Kudos

HI Morten,

Thanks,

How i relat the FM the specific user ?

i want to find for any user the standard menu bar / favorites .

Best Regards

0 Kudos

You can't directly, you will first need to retrieve the roles assigned to the user, you can do that with the BAPI_USER_GET_DETAIL and loop over the assigned roles. Each role has an assigned role menu, and the "sum" of the roles gives the users role menu.

Regards

Morten

0 Kudos

True, but even so the user might be able to switch to the SAP Easy Access Menu, or have favourites, or a user assigned menu.

Without knowing why this information is needed and what is to be achieved, I find it rather hard to comment.

As Morten has already indicated, listing tables is not enough.

Cheers,

JUlius

0 Kudos

Hi Morten ,

Thanks ,

There is relation between the user personalization to the user menu,

maybe from that data i can derived the user menu?

Best Regards

Former Member
0 Kudos

I dont know what exactly you required, try this table USERS_SSM maybe it will help you....

Former Member
0 Kudos

HI All,

I Find this FM ,and it bring user favorite menu.

MENU_GET_FAVORITES_FOR_GUI.

Regards

Astashonok
Participant

>> It is not as easy as just "which table"

Actually, it is very easy. It is table SMEN_BUFFC