Skip to Content
0
Former Member
Nov 16, 2009 at 01:45 PM

Dynamic interface declaration

231 Views

Hello,

Is it possible to have a dynamic interface declaration like you can have a dynamic object declaration?

For an object:

data: lo_object type ref to object.

create object lo_object type (lv_object_name).

Is this in some way possible to do with an interface? I need to do this for an interface at runtime.

Gr,

Jaron