cancel
Showing results for 
Search instead for 
Did you mean: 

No. of hours appear in Date Format in Reports

Former Member
0 Kudos

The output of the Personnel Action Report shows the "Annual Working Hours" column in Date format. This is the same with other reports like the Wage Type Reporter.

Can somebody suggest a solution to this?

Thanks

RS

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Looks like this had nothing to do with the SAP, the same user was able to see the hours in the report at home in the right format. Thanks for your help friends!

Former Member
0 Kudos

let me tell you oone more thing, we checked this on other users' systems and this was not happening with everyone. I checked 2 users with SAP GUI 7.2 and patch 4. one had this issue and the other dint.

Former Member
0 Kudos

Hey thanks to both of you for responding.

Personnel Action Report is customised "ZHRPA" and Wage type report is also a customised one.

Ameet, could you please let me know what exactly I am supposed to chekc in my parameters (SU3)? Should I ask the developer to check the report since this is a customised one?

Remi, wage type reporter is also a customised report here. It is the customised version of PC00_M99_CWTR.

former_member235056
Active Contributor
0 Kudos

Hi,

Please check the output field in ABAp code which is used to output value for this.

Data type for same has been changed to date format (DATS).

Use ABAP developer for this and he will be able to assist easily.

Thanks,

Ameet

former_member193210
Active Contributor
0 Kudos

What is the t-code (and program) for the "Personnel Action Report" ?

Since the WT Reporter (t-code S_PH9_46000172, program H99CWTR0) reads table RT from the Payroll Results Cluster, it implies that your "Annual Working Hours" WT is in the employee's RT. In what field is that number of hours (RTE, NUM or AMT), and how is it displayed in RT ?

former_member235056
Active Contributor
0 Kudos

Hi,

Check your user parameter setting in SU3 transaction and also let me know if it is Z (customized by client) or standard one.

If customized please check the datatype that is used for output of this field and if standard please debug the code and verify where exactly is the isuue during filed data type conversions.

Thanks,

Ameet