Skip to Content
0
Former Member
Nov 13, 2009 at 05:52 AM

RUN_LOGIC: Program Error - FX_TRANS

73 Views

Hi all,

I am trying to run Currency Conversions in my BPC NW environment.

I have the following code in my script logic file FX_TRANS.lgf

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = ACTUAL

CURRENCY = %RPTCURRENCY_SET%

TID_RA = %TIME_SET%

RATEENTITY = GLOBAL

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

*ENDRUN_PROGRAM

After I execute I get the following error

RUN_LOGIC: Run program error Message Number: ""

I have tried modifying the code as per the SAP white paper, but to no avail. I have followed all steps (maintaining mandatory properties) as per the SAP white paper

Can someone point me to what I am missing?

Thanks

Deepak