This steps will help you , how to add the work books to User Menu Favorites
Add workbooks to user menu Favorites RRMX -> Open workbooks -> Find a workbook ->Right-click ->Choose Properties-> click Information tab -> Get the Workbook ID field.
SE37 -> Execute FAVOS_EVENT_ADD_TO_USER_SHELF function module.
Enter user_name.
Reporttype = TR
report_name= rrmx
SAP_GUID = the workbook ID
Enter your TEXT you wanna see in the favorites.
See all workbooks associated to an user:SE16 -> SMEN_BUFFC -> REPORTTYPE=TR Workbooks are stored in BW in RSRWBSTORE table or BDS. In RSRWBINDEX table, RSRWBSTORE=T, then the workbook is customer-created workbook, stored in RSRWBSTORE.
BDS workbooks:
T-code BDN1
CLASS NAME=BW_CATALOG->CLASS TYPE = OT (OTHER OBJ) ->
OBJECT KEY= A_[WORKBOOK ID] ->DOCUMENT TYPE = bw_xlwb_xl
I have refered from : http://yangchuang.com/wp22/?p=21

0 comments:
Post a Comment