Problem
I need to put some values into Z-table with unit, which are not in SAP standard(micron).
EDIT : I'm talking about 'μm' itself, not it's meaning - I made table which have 'unit' field, which are putting 'μm' inside that field, and 'value' field, which are int which have it's thickness - like, 30.
So I can use it to Report - like showing, 'this specific material have 30μm thickness'.
Question
I got that data from PI - which are sending that values from legacy system (might be unicode-based). I have to put that data, using ABAP, to my Z-table.
Do I safe to set field type, Char length 2(like um, not μm)?
How can I do comparision logic for special values [ex) If f1 = 'μm'.]
Any help will be appreciated!