Hi Mahesh,
There seems to be one more issue with your transformation file, apart from what is being mentioned by Vadim and Varsha.
First one as Vadim mentioned:
1) DELIMITER should be TAB like DELIMITER = TAB
2nd one as Varsha has mentioned:
2)No need to put *NEWCOL where you have BW object to BPC Dimension mapping. But whereever you want to put Constant Dimension member, you can either user *NEWCOL() or *STR().
E.g.
IT_ASSET = 0GL_ACCOUNT
AUDITTRAIL = *STR(Input) or AUDITTRAIL = *NEWCOL(Input)
3) Conversion section: you need mention the sheet name along with Conversion file name.
Syntax:
<Dimension Name> = <Conversion Files Name>!<Sheet Name>
E.g
IT_ASSET=IT_BUDGET_CONV1.xls!<Sheet Name>
Thanks
Obaid