We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] How to reverse string

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by ajinkyarandhir
on Jun 22 at 7:16 AM
Try this Code...

data: gv_test(20) type c value 'get_set_go',
gv_test1(5) type c,
gv_test2(5) type c,
gv_test3(5) type c,
gv_testt(10) type c.


split gv_test at '_' into gv_test1 gv_test2 gv_test3 .
clear: gv_test.
concatenate gv_test2 '_' gv_test1 into gv_test.
concatenate gv_test3 '_' gv_test into gv_testt.
write: / gv_testt.

---------------Original Message---------------
From: shakthiarul
Sent: Wednesday, June 22, 2011 5:26 AM
Subject: How to reverse string

Tell the program without using function module to reverse the string

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
Which response to your Toolbox.com Groups post was the most helpful? Use 'Best Answer' to mark highest quality content.
_.____.__

6 comments:

Post a Comment

T r a n s l a t e to your language