on 10-13-2015 4:54 PM
hi,
i have the requirement that menu in NWBC (for html) for ESS should be different for different users.
I know that there is BADI HRESS_MENU. I have implemented a Z-enhancement implementation in this BADI, BUT the implementation is not called.
I found out in SAP standard documentation that there is a filter setting in "pre called" BADI implementation HRESS_NWBC_MENU_EXT. the documentation says:
For the ESS (WDA) role in SAP NetWever Business Client for HTML, SAP delivers BAdI implementationHRESS_NWBC_MENU_EXT. This is used to modify the role menu at runtime, based on the BAdI: Specify Dynamic Rendering of Services (HRESS_MENU) BAdI implementation. This implementation has the technical name of the composite role as its filter value. If you copy the standard role (see Activities) and want the same flexibility of dynamic menu modification, you have to include the name of the newly copied role in the filter value HRESS_NWBC_MENU_EXT.
Well, i have a copied standard ESS role (Z-Role), BUT: how can i add a filter value to HRESS_NWBC_MENU_EXT ? This is sap standard object, when i click on change i have to enter SAP registration key for the object -> so this is an MODIFICATION, which is not allowed @my customer.
So how can i get my Z-role to the filter value of this Badi without modification ???
br, Martin
did you try the LPD badi: check this BADI_APB_LPD_MODIFY_LPD_LIST
it should work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
see screenshot: buttons for adding/changing filter values are greyed out in implementation HRESS_NWBC_MENU_EXT. i have to push the display/change button -> then i get popup for enterig sap key as this is an original object !!
SAP help clearly says to add the filter values in HRESS_NWBC_MENU_EXT. She underlined quote out of original SAP help:
f you copy the standard role (see Activities) and want the same flexibility of dynamic menu modification, you have to include the name of the newly copied role in the filter value HRESS_NWBC_MENU_EXT.
http://help.sap.com/erp_fao_addon10/helpdata/en/a4/b1b1674f1442c281f4956efecfc945/content.htm which role did you assign? SAP_EMPLOYEE_ESS_WDA_2? for example : This is the role that will call the BAdI HRESS_NWBC_MENU_EXT which calls the BAdI implementations of HRESS_MENU with the COUNTRY_FILTER filter value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.