cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - add a new column to Record Working Time table

Former Member
0 Kudos

Hello all,

My client would like to add a column to the Record Working Time table in ESS. They would like to add a column for Activity Name next to Activity Number. Can anyone tell me where this can be congured? Or would this be something I would need to hard-code in the ess~cat source code?

Thanks,

-Kevin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solution only possible as a work-around.

pramod_gopisetty1
Active Contributor
0 Kudos

Hi Kevin,

the field CATSDB-LTXA1 is it a standard SAP field or a custom field.

if it is a custom field you need to create with Z as prefix.

Thanks

Pramod

Former Member
0 Kudos

Hi Pramod,

Yes it is an SAP field. Apparently what I am trying to do is not possible. You can set this field to be displayed, but it will only show up in the worklist and not in the data entry area.

The only solution I have been able to find is to use user exit EXIT_SAPLCATS_009

and then fill in the field CATSFIELDS-DISPTEXT1 with the needed data

Thanks,

-Kevin

Former Member
0 Kudos

t-code spro-Sap implementation-personnel management-employee self services-server specific settings-record working time-record working time

Former Member
0 Kudos

Thank you Bala,

I think this is where I need to be to make my changes. I am not too familiar with how this process works. I was able to remove some of the columns currently displayed on the Working Time table, but was not able to add new ones. Do you know if there is any documentation on how to customize the table using this interface or have any advice on how I can accomplish this?

Thank you so much,

-Kevin

Former Member
0 Kudos

I have figured out the 2 step process needed for this, involving Modifiable and Influencing. So I am able to add new fields. The only issue I am running into now appears to be dependant on the field name.

I can add CATSD-VORNR

But I cant add CATSDB-LTXA1

I have tried a few variations and it seems i can add fields from CATSD but not from CATSDB?

Has anyone else seen this or know what steps must be taken to display CATSDB-LTXA1?

Thanks,

-Kevin