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: 

Copying User favorites

Just wanted to know if there is quick way to view and copy all the transactions in one user favorites to the other.

Edited by: Srinivasa Papineni on Jul 7, 2008 5:45 PM

1 ACCEPTED SOLUTION

valter_oliveira
Active Contributor

Hello.

Yes, in your standard SAP, menu favorites (first user), select option Download to pc. Then, in other user session, select Upload from PC.

Regards.

Valter Oliveira.

5 REPLIES 5

valter_oliveira
Active Contributor

Hello.

Yes, in your standard SAP, menu favorites (first user), select option Download to pc. Then, in other user session, select Upload from PC.

Regards.

Valter Oliveira.

Former Member
0 Kudos

You can do it by 1st downloading it to PC and then uploading it.

From SE80 follow these steps:

To download/Upload favorites:

In the favorites, click on Edit

in the next screen Using the Download/Upload buttons, u can either download/upload the favorites.

Regards,

Joy.

Former Member

The user favorites are stored in tables SMEN_BUFFC (Favorites) and SMEN_BUFFI (Links for Favorites, the URLs).

Former Member

Maybe it's someone else will help, for copying the favorites, you can use the standard function modules (SE37):

MENU_FAVORITES_DOWNLOAD

MENU_FAVORITES_UPLOAD

For "released" FM I would suggest BAPI_USER_WP_PERS_DATA_READ and BAPI_USER_WP_PERS_DATA_SAVE. (also no temporary file was harmed during copy)

Regards,

Raymond