Hi
We are trying to push data from Cube A to Cube B where A has 1 dimension with 2 properties on it that we want to map to 2 differnt dim in cube B. Is this possible, so far we have not gotten our code to work. We are trying the following in the script logic
*XDIM_MEMBERSET CMRAW=R_99999
*XDIM_MEMBERSET CMDATASRC=DS_INPUT
*XDIM_MEMBERSET VERSIONBASE=CURRMMO
*XDIM_MEMBERSET TIME= 2014.PER01
*XDIM_MAXMEMBERS TIME=1
*START_BADI DAPP
DESTINATION_APP="CUBE_B"
WRITE=OFF
ADD_DIM="OWNER=LU-CMRAW.RPTRAW","DATASRCRPT=DS_CMFEED","FINRPT=LU-FIN.RPTFIN","OBJECTB=LU-FIN.RPTFIN_ID"
*END_BADI
as you can see we want to map FIN.RPTFIN to one cube (FINRPT) and FIN.RPTFIN_ID to the OBJECTB cube. Is this possible? We keep getting short dumps due to errors that do not corrilate with the data that we are trying to move. When I hard coded then OBJECTB to be just PH_1 then it moved it ok.
Any hits will help. We are in BPC 7.5 New Weaver
thank you