Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

currency amount problem

Former Member
0 Likes
352

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

1 REPLY 1
Read only

Former Member
0 Likes
323

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