cancel
Showing results for 
Search instead for 
Did you mean: 

Timesheet copy from previous button

Former Member
0 Kudos

Hi All,

I am looking for the configuration or any ways to enable the copy from previous button functionality in timesheet.

In the older 4.7 version there were two options target hrs and copy from previous button.

Can anyone help me on this.

Thanks.

santosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I am not too sure if there is any other option then to modify the application using NWDI to include the copy functionality please.

Answers (2)

Answers (2)

eloisadazpalaci
Participant
0 Kudos

Hi Santosh, I think its related to customizing the ESS role you want to use in the ERP side. I mean in the different tasks you have to do , one is define the ESS roles you need. One ESS role contains the definition of the different fields you want to show or fill and you also have one point in customization where you define if you can copy from previous periods or not or even if you want to copy also the hours you have filled.

It´s inside the customizing...

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Let me explain :

First of all enable these fields in the Iview

You need to do two things

enable the "Copy From Previous Week" and "Copy From Previous

Day" buttons in the ess~cat WebDynpro application.

and then implement

the following, code is there already and it will work

In function module HRXSS_CAT_WD_RECORD, on the action

COPY_FROM_PREVIOUS_PERIOD, a command of class cl_xss_cat_rfc_copy_prev

should be executed, which will actually pull the data from previous

period and display it. When I look at this class, there is no method

which will build the data to be displayed.<<< need to verify this and

check

You are able to add code then it will work