cancel
Showing results for 
Search instead for 
Did you mean: 

EHP 6: Not able to find the benefits enrollment service based on Adjustment reasons

Former Member
0 Kudos

Hello gurus,

I am not able to find the Adjustment reason based enrollment service in the EHP 6. Appreciate the suggestions on this how to incorporate it.

Regards,

Raj.

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You need to use the badi instead of proxy class for adjust reason based service which will be launched dynamically depending upon IT378 reason

For WebDynpro ABAP applications you can use BAdI HRESS_MENU for
rendering of the Employee Self-Service menu, both for the ESS NWBC
(Netweaver Business Client) role and for the launchpad-based SAP Portal
role for ESS WebDynpro ABAP.

You can use this BAdI to modify the application or folder attributes of
the menu at runtime based on your business requirements.

This BAdI implementation gives you the flexibility to dynamically change
the service link attributes at runtime (hide/show, enable/disable,
emphasised/deemphasized, text, parameters, description, and so on). It
also provides the flexibility to dynamically change the folder
attributes (hide/show, description, icon, and so on).

Unfortunately, we don't have any standard delivered BAdi implementation
for this case. You have to create your own BAdi implementation based on
BAdi definition HRESS_MENU.


You need to enhance method IF_EX_HRESS_MENU~MODIFY_APPLICATION_ATTRIBUTE
to find NEWH adjustment reason, and then accordingly you can hide/unhide
the application.

You can take example of any of the standard Enhancement implementation

(HRESS_COUNTRY_FILTER, HRESS_CATS_AREA_PAGE or HRASR_SET_PERNR_MEM_ID).

SacCounty_MM
Participant
0 Kudos

Hi Siddharth,

Are there any plans to deliver standard BAdi implementation for the case of Adjustments reason enrollment in ESS Benefits Ehp6? It seems kind of odd that it was available pretty much out of the box in the Java version but not in the ABAP version.

Thank you,
Mark

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

we had proxy classes which are replaced as indicated above, there is no change expected currently.

All the other badis should work fine

http://help.sap.com/erp2005_ehp_06/helpdata/en/f0/4c6e7312f64d12b2ac759b2d1652e8/content.htm?framese...

former_member463524
Contributor
0 Kudos

Hi Rachamadgu,

Have you checked in LPD_CUST, ESS MENU under Benefits, is this service available.

Regards,

Meera

Former Member
0 Kudos

Hi Meera,

I didnt find anything specific to Adjustment reasons based enrollment. I am able to find two new hire enrollment and two open enrollment services there in LPD_CUST, Ess menu.

Strange to see that SAP didnt mention about the adjustment reasons based service.

Regards,

Raj.