cancel
Showing results for 
Search instead for 
Did you mean: 

Exit Button not working in ESS

Former Member
0 Kudos

Hi All,

We have configured ESS in our landscape. When I go to any Overview/Edit/Review Page (in W-4 Tax, Add/Change dependents etc..), the Exit button which is present is not working. When I click the Exit button, it doesn't exit the current view, but instead stays at the current location.

Can anyone tell me the reason for this strange behaviour? Also, where should I make the code level changes for the Exit button work.

Any kind of help would be greatly appreciated.

Regards,

Adren

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if you have the FcComponent of this DC, you can do the coding there, i think you need to be use the method in the FcNavigation component, that is targetExit application.

check this,

Cheers,

Apparao

adren_dsouza
Participant
0 Kudos

Hi Apparo,

In onAction method of the Exit button, a call is made to the TargetExitApplication as follows:

		
fpm.navigate(wdThis
.wdGetFcNavigationInterface()
.getNavigationTargetExitApplication());

Also, the Exit button does work in the Address Overview/Edit/Review Page, but not in W-4 Tax and Benefits Enrollment.

Any help on this problem !!!

Regards,

Adren

Former Member
0 Kudos

Hi Arden,

There are couple of OSS Messages are released for this isuue.

SAP Note : Note 1035437

Solution

The code which modifies the value of the isDirty flag to false is removed

Details of the changes:

Software component: SAP_ESS

Development component: ess~per

Webdynpro Component: FcPersInfo

Method: cancelChanges2( boolean initialReqd )

The following line is removed

Regards

-SS

adren_dsouza
Participant
0 Kudos

Hi Sridhar,

Thank you for your quick reply.

I checked the FcPersInfo Component in ess~per DC, but i could not find any method with the name cancelChanges2

There is a method named cancelChanges

Any ideas on how to move further ?

Regards,

Adren

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, your portal admin can take care about this, tell him this issue,

Cheers,

Apparao