Hi ,
I could see two reasons behind this issue.
You might have selected the attributes/properties from validate&process transformations dialog box.
However, you might be hardcoding the value to be taken by BPC
Scenario 1:
for e.g: 0COSTCENTER checkbox has been checked while validating the transformation file. However, you may not be utilizing this property/attribute in the transformation file.
Like costcenter = *str(CCNONE)
In this case, to resolve this issue., Just uncheck the costcenter property and validate the transformation file.
Scenario 2:
Check 0COSTCENTER box and modify the code in your transformation file for the center.
e.g: COSTCENTER=*IF(0COSTCENTER(1:5)=*STR(00000) then *STR(CC)+0COSTCENTER(6:10);*STR(CC)+0COSTCENTER)
Hope it is helpful.
BR,
Swaroop Venna