Thanks Vadim,
As i am new to script logic i tried modifying the script based on help and ran DM pacakge , it completed successfully in 15 secconds but i dont see any data in the target applications.Please guide me to fix it. 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
*WHEN TIME
*IS %OPEN%
*REC(EXPRESSION=%VALUE%)
*ENDWHEN