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: 

Update entries in KES1 tcode using BAPI or FM

former_member806481
Participant
0 Kudos

Is there any BAPI or FM i can use to update the ecc_ci values in KES1 tcode using BAPI or FM.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

Consider some relevant BAPIs

  • BAPI_COPACHARACT_GETVALUES to get current list
  • BAPI_COPACHARUDEF_ADDVALUES to add a new record, in case of update (e.g. text changed) first call REMOVEVALUES (no update BAPI AFAIK) Do not update if only irrelevant field values were changed in your source data.
3 REPLIES 3

PK29
Advisor
Advisor
0 Kudos

Please go through the SAP note: https://me.sap.com/notes/0002625376. Thanks

raymond_giuseppi
Active Contributor

Consider some relevant BAPIs

  • BAPI_COPACHARACT_GETVALUES to get current list
  • BAPI_COPACHARUDEF_ADDVALUES to add a new record, in case of update (e.g. text changed) first call REMOVEVALUES (no update BAPI AFAIK) Do not update if only irrelevant field values were changed in your source data.

0 Kudos

These BAPI's helped me with my requirement.