cancel
Showing results for 
Search instead for 
Did you mean: 

How to add customized column in the time sheet CATS (transaction CAT2) ?

Former Member
0 Kudos

Hello,

I need to be able to add some columns in the time sheet CAT2 containing:

- the name and first name of the person (in addition of the number), in display mode in the CATS time sheet.

- a text that I will found by reading some tables and values...

Does anyone have any idea how to do so ? and if it's possible or not?

Thanks a lot in advance for your help.

Best regards

Fanny GROUX

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

Try the following..

SPRO>Cross-Application Components>Time Sheet-->

Settings for All User Interfaces-->SAP Enhancements

--> Create Customer Fields

for additional info ,Click on the help link beside the

Create Customer Fields Node in the IMG.

~Suresh

Former Member
0 Kudos

Hi,

Thanks a lot, it's really help...don't know why I didn't see this customized point before in SPRO.

But I have an other issue, my new fields is added in the CATS screen and now I'm trying to put default value by using the user exit of extension CATS0009.

When I complete the value of my new fields in structure CATSD_IMP, there are not taking into account and the CATS screen doesn't display the value.

Am I using the wrong table ? wrong user-exit ? or my code ..

Thansk a lot again for your help.

Fanny GROUX

suresh_datti
Active Contributor
0 Kudos

If the custom fields are visible as ready for input on the CAT2 screen, then it must be your code. you can always debug & see why the values are not getting passed on.

~Suresh

Former Member
0 Kudos

Hello,

In fact, the user-exit CATS0009 doesn't allow to update the value of fields before the CATS sheet is displayed. If I look at the function, the structure is in export and therefore can't be changed in the user-exit.

I look at the help doc and couln't found what I need.

Does anyone have already try to display a value in a customized field for this CAT2 sheet ?

Thanks a lot.

Fanny GROUX

Answers (0)