Skip to Content
-2
Former Member
Jan 02, 2018 at 09:00 AM

Delete trailing characters at end of string

454 Views

hi,

i have a string which contains e.g. the values

1.00000

2.10000

12.20000

14.30277

now i want to remove the last 3 characters, so that the output is

1.00

2.10

12.20

14.30

how can i do it with an abap statement dynamicly ?

br Martin