‎2009 Feb 19 6:32 PM
Hi all,
I want to create a table where one of the filds should be a list of values. How can I do that?
‎2009 Feb 19 6:35 PM
are you talking about an internal table, think so.
Create an internal table like you always do. ONe of the fields must be type like a table type. There you go, in a nutshell, that's it.
‎2009 Feb 19 6:35 PM
are you talking about an internal table, think so.
Create an internal table like you always do. ONe of the fields must be type like a table type. There you go, in a nutshell, that's it.
‎2009 Feb 19 6:44 PM
no, it is not an internal table, I mean a normal database table.
Is it possible to create a nested table
‎2009 Feb 20 3:29 AM
use structure.
use insert structure or append structure to include structure into the database table