Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regular expression or regex

Former Member
0 Likes
429

Hi all,

can i use regular expression or regex in 4.7 r/3 sever.

if yes then pls tell me how to use regex for differentsiate between table name and fieldname for dynamically select query like

SELECT T000MTEXT AS A FROM T000 WHERE T000MANDT IN ( SELECT T000MANDT FROM T000 WHERE T000MWAER = 'DEM')

or

SELECT MARAMATNR AS A MAKTMAKTX AS B FROM MAKT INNER JOIN MARA ON MAKTMATNR = MARAMATNR WHERE MARAMATKL = '013' AND MAKTSPRAS = 'E'

or many.

regards

2 REPLIES 2
Read only

Former Member
0 Likes
379

Is there any budy who can help me?

Read only

Former Member
0 Likes
379

Got myself.

RegEx or Regular Expressions is only supported in NetWeaver 7.0.