Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10498

Replace Occurences in Internal Table.

$
0
0

Hello Experts,

  I have internal table like shown below.

APPEND 'SO_SEL' TO itab.
APPEND 'SO_TEST' TO itab.

 

In the above internal can we replace ‘SO’ with only ‘S’.I tried using statement

REPLACE ALL OCCURRENCES OF REGEX  '\b(SO)\b'
IN TABLE itab WITH 'S'
RESPECTING CASE .


But its not working.Please advise.


Thanks

prabahran


Viewing all articles
Browse latest Browse all 10498

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>