cancel
Showing results for 
Search instead for 
Did you mean: 

Clock in/out corrections does not save data

Former Member
0 Kudos

Hi All,

I am trying to use the clock in/out corrections to post a time correction. I am able to create the request and save it. It appears in the calendar right after saving but after a refresh it disappears from the calendar. The entry does not show in the PT_REQ_HEADER table as well.

I know it saves via the persistent object class CL_PT_REQ_HEADER and agent CA_PT_REQ_HEADER but so far I do not see any line of source code that saves the data in the table while debugging.

I am beginning to think this is an incomplete service because it does not have an approval screen or a standard workflow, although you can copy WS12300111.

Is anyone having problems as well saving data through the clock in/out service?

Your help is appreciated.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

After saving the data, You ll see that in the column, Now again, You need to review and save it

Try again it works, There are 3 steps involved

There is only Standard WF WS12300111 in this case.

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you reviewed the entry after you have saved?

Former Member
0 Kudos

Hi Siddharth! Thank you very much! Problem solved. I missed that step.

Points awarded!

Thanks again.

Former Member
0 Kudos

I found the code that calls the persistence class. Seems ok but data is not saved. I did not see a commit anywhere so it could be that.

It's strange that SAP would deliver it this way though. What is also strange is that the persistence class is called when you press "New Clock-in/Out" button when the user has not specified the times yet. What is it trying to save if the next step is when you enter the clock times??? This is strange...