Skip to Content
0
Former Member
Jun 09, 2011 at 09:46 AM

Dynamic casting in field symbol assignment

1059 Views

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