Application Development 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: 

How to enter user exit when user hits enter without changing fields in CAT2

Former Member
0 Kudos

Hi all,

I have programmed enhancement CATS0002 CATS: with customer exit : EXIT_SAPLCATS_002, in CAT2 so that it does some changes on entered data.

Now I want to fill in data in the fields when user just clicks (places marker) in an empty field in CATS. As it is now the customer exit EXIT_SAPLCATS_002 is not entered unless user has changed something in the shiet or entered data in the field.

What can I do to have this customer exit EXIT_SAPLCATS_002 entered when user hits enter, even when there is no data filled in the field?

Can I enable this functionality somehow, or should I use another customer exit for this?

Thanks in advance!

BR,

Armin

3 REPLIES 3

Former Member
0 Kudos

you can not change the existing functionality of the exits...

search for some other exit...

Former Member
0 Kudos

Do you have a suggestion on what user exit I can use for this functionality:

- User clicks on an empty field in the time sheet for CAT2

- User hits enter on keyboard without entering anything in the field

- The time fields for the current day are filled in with hours and time from/to.

Appriciate all suggestion!

Former Member
0 Kudos

Answered it my self!