Dear experts,
I'm studying about dynamic casting with field symbols.
ASSIGN sy-datum TO <any> CASTING TYPE (typename).
Should the typename in my code above be a name of a type in the dictionary? I tried to use 'c' and 'i' as the value of typename (elementary type) but it raises run-time error.
Regards,
Haris