Question:
I am copying planning area1 data to planning area2 in the multiplanning area.
the copy functions gets executed well.
But the result is 11 records read, 0 records changed, 0 records generated. And the target infocube is still empty. Anys suggestions?
Thanks,
_________________
kcb2
Answer:
Make sure you are not trying to put a value into an InfoObject that doesn't exist in the the target InfoCube.
_________________
CF
Answer:
I check that, its the other way round. there are couple of infobjects in the target infocube which are not present in the source infocube. I do not know if the structure of the cubes should be exactly the same. I tested another test set with the same structures of the cubes, in the sandbox. It has the same situation.
_________________
kcb2
Answer:
The sturctures of the cubes don't have to be the same. Have you included all the characteristics and key figures of the target cube in the planning level? Are there any restrictions in the planning level or package that may prevent the values from being written to the target? Are you sure the source cube has non-zero key figures to be copied? Sometimes the number of records read is deceiving because if the source cube has several entries that cancel each other out, you would get a non-zero record count but there is nothing to copy.
_________________
CF
Answer:
How do you copy plg area data? Are you using standard plg function or customised one? If customised one, how have you customised it (meaning, did you use formula for copying?).
Since you say that data is read, I presume that plg function is OK. However, the plg function has to be checked. It may be the execution part or storing in BW infocube part.
Unless you tell us, how you copy the plg area data, it would be difficult to give a precise answer.
Shankar