Hello SAP community,
In one of my event scripts, I created varDate and activated this.
Now my script complains with this error:
Identifier 'Date' is available in multiple namespaces or object types. Use an additional qualifier to make the identifier unambiguous.
Therefore now I have to explicitly define the namespace when I use Date functions as a workaround.
var formatDate2 = ABSL:Date.ParseFromString("20160225");
Is there any way to correct this?
Thanks in advance,
Vincent