Quantcast
Channel: SCN : Discussion List - SAP Integrated Business Planning
Viewing all articles
Browse latest Browse all 419

HCI DS - Special Character handling

$
0
0

Hi,

 

Any idea on how to handle special chars

Single Quote '

Double Quote "

 

I was able to handle < & > signs but could not handle quotes.

 

Below mentioned mapping is used for description field.

 

ifthenelse(match_pattern(ABAP_Query.NAME1,'<') > 0,replace_substr(ABAP_Query.NAME1,'<','_') ,ifthenelse(match_pattern(ABAP_Query.NAME1,'>') > 0,replace_substr(ABAP_Query.NAME1,'>','_'),ABAP_Query.NAME1))

 

We are replacing special chars by underscore symbol.

 

Thanks,
Purav


Viewing all articles
Browse latest Browse all 419

Trending Articles



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