cancel
Showing results for 
Search instead for 
Did you mean: 

Match Pattern in BRF+ to check and convert to camel case

jaya27
Explorer
0 Kudos

Hi,

I was trying MDG Consolidation and for standardization, validation and matching we are adding some additional rules in the BRF+ framework. Can someone guide on how match pattern or any other available option can be used to convert a name to camel case? If name is not in camel case, convert it to Camel case. Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

christianlechne
Active Contributor
0 Kudos

Did you check the string functions available in the formula expression of BRFplus (help.sap.com - BRFplus Formula Expression). They represent the tools for string processing in BRFplus.

As an alternative, you can also implement the string processing that is available in ABAP (help.sap.com - ABAP String Functions) and call it via a BRFplus procedure call expression.