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

parameters for func.module RV_CONDITION_COPY

Former Member
0 Likes
1,085

Hai all,

I want to create different Base prices ( condition type PB00 ) for a particular VENDOR/MATERIAL/PURCH.ORGANI/INFOTYP/PLANT/VALUTION TYPE.

T.code is MEK1.

My client was suggesting to use this RV_CONDITION_COPY function module.

Can any body tell what are the mandatory parameters to pass this function module.

Regards,

basha

3 REPLIES 3
Read only

Former Member
0 Likes
617

use program RMPREF01(SE38)....the same Fm has been used their!!

transaction VE54...

Reward points if it helps

Regards

Gunjan

Message was edited by: Gunjan Kumar

Read only

Former Member
0 Likes
617

Hai Basha

Parameters

<b>*" IMPORTING

*" VALUE(APPLICATION) LIKE T681A-KAPPL

*" VALUE(CONDITION_TABLE) LIKE T681-KOTABNR

*" VALUE(CONDITION_TYPE) LIKE T685A-KSCHL

*" VALUE(DATE_FROM) LIKE RV13A-DATAB DEFAULT '00000000'

*" VALUE(DATE_TO) LIKE RV13A-DATBI DEFAULT '00000000'

*" VALUE(ENQUEUE) DEFAULT ' '

*" VALUE(I_KOMK) LIKE KOMK STRUCTURE KOMK DEFAULT ' '

*" VALUE(I_KOMP) LIKE KOMP STRUCTURE KOMP DEFAULT ' '

*" VALUE(KEY_FIELDS) LIKE KOMG STRUCTURE KOMG

*" VALUE(MAINTAIN_MODE) DEFAULT 'B'

*" VALUE(NO_AUTHORITY_CHECK) DEFAULT ' '

*" VALUE(NO_FIELD_CHECK) DEFAULT ' '

*" VALUE(SELECTION_DATE) LIKE SYST-DATUM DEFAULT '00000000'

*" VALUE(KEEP_OLD_RECORDS) DEFAULT ' '

*" VALUE(MATERIAL_M) LIKE MT06E STRUCTURE MT06E OPTIONAL

*" VALUE(USED_BY_IDOC) DEFAULT ' '

*" VALUE(I_KONA) LIKE KONA STRUCTURE KONA OPTIONAL

*" VALUE(OVERLAP_CONFIRMED) DEFAULT ' '

*" VALUE(NO_DB_UPDATE) DEFAULT ' '

*" VALUE(USED_BY_RETAIL) DEFAULT ' '

*" EXPORTING

*" VALUE(E_KOMK) LIKE KOMK STRUCTURE KOMK

*" VALUE(E_KOMP) LIKE KOMP STRUCTURE KOMP

*" VALUE(NEW_RECORD)

*" VALUE(E_DATAB) LIKE VAKE-DATAB

*" VALUE(E_DATBI) LIKE VAKE-DATBI

*" VALUE(E_PRDAT) LIKE VAKE-DATBI

*" TABLES

*" COPY_RECORDS STRUCTURE KOMV

*" COPY_STAFFEL STRUCTURE CONDSCALE OPTIONAL

*" COPY_RECS_IDOC STRUCTURE KOMV_IDOC OPTIONAL</b>

Thanks & regards

Sreenivasulu P

Read only

Former Member
0 Likes
617

Hi Shaik,

Make a where-used-list on the function and you can see a list of all the programs using this function module.

se37.GIve the fm name.

Press ctrlshiftf3.

Regards,

ravi