cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing ESS~BEN application

Former Member
0 Kudos

Hi All,

Some customization is required in the ess~ben application.

Requirement: The buttons in the ContainerPlanDetailView (of controller VcBenefitsPlanDetail) have to be copied in the PlansOfPlanTypeView (of controller VCBenefitsPlansOfPlanType). The functionality is also to be copied, i.e. the action performed by the buttons in both the view should be the same.

I also want to know how we define navigation between perspective in this application or any ESS application.

Thanks,

Vibha Singhal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197348
Active Contributor
0 Kudos

Hi Vibha,

First you copy the buttons from layout tab of ContainerPlanDetailView to layout tab of PlansOfPlanTypeView. Create actions with same names as in ContainerPlanDetailView. Now copy the code from methods onActionXXX of ContainerPlanDetailView to that of PlansOfPlanTypeView.

Check this [link|http://help.sap.com/saphelp_erp2005/helpdata/en/43/41840d47041806e10000000a1553f6/content.htm], if it is helpful for navigation between perspectives

Regards,

Siva

Former Member
0 Kudos

Hi Siva,

I have tried this, but the button action calls the fpm.raiseEvent form the controller. The navigation is not defined for this action in the 2nd controller.

Thanks,

Vibha Singhal