Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data base table field like data base table

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

Hi,

You can try using Append structure.

Thanks

Anil

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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.

0 Kudos

Can you explain briefly