Skip to Content
0
Former Member
Jan 17, 2008 at 09:05 AM

Convertion of source system TEXT field into a KEY Figure while loading into

34 Views

Hi Experts,

Is there any Abap FUNCTION that is able to transform a numerical value (that is stored as TEXT into a CHAR FIELD) into a true NUMERICAL value which has to be send into a BW Object of type NUMBER.

Precisely:

A field in the source system has a TEXT field (CHAR - 256 len)

containing values such as ' 10.000,00 ' .

The final goal is to use this value as a KEY-FIGURE into a cube.

Thus, this value has to be written into an bw Object of type NUMBER.The transformation has to be done in BW, in the transfer-rules or in the Update rules, using a routine, that should use a Call Function'.

Thus, which FUNCTION should be called ?

please suggest me.

Thanks in advance.

Edited by: S MB on Jan 17, 2008 11:59 AM

Edited by: S MB on Jan 17, 2008 12:06 PM