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

internal table

Former Member
0 Likes
319

how to create a structure?And in internal table we use INCLUDE STRUCTURE ,what is the purpose of that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
303

hi,

you can create a structure usinf tcoxde se11.

if you add include structure to declarartion of internal table then that internal table will have all those fields present in the structure.

regards,

Navneeth K.

2 REPLIES 2
Read only

Former Member
0 Likes
303

Hello,

You can create structure in SE11. Place the curson in Data type field and say create. after selecting that select structure from the pop up. Now give fields required for you and activate it.

If you want an internal table with same structure as in se11 and along with some more fields are required , then INCLUDE STRUCTURE can be help ful

Satya

Read only

Former Member
0 Likes
304

hi,

you can create a structure usinf tcoxde se11.

if you add include structure to declarartion of internal table then that internal table will have all those fields present in the structure.

regards,

Navneeth K.