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

Formatting text

Former Member
0 Likes
406

Hi Gurus,

I am new to ABAP, I want to format data. for example

data for feild1 : A5/M/0001/M01

I want to replace '/' with blank. Like

A5M0001M01

Any help much appreciated.

Thanks.

Reddy.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
381

did u check the syntax: replace all occurrences of

Read only

Former Member
0 Likes
381

Hi

User replace statement with blank and then use condense.

Regards

Shiva

Read only

Former Member
0 Likes
381

Press F1 on Replace.