2013 Jan 02 10:41 AM
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
2013 Jan 02 10:48 AM
Hi amine,
You can use below sample.
SHIFT variable RIGHT DELETING LEADING space.
Thanks,
Marimuthu.K
2013 Jan 02 10:56 AM
2013 Jan 02 1:31 PM