Search code examples
sap-data-dictionary

Adding all table fields into the SE11 structure?


I'm learning SAP and ABAP language, I need to create a structure with all the fields of the SFLIGHT database table and a few more. Do I have to enter all the fields of the SFLIGHT table manually or is there any possibility to add all the fields of a given table at once?

I have to create DDIC structure like that: Ready structure screen

Do I have to fill this component names manually? My screen


Solution

  • The code solution is given by Jonas, but if you are asking about SE11-way then

    Edit => scroll down to Include => click on Insert

    enter image description here

    https://techazmaan.com/ddic-include-structure/