HI Alexander,
As I think when we load master data from BW Infocube, then we map as below:
*MAPPING
ID=ID
PROPERTY=ATTRIBUTE
We do not map EVDESCRIPTION, this is automatically picked from BW info cube when you run the data manager package.
if we load master from flat file, then we map transformation as below
ID=ID
EVDESCRIPTION=*COL(2)
After that create conversion file and use javascript as below
EXTERNAL INTERNAL FORMULA
* js:%external%.toUpperCase(%external%)
Use the conversion file in transformation file as below
if Loading from BW info cube
ID=Upper Case Test.xls
if loading from flat file
EVDESCRIPTION=Upper Case Test.xls
Try this, it may help you.
Regards,
Varun