Hello.
I am kind of new to SAP. I have a basic level doubt: -
-
CONSTANTS: PI type P decimals 2 value '3.1'.
PI = '3.14'.
-
Generally in any programming language, we can't change a constant, once it is declared.
However I came across above code on a some site(not SAP.com) and it says that this is possible!!!
I don't think so, but just as a precaution, can anybody tell me if it is by any chance possible??
Thanks.
Mayur