2008 Mar 18 5:19 PM
Hello everybody.
I would like to know how to creat a field in a DB table that has type defined as table like in dictionary i.e. table (of the DB) in a field of a data base table.
Thaks.
2008 Mar 19 4:48 AM
Hi,
just to se11 ->dbtab->edit.
there add a fieldname, give its dataelement as the table what u have created and datatype = 'STRU'.
Then it will be included in ur table.
regards
sandhya
2008 Mar 19 4:37 AM
2008 Mar 19 4:48 AM
Hi,
just to se11 ->dbtab->edit.
there add a fieldname, give its dataelement as the table what u have created and datatype = 'STRU'.
Then it will be included in ur table.
regards
sandhya
2008 Mar 19 5:11 AM
Hi,
For that you have to create a table type object in SE11 .(
SE11->Data type -> Table type) with your table name as line type. Then you have to give this table type as data elemnt of the Field which you want to declared as table.
2008 Mar 19 8:30 AM
Hi.
That's what I was traying, but it doesn't works, because the data type that I use to declare the field that will be the table it's not valid to define data types for the fields of my table.
Now I'm traying with a pool table or a cluster.
2008 Mar 19 8:55 AM