Hello All,
I have a requirement where I have to copy the characteristics and keyfigures of CCA plan cube data to pca plan cube data.The infoobjects in CCA aggregation level are are {0amount,0costcenter,0costelement,version,0calmonth,0infoprovider} which needs to be copied to corresponding infoobjects in PCA level {0amount,0profitcenter,0account,0version,0calmonth,0infoprovider}.
The CCA and PCA aggregation level are built on the top of the multiprovider.
I can do it using the fox coding but 0costelement cannot be mapped to 0account as these two are different fields.Since I have to copy the values of 0costelement to 0account , I was wondering how can I do it using the exit function.
As I have never used the exit function before, I was wondering if somebody can help me out with this.
By the way, I have read the forums and figured out to create a class in se24 and use interface
IF_RSPFLA_SRVTYPE_IMP_EXE and since I am generating some records , will be using the method IF_RSPLFA_SRVTYPE_IMP_EXEC~INIT_EXECUTE.
By the way , I read in the forums where there are methods/function modules which can copy data from one aggregation level to another aggregation level.Anyways, can you tell how can I loop thru the records of CCA aggregation level and copy the records to the PCA aggregation level.
Edited by: nazeer on Feb 22, 2009 12:04 PM