Hi Experts,
We are seeing the below errors when validating default script logic in BPC 10. I have gone through couple of sdn queries but not sure how to get this fixed. Please let me know if you had experienced a simialar issue during upgrade from BPC 7.5 NW to BPC 10 . Below you can find the script logic and FX trans logic when validated does not have any errors. Looks like something related to BADI in BPC 10. Thanks.
*SELECT(%XFER_ACCT%, ID, CAPACCOUNT, XFER_TO_FINANCE=Y)
// CALL FX_TRANS LOGIC
*INCLUDE FXTRANS.LGF
//-------------------------------------------------------------
//Transfer to Finance
//--------------------------------------------------------------
*XDIM_MEMBERSET CAPDATASRC = TOT_DATASRC
*XDIM_MEMBERSET RPTCURRENCY = PC, USD
*XDIM_MEMBERSET TIME = %OPEN%
*XDIM_MEMBERSET ASSETCLASS = TOT_ASSETCLASS
*XDIM_MEMBERSET MEASURES = PERIODIC
*START_BADI DAPP
DESTINATION_APP="Finance"
RENAME_DIM="CAPACCOUNT=GLACCOUNT"
ADD_DIM="DATASRC=PLAN_CAPEX","MANDA=SNPS","VERSION=WORKING_FORECAST"
WRITE=OFF
*END_BADI
Regards,
Sanjeev