you'll need "code" to map this, e.g.
data:
lv_input type /bi0/oicalmonth.
lv_input = <your incoming field>.
concatenate lv_input(4) '0' lv_input+4(2) into result.
replace <your incoming field> with the available field in your routine, something like
source_fields-calmonth (or similar)