cancel
Showing results for 
Search instead for 
Did you mean: 

Time Management - Operation COLER, TEXIT and ?.

0 Kudos

Hello,

I would like to know if it is possible to set a recalculation for the day currently being processed and in the futur entering the time balances and wage types in tables ZES, SALDO or ZL, and saving them to cluster B2 when there is a data export.

Operations COLERXXF and TEXIT do not allow me to get a view of time type and time balance in the futur.

-> notably with PU12 Interface tool, payroll...

Thx,

Accepted Solutions (0)

Answers (1)

Answers (1)

BGibbons
Active Contributor
0 Kudos

Hi,

Not exactly sure what you are asking here but, if it is can you process time in to the future and store the results in the B2 cluster then the answer is yes you can.

The time function IF takes various parameters (for example SIMF and FUT ) which can be used to setup your schema so that it will process and store into the future.

As standard when running time evaluation (PT60) it only runs up to the current date so to run into the future you would need to manually enter your dates or setup appropriate variants.

Running into the future can be very useful when testing new scenarios but I would not be happy allowing this in a productive environment!

bg

0 Kudos

Hello,

Thank you for the answer already given. It is not exactly the response to my question.

Let me suggest the example below :

We are in May

Run of Time Evaluation - PT60 from 01.01.2017 to 30.06.2017

Error generated with operation COLERxxF on the 15.05.2017

PT66 result :

ZL -> all data are available from 01.01.2017 to 30.06.2017

ZES -> all data are available from 01.01.2017 to 30.06.2017

PT_BAL00 result :

ZL -> all data are available from 01.01.2017 to 31.05.2017

ZES -> all data are available from 01.01.2017 to 14.05.2017

PU12 (Connection to third-party payroll systems) result :

ZL -> all data are available from 01.01.2017 to 14.05.2017

ZES -> all data are available from 01.01.2017 to 14.05.2017

I would like to know how to get result until 30.06.2017 instead of 14.05.2017 and 31.05.2017.

The operation COLERxxF creates the error and is read by function module HR_TIME_RESULTS_FOR_PAYROLL

Is there another operation like COLERxxF enable me to set a recalculation without creating an error.

If not, what should be the best development solution to implement?

BGibbons
Active Contributor
0 Kudos

OK, I can see your dilemma !

You have probably tried this already but when calling COLERxxF, if 'xx' is blank it should not write an error message to FEHLER.

I have used PU12 for extracting master data but never cluster data but if this was my issue I would investigate if could pull the data with ABAP and a standard FM via an exit in PU12. There are a few different FMs there, example

HR_FORMS_TIM_GET_B2_RESULTS but they may me constrained as described above.

good luck!

bg