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

Abap space

Former Member
0 Likes
427

Hello experts,

First of all, happy new year and best wishes for 2013

I would like to remove by an abap code a space character at the end of a record.

E.G : ‘ZZZZZ  ‘ to ‘ZZZZZ

How can I do it ?

Thanks.

Amine

Moderator message: Thank you!

Moderator message: very basic, please read documentation before posting, use more meaningful titles when posting.

Message was edited by: Thomas Zloch

3 REPLIES 3
Read only

Former Member
0 Likes
402

Hi amine,

You can use below sample.

SHIFT variable RIGHT DELETING LEADING space.

Thanks,

Marimuthu.K

Read only

Former Member
0 Likes
402

Hi amine,

             

Use  CONDENSE text [NO-GAPS].

Regard's

Smruti

Read only

0 Likes
402

Thanks a lot Smruti,

Issue solved.

Amine