2009 Jul 20 10:02 AM
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 ,
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.
2009 Jul 20 12:39 PM
Hi,
user exits for CATS:
- CATS0011 CATS: Customer functions and/or
- CATS0007 CATS: Subscreen on initial screen
2009 Oct 16 7:44 AM
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.
2009 Oct 20 7:27 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |