cancel
Showing results for 
Search instead for 
Did you mean: 

error : "(" is not allowed here

0 Kudos

Dear SAP community ,

i add this sql statement on my code but seems there is an error

NODENAME is a column in my table .

the error is below :

Have you any idea how can i solve that ?

dhiraj_more
Participant
0 Kudos

Hi,

Please try putting space between "(" and NODENAME. Let me know if it works.

Thanks,

Dhiraj M

0 Kudos

hi dhiraj.more ,

when i put a space between "(" and NODENAME , the function LENGTH is colored red .

thank you ,

dhiraj_more
Participant
0 Kudos

Hi Imen,

I was talking about putting space between "(" and Node name for Substring function not length function.

Thanks,

Dhiraj M

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Did you check in Abap documentation of your version, indeed in mine len operand must be a Literal or a constant host variable and not a SQL function?