Hi Colleagues,
I want to define a type which is a deep structure in a class.something like this,
public section.
Types: begin of a,
name type char40,
end of a.
types: begin of b,
value1 type standard table of a,
value2 type of i,
end of b.
but i always got an error saying that,
'you cannot use generic type definitions within structures'
Can anyone help on this?
Thank you very much!
Best Regards,
Lei