cancel
Showing results for 
Search instead for 
Did you mean: 

COPA Exit 0002

Former Member
0 Kudos

Hi COPA Guru's

I have been working in COPA exit in order to convert a cost component into P Rate,

This change would be done only in one line item (Operating concern currency)

so i took the data from  ep_source

     ls_item-vvs05 = ( ls_item-vvs05 * (  P rate) ) .  [For Example]

         ep_target       = ls_item.

When i execute this my operating concern currency line item changed properly but Unfortunately my company code currency record also got changed for the same cost component which is not suppose to happen,

Can anyone help me understanding where im going wrong,

Thanks

Dhinesh

Accepted Solutions (0)

Answers (1)

Answers (1)

ArturoSenosain
Advisor
Advisor
0 Kudos

Hi Dhinesh.

I guess the problem is with the parameter E_BUKRS_PROCESSED = 'X'. If this flag is not set, the system convert automatically in the 2 currencies

You can set specific data in both currencies with structures:

EP_TARGET =

EP_TARGET_BUKRS =