Financial Management Blogs by Members
Dive into a treasure trove of SAP financial management wisdom shared by a vibrant community of bloggers. Submit a blog post of your own to share knowledge.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

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