cancel
Showing results for 
Search instead for 
Did you mean: 

string right characters

former_member800598
Discoverer
0 Kudos

Hi All,


I'm wondering if SAP Commission has a function to do same/similar from SQL on Right(field_name, 5) like '%%'.

basically, looking for character from the 5 from right on a string?

if this isn't available, only thing I can think of, is update my classifier and add a tag, create a formula, and condition it in my rule.

View Entire Topic
Eric_Cho1
Advisor
Advisor
0 Kudos

In absence of anyone suggesting solution using built in functions, perhaps a solution would be to use a query plugin. Using "Query for String", pass your string value as 1st string parameter, and in the query plugin, "select Right($1,5) from dual", assuming Oracle, or "from dummy" in HANA.