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

CAT2 - Screen exit

Former Member
0 Likes
1,058

Hi ,

I need to add a new field Activity short text after activity in Time sheet (screen group worklist) and populate

values to it.

Please help me how to go about this.

Hi,

user exits for CATS:

- CATS0011 CATS: Customer functions and/or

- CATS0007 CATS: Subscreen on initial screen

3 REPLIES 3
Read only

Former Member
0 Likes
802

Hi,

user exits for CATS:

- CATS0011 CATS: Customer functions and/or

- CATS0007 CATS: Subscreen on initial screen

Read only

Former Member
0 Likes
802

Hi,

You can acheive this my using the enhancememts : CATS0005 and CATS0002 ...

CATS0005 enhancement allows you to define specific customer fields and

assign them to accounts.

You have two options:

1. You want to enter the customer fields along with the SAP fields on

the data entry screen. Proceed as follows:

o Define customer Include CI_CATSDB in the ABAP/4 Dictionary. Include

only fields in the customer name range in structure CI_CATSDB.

Otherwise, this may cause problems during a system upgrade. Use only

fields of type 'CHAR' and 'NUMC'.

o Activate the customer fields using a special Customizing transaction

for the Time Sheet.

2. You want to enter your customer fields on a separate dialog box. The

advantage of this option is that you can output context-sensitive

information here - information that is needed to enter correct

values in your additional fields. In this case, proceed as follows:

o Define customer Include CI_CATSDB in the ABAP/4 Dictionary. Include

only fields in the customer name range in structure CI_CATSDB.

Otherwise, this may cause problems during a system upgrade. Use only

fields of type 'CHAR' and 'NUMC'.

o Define subscreen SAPLXCAT 1000. This subscreen is then included in

the dialog box that is called. This subscreen contains your

customer- specific fields.

o Define a menu option to trigger the dialog box with your customer

fields.

o Define a function module to receive data in the transfer structure

FIELDS from the calling program.

o Define a function module to return data in the transfer structure

FIELDS to the calling program.

You will need to set the display property of the field added to makeit visible on the Data Entry Area..

This all is available in the documentation of the Enhancememt CATS0005.

Read only

Former Member
0 Likes
802

Hi Navitha,

Check with the below enhancements for your requirement.

CATS0005 CATS: Customer field enhancements

CATS0006 CATS: Validate entire time sheet

CATS0007 CATS: Subscreen on initial screen.

Regards,

Tutun