‎2007 Sep 10 11:06 AM
hi all,
suggest me some function module for currency( with , . allowed).
when i am passing wrbtr(bsik)through bdctable to f-53 transaction code screen.
<b>wrbtr(bsik) is currency field(13), and when it goes to on screen (in amount field(bseg(wrbtr)) it is comming with (. points value and , ).</b>
when i click for further processing,it gives error <b>'only numeric value required '[./b]
its due to <b>(,) and (.)</b> are comming in amount.
i dont want that these , and . will come ,
i want only numeric value.
how do i sove that problem.
thank you.
Message was edited by:
Pawan Kumar
‎2007 Sep 10 11:13 AM
in your BDC, the field that you are using to put the value of WRBTR, shud be of char type like AMOUNT(15), assign your amount to this variable and then use this variable to assign the value to WRBTR, this would solve your problem.
e.g
perform bdc_field using 'BSEG-WRBTR'
amount.
Reward points if useful, get back in case of query...
Cheers!!!
Message was edited by:
Tripat Pal Singh