Skip to Content
3
Former Member
Jul 31, 2007 at 09:01 AM

bdc program

29 Views

Hi,

I am working on a bdc program where i want to upload anumerical value 1.293,00 .

i have used ' REPLACE ',' WITH space INTO v_wrbtr.

condense v_wrbtr no-gaps.

in the program.But in the o/p when i try to process the session i am getting 1,29300 value and when i try to process it it is giving error as 'enter numeric value'.

can any one tell me how to solve this?