‎2007 Jun 23 6:36 AM
how to create a structure?And in internal table we use INCLUDE STRUCTURE ,what is the purpose of that?
‎2007 Jun 23 9:49 AM
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.
‎2007 Jun 23 9:28 AM
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
‎2007 Jun 23 9:49 AM
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.