Hi,
source format is not allowed in BW , instead you write a field routine to convert source format to internal BW format.
ddmmyyy -->yyymmdd
CONCATENATE source_fields-<date filed>+4(4) source_fields-<date filed>+2(2) source_fields-<date field>+0(2) into result