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

Update entries in KES1 tcode using BAPI or FM

former_member806481
Participant
0 Likes
2,091

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
Read only

RaymondGiuseppi
Active Contributor
2,012

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
Read only

PK29
Product and Topic Expert
Product and Topic Expert
0 Likes
2,012

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

Read only

RaymondGiuseppi
Active Contributor
2,013

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.
Read only

0 Likes
2,012

These BAPI's helped me with my requirement.