Application Development and Automation 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: 
Read only

how to insert nested tables

Former Member
0 Likes
850

Hi all,

I want to create a table where one of the filds should be a list of values. How can I do that?

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
793

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.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
794

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.

Read only

Former Member
0 Likes
793

no, it is not an internal table, I mean a normal database table.

Is it possible to create a nested table

Read only

Former Member
0 Likes
793

use structure.

use insert structure or append structure to include structure into the database table