cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Calendar in ESS Web Dynpro Time Entry Application

Former Member
0 Kudos

Hello All,

We are currently on ESS SP 11. NW 2004 SP19 (EP 6.0 SP 19)

In "Record Working Time" application, we see the Calendar expanded by default. We want to Hide the Calendar by default.

I have went the link /thread/82037 [original link is broken] but the actual procedure for modifying the Web dynpro CCs is not mentioned there.

Please suggest me the changes to be done exactly to achieve this functionality.

Thanks for the time taken. Points will be awarded for all the helpful answers.

Thanks,

Raj

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

You don't need to develpo anything to get this done. In the portal you need to get the role Self-Service Administrator. With this role you will be able to navigate als you do as portal content administrator.

Within the Content Provided by SAP->srvconfig (This is the floorplan manager configuration) you can navigate to the time sheet, there you click on next, click on the tab CAP view and unclick the marked checkbox.

Next time you use the time sheet the calendar doesn't show, and the control says Show calendar.

Regards

Former Member
0 Kudos

Hi ,

Check my reply in this thread.

/message/3271074#3271074 [original link is broken]

Regards

Bharathwaj

Former Member
0 Kudos

Hi Raj,

I hope JDI is ready in your landscape.

If it is ready then import the DC ess~cat from ESS related track.

In the interface component controller of the DC there is will be some code like

return new CAPState(cap, cap[0].getId());

Here just change this as

return new CAPState(cap, " ");

With this change, Calendar will be hidden by default.

Regards,

Nagaraju Donikena

Former Member
0 Kudos

Hi Raj,

did you fix this issue? If so, could you tell me how? We are trying to do the same thing.

Thanks

Ranjeet0702
Active Participant
0 Kudos

U need to fetch the webdynpro code for Working time and set the property of the inputfield such that the calendar shud not come by default.