Dear all
I have a question regarding the use of a variable in an ABAP Managed Database Procedure.
The following method I implemented into a class:
How can I now insert a variable for the string 'YES' ?
I tried declaring a constant:
But I cannot use
... WHERE a.giftsyesorno = lc_yes;
Is there a solution for this problem? I would really like to use variables in the SQL syntax in the method.
Best regards
Thomas Bretonnet