Skip to Content
Author's profile photo Former Member

Carry Forward error

Hello Experts,

We are getting error message saying “Currency is not available in CONSOLIDATION Application” on executing the carry forward package with currency as <ALL>.

If we run the package with single currency or with individually selecting multiple currency it is working fine.

Below is the script logic:

*RUN_PROGRAM COPYOPENING
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPT_CURRENCY_SET%
ENTITY = %ENTITY_SET%
TID_RA = %TIME_SET%
*ENDRUN_PROGRAM

We have recently upgraded the BW system  from 7.0 to 7.4 and finding this issue after the upgrade.Could please anyone help in this.

I have debugged the standard class “CL_UJP_COPYOPENING->READ CURRENCY()” and looks like when we pass <ALL> as currency it is not reading all the base members instead it is passing as <ALL> only. As <ALL> is not part of the master data ,it is giving the exception saying “Currency is not available”.

Regards

Pratibha

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.