cancel
Showing results for 
Search instead for 
Did you mean: 

Can we display Approved Times as marked in Record Working Time Calendar

Former Member
0 Kudos

Hi All,

In the Calendar provided by Record Working Time iview,I could see the following three types of dates as marked

1)Rejected

2)Not Released

3)Excess Time Recorded

Similarly is it possible for us to mark the dates for which the OT is approved.

Can some thing be done at the backend with configuration to achieve the same.

We do not have NWDI to modify webdynpro code of the iview

Regards,

Santhosh

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

No prbs, Hopefully we ll able to fix that error

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

The reason behind this was

the descision to keep the interface simple: Highlighting should be used

for records (or days on the calendar) for which action might be required

by the user. No matter if a record is approved or still to be approved,

the next step in the workflow is not for the user to perform but for

the approver.

If a record has been rejected, action is required by the user and

therefore the record is highlighted. Currently, there are no plans to

change this.

This could be changed on a project-basis, of course. Such a change

would require action in Java as well as in ABAP, since we do not

transfer the status to the frontend except for the detail screen, which

is for one record only. What would have to be done?

1) Add a new semantic state "approved" to the DDic element used for

semantic states.

2) Set this semantic sate within the RFC-layer (using the method

"build_timesheet", IIRC).

3) Possibly do the same for the calendar as well.

4) Adopt the Java-side to take this new semantic state into account.

This would of course be a modification, so please understand that I

just wrote down a rough outline of the changes that would have to

be introduced. I didn't actually do an analysis or design for such

a modification but simply noted all the steps that I am aware of that

would have to be performed.

Please refer the help.sap.com for further information on this

or SPRO path.

Former Member
0 Kudos

Thanks a lot Siddhrath for the nice explanation.

And sorry for the delay in response,I was busy with Go Live Activities

Regards,

Santhosh