Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help regarding Exits

Former Member
0 Likes
456

Hi All

I am new to exits . So need some inputs from all of you.

I need to add functionality to standard CAT2 where it should execute cats_da as soon as a user logs in and in case of any missing time it should popup a warning message to the user to fill that missing time before proceeding for current weeks time sheet filling.

Now am not sure whether this calls for a screen exit or a menu exit or any other approach? any suggestions on the same?

pls guide me on this

Regards

Babita

2 REPLIES 2
Read only

Former Member
0 Likes
411

Hi Babita,

Check the exit EXIT_SAPLCATS_001 to EXIT_SAPLCATS_012.

You may be able to find out the one which can fit to your requirement.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
411

Hi,

go to report :SAPLCATS , find call customer and put break points for all the exits available in the report and find during run time which triggers for your requirement

below are available exits for CAT2.

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 Secti

CATS0010 CATS: Customer-Specific Text Fields in Worklist

CATS0011 CATS: Customer functions

CATS0012 CATS: Subscreen on data entry screen

Regards

Shiva