‎2006 Jul 25 6:30 AM
Hi experts,
Iam working on COOMKA01 cost element <b>user exit</b>. I have added customer-specific additional fields in the KA02 transaction.But i do not know how to save user entered data into database. Can any one tell me how can i do this?
I have created 4 additional fields.
Reward guaranteed
thanks
kaki
‎2006 Jul 25 6:47 AM
Hi,
Please check the tables KEKO and KEPH.
I think you need to add your fields to one of these tables.
Regards,
Shashank
‎2006 Jul 25 6:47 AM
Hi,
check these exits , you have to move the screen fields to database structure for saving.
COCCA001 Customer enhancement to cost center authorization checks
COCCA002 Customer Functions for Organizational Authorization Check
COOMEP01 CO-OM: Information system -> line item reports
<b>COOMKA01 Customer Fields for Cost Element Master Data
COOMKS01 Customer Fields for Cost Center Master Data</b>
COOMKS02 Cost Center: Checks When Saving
COOMKS03 Cost Center: BAPI Enhancements
COOMLA01 Customer Fields for Activity Type Master Data
KMA10001 Customer Fields for Activity Type Master Data
or check this link :
Regards,
Appana
‎2006 Jul 25 6:50 AM
If you are using user exit internal tables ( you can see list of this in your user exit comment line like IMARA) for adding data it is automatically saving in the database.
For example in your user exit internal table name is ICOST
ICOS-field1 = 'blabla'
ICOS-field2 = '1213'
after running this values adding your database file.