Application Development 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: 

Comma separated amount

Former Member
0 Kudos

hI ALL,

I have to upload amount in BDC. For that i am getting values from end user as 12,000.00 . Is there any unctional module to get rid if this comma .

Thanks in regards

Point will be guranted.

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

u can move dis amount to type c varaible and den use:

replace ',' in zch with space.

condense zch.

2 REPLIES 2

Former Member
0 Kudos

system>user profile> own data > defaults

SET YOUR VALUE AS REQUIRED.

REWARD IF USEFUL.

AMIT SINGLA

former_member188827
Active Contributor
0 Kudos

u can move dis amount to type c varaible and den use:

replace ',' in zch with space.

condense zch.