cancel
Showing results for 
Search instead for 
Did you mean: 

CAT2 user exit

Former Member
0 Kudos

Hi,

I need to add fields (lastname, firstname) in the CAT2 time sheet. I have already added fields in CATSDB using user exit '0005'. The fields are comming to the fields. Now I need to get the values of the corresponding records in the time sheet. I tried to use user exit '0002', but it did not work.

Could you please give me suggestion in this regard.

Lokman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Lokman,

I don't have ready with me but I can try generating one, meanwhile do let me know what is the outcome.

Former Member
0 Kudos

Abijit,

its not going through. I also tried with exit '0002' but none seems working. I tried to debugg from the user exit, but the program flow even not going to the exit section.

Lokman

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Lokman,

Try the following Exits

User Exit : CATS0012

Description : CATS: Subscreen on data entry screen

User Exit : CATS0007

Description : CATS: Subscreen on initial screen

this will be helpful for u.

Mark the helpful Answers.

Regards,

Ranjit Thakur.

Former Member
0 Kudos

Did u use the exit EXIT_SAPLCATS_008 in CATS0005, to pass the user fields?

Former Member
0 Kudos

Abhijit,

I didn't try EXIT_SAPLCATS_008 in CATS0005. I am trying. If you have any example, can you please forward me.

Lokman

Former Member
0 Kudos

HI

GOOD

HEREWITH SOME USEREXITS OF CAT2, TRY THEM WITH YOUR REQUIREMENT.

CATS0001 CATS: Set up worklist

CATS0002 CATS: Supplement recorded data

CATS0003 CATS: Validate recorded data

CATS0004 CATS: Deactivate functions in the user interface

CATS0005 CATS: Customer field enhancements

CATS0006 CATS: Validate entire time sheet

CATS0007 CATS: Subscreen on initial screen

CATS0008 CATS: Determine workflow recipients for approval

CATS0009 CATS: Customer-Specific Text Fields in Data Entry Section

CATS0010 CATS: Customer-Specific Text Fields in Worklist

CATS0011 CATS: Customer functions

CATS0012 CATS: Subscreen on data entry screen

THANKS

MRUTYUN