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 update values in the table control at Cat2 transaction,

Former Member
0 Kudos

Hi,

i am working on cat2 transaction, here

i am using the exit_saplcats_006 and updating values at catsdb table, but i want to display this values at the table control in the cat2 transaction.

can any one provide me solution for this same.

Regards

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

Hi Chinna?

How are you updating CTASDB? directly? it is not advisable.. you pass the new values back to CAT2 via the enrich_table.. these will then be displayed in the TAble Control in CAT2..CATSDB will get upidated when you save the timesheet..

Regards,

Suresh Datti

2 REPLIES 2

suresh_datti
Active Contributor
0 Kudos

Hi Chinna?

How are you updating CTASDB? directly? it is not advisable.. you pass the new values back to CAT2 via the enrich_table.. these will then be displayed in the TAble Control in CAT2..CATSDB will get upidated when you save the timesheet..

Regards,

Suresh Datti

0 Kudos

Hi Suresh

this is actual requirement

in the CAT2.

1. Add a new column for WBS description and derive the value as per the FS

2. Retrieve project number and description and update in the column specified

3. When a service order is selected it should do the same for 2.

4. Finally repeat for the worklist view (which is the section above)

here i am able to display values at data entry area

for service order and network but not worklist area ?

updation is not coming, can u plz go throw it..

Thanks

Chinna