‎2018 Oct 17 11:23 AM
I was trying to execute the following string through cl_sql_statement.execute_query( "SELECT * FROM DEMO_CDS_SYSTLV( P_MANDT = 100 )") but i am not able to execute it and getting following error : The reason for the exception is: sql syntax error: incorrect syntax near "100": line 1 col 42 (at pos 42)
DEMO_CDS_SYSTLV ==> cds view name.