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

Comma separated amount

Former Member
0 Likes
444

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
Read only

former_member188827
Active Contributor
0 Likes
412

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

replace ',' in zch with space.

condense zch.

2 REPLIES 2
Read only

Former Member
0 Likes
412

system>user profile> own data > defaults

SET YOUR VALUE AS REQUIRED.

REWARD IF USEFUL.

AMIT SINGLA

Read only

former_member188827
Active Contributor
0 Likes
413

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

replace ',' in zch with space.

condense zch.