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: 

DB Table with a "table" field

Former Member
0 Kudos

Hi experts,

I would like to create a DB Table (via SE11) with a field which is a table.

The structure sould be :

- Name

- Surname

- Phone : a list of phone numbers

- ....

- ...

The field "Phone" is a table of Phone numbers...

I know that's possible with classic SQL dictionnaries but is SAP....?

Thanks for helping !

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

Take a look to PA0006/PA0105 table. I think it's better to do like that instead of looking for a nested table.

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

Take a look to PA0006/PA0105 table. I think it's better to do like that instead of looking for a nested table.

0 Kudos

Hi,

Try to create a structure and include it in your table.

KR Jaideep,

Former Member
0 Kudos

Hi and thanks for answering !

Including a structure will not solve my problem because I will have to define a fixed number of fields... Making a table would allow me to do this dynamically..

Do you know any way to include a table in a DB table field ?

Thaks a lot !