Dear Guru,
I use RV_CONDITION_COPY but in change document not show any detail in below picture but create is completed.
CALL FUNCTION 'RV_CONDITION_COPY'
EXPORTING
application = 'V'
condition_table = '916'
condition_type = 'PI01'
date_from = sy-datum
date_to = '99991231'
enqueue = abap_true
key_fields = wa_key_fields
maintain_mode = 'A'
no_authority_check = 'X'
keep_old_records = 'X'
overlap_confirmed = 'X'
no_db_update = space
* i_komp = komp
* i_komk = komk
* selection_date = sy-datum
used_by_idoc = 'X'
IMPORTING
* e_komp = komp
* e_komk = komk
new_record = lv_new_record
TABLES
copy_records = lt_copy_records

Thank you.