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

USer exit - cat2

Former Member
0 Likes
614

Hello, I am enhancing cat2 transaction using user exit CATS0005. I am using the include table in the exit to add fields to the data entry section in cat2 transaction.

In the documentation of user exit it was written..

-


(version ecc 6.0 spro->IMG-> cross application comp->timesheet->setting for all user interfaces->cust-spec modifications->create customer fields documentation

-



5. Create the structure CI_CATSDB.
6. Insert the fields you want to add to the Time Sheet database table into the structure.
Only the data dictionary types NUMC and CHAR are permitted.
7. Check and save the structure.
8. Activate the structure.
You have added customer-specific fields to the database table for the Time Sheet.
You can include 10 of these fields for display or maintenance in the data entry section. Decide which fields from the CI_CATSDB structure you want to provide as input or output fields in the data entry section.
9. Choose Make field assignment.
10. Assign the relevant fields to the view.
 

I have added my fields to the CI. How do I make field assignments..in which view..where!!!I searched a lot ,couldn find a way to pull it off.. anyone having any prior experience can you please guide me..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

the fields are visible in catsdb

in spro you can add the CI_CATSDB fields to the workarea or with tcode CAC2

and the fields are also visible in the structures that are passed to and from the user exits

but I don't have you're user exit implemented here so I can't check it

kind regards

arthur de smidt

Edited by: A. de Smidt on Jul 24, 2008 1:14 PM

Edited by: A. de Smidt on Jul 24, 2008 1:15 PM

Hello, I am enhancing cat2 transaction using user exit CATS0005. I am using the include table in the exit to add fields to the data entry section in cat2 transaction.

In the documentation of user exit it was written..

-


(version ecc 6.0 spro->IMG-> cross application comp->timesheet->setting for all user interfaces->cust-spec modifications->create customer fields documentation

-



5. Create the structure CI_CATSDB.
6. Insert the fields you want to add to the Time Sheet database table into the structure.
Only the data dictionary types NUMC and CHAR are permitted.
7. Check and save the structure.
8. Activate the structure.
You have added customer-specific fields to the database table for the Time Sheet.
You can include 10 of these fields for display or maintenance in the data entry section. Decide which fields from the CI_CATSDB structure you want to provide as input or output fields in the data entry section.
9. Choose Make field assignment.
10. Assign the relevant fields to the view.
 

I have added my fields to the CI. How do I make field assignments..in which view..where!!!I searched a lot ,couldn find a way to pull it off.. anyone having any prior experience can you please guide me..

1 REPLY 1
Read only

Former Member
0 Likes
520

the fields are visible in catsdb

in spro you can add the CI_CATSDB fields to the workarea or with tcode CAC2

and the fields are also visible in the structures that are passed to and from the user exits

but I don't have you're user exit implemented here so I can't check it

kind regards

arthur de smidt

Edited by: A. de Smidt on Jul 24, 2008 1:14 PM

Edited by: A. de Smidt on Jul 24, 2008 1:15 PM