cancel
Showing results for 
Search instead for 
Did you mean: 

Run Currency Conversion Error - BPC7.5(NW) SP06

Former Member
0 Kudos

Hi

I am getting an error when running the data manager packages for Currency Conversion & Copy Opening.

"RUN_LOGIC:Time is not available in the application LEGAL"

I am using the following script for Currency Conversion for FTRANS.LGF

===============================================

*INCLUDE SYSTEM_CONSTANTS.LGF

//Handling the scenario both groups and currency dimension are existing, where the dimension holds currencies is created with dimension type "R", and the dimension holds groups is created with the type "U"

// (Groups UTYPE, Currency RTYPE)

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = %C_CATEGORY_SET%

GROUPS = NON_GROUP

CURRENCY= %RPTCURRENCY_SET%

TID_RA = %P_TIME_SET%

RATEENTITY = GLOBAL

OTHER = [ENTITY=%C_ENTITY_SET%]//For More than one other scope parameters: OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]

*ENDRUN_PROGRAM

=================================================

Request help on this issue.

Thanks

Jigar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

It looks like your time type dimension is named as "P_TIME". Please rename the dimension to "TIME" and try to run the currency conversion process. Some of the programs may not recognize the new name.

Please let us know if this helps..

Former Member
0 Kudos

hi

Problem solved by making changing the name of time dimension from "P_TIME" to "TIME"

Thanks

Jigar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jigar,

I guess you have not mentioned Dimension type as 'TIME" while creating 'P_Time' dimension. You would have selected User-defined while creatig P_Time dimension. You need to change it, then i think it should work. Hope this helps.

Rgds,

Poonam