Skip to Content
0
Former Member
Sep 12, 2010 at 07:11 AM

Transformation formula vs. routine

511 Views

Hi Colleagues,

What is better to use in order to improve the data upload performance ?

Characteristic routine or formula routine ?

To have the quicker data upload from DSO to Cube is it better to write the following characteristic routine.

IF SOURCE_FIELDS-COORDER IS INITIAL.

RESULT = SOURCE_FIELDS-/BIC/ZCOORDER.

ELSE.

RESULT = SOURCE_FIELDS-COORDER.

ENDIF.

Or to use formula features to execute the same logic ?

Characteristic routine vs. Formula ? What is it recommended to use ?

Thanks,