2009 Apr 30 10:43 AM
Dear Experts
i am working on pricing conditions..
can any one tell me in detail what is the purpose of Function module RV_CONDITION_COPY
and how to use it exactly..
Regards
Rohan
Dear Experts
i am working on pricing conditions..
can any one tell me in detail what is the purpose of Function module RV_CONDITION_COPY
and how to use it exactly..
Regards
Rohan
2009 Apr 30 11:21 AM
This function module is used for Condition Maintenance
CALL FUNCTION 'RV_CONDITION_COPY'
EXPORTING
application = v_appl
condition_table = con_t074
condition_type = con_pref
date_from = sy-datlo
date_to = con_ultimo
enqueue = 'X'
i_komk = komk
i_komp = komp
key_fields = komg
maintain_mode = 'A'
no_authority_check = 'X'
keep_old_records = ' '
OVERLAP_CONFIRMED = 'X'
IMPORTING
e_komk = komk
e_komp = komp
new_record = i_new_record
TABLES
copy_records = w_komv
EXCEPTIONS
enqueue_on_record = 01
invalid_application = 02
invalid_condition_number = 03
invalid_condition_type = 04
no_authority_ekorg = 05
no_authority_kschl = 06
no_authority_vkorg = 07
no_selection = 08
table_not_valid = 09.
2009 Apr 30 12:28 PM
Hey thanks for the reply gayathri,
Can u tell me which values i have to enter in that function moule bye using program SAPMV13d,or any other sample intries
2009 Apr 30 12:33 PM
Can u provide me how to use this FM in program with all data statements..
please help me i am in big trouble
2009 May 01 10:20 PM
Sample code is as below:
<< Unformatable code removed >>
You can reduce the amount of code and try again.
Edited by: Rob Burbank on May 1, 2009 5:32 PM
2010 Sep 09 5:10 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |