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: 

DELETE KEDR rule entries

former_member806481
Participant
0 Kudos
385

When i go to KEDR tcode and i select the rule i get the below screen

is there a FM or BAPI i can use to delete, modify of add entries here.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos
329

Consider some relevant BAPIs (function group KEDR_BAPI)

  • BAPI_COPA_DERIVE_GET_RULES to get internal value for the rule
  • BAPI_COPA_DERIVE_GET_VALUES to get current rule values
  • BAPI_COPA_DERIVE_ADD_VALUES to add rule values
  • BAPI_COPA_DERIVE_REMOVE to remove rule values

NB: If required, manage field VALID_FROM to system date to keep trace of legacy rule.