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: 

How to create a Structure in the Database?

Former Member
0 Kudos

Hi,

Can any one explain the steps in creating the Structure in the database.

Thanks & Regards,

Rajesh..

4 REPLIES 4

Former Member
0 Kudos

1. Goto SE11

2. Select datatype radiobutton

3.click on create button

4. Select the option database structure

5.create the fields in structure

6. Save and activate

Former Member
0 Kudos

hey hii

u can do all the activities related to Databse in SE11.

-> Go t SE11 transaction.

-> select data type ... it will ask if u want to create data element, domain or structure...select structure;s radio button

-> mention the fields u want to create...

-> mention the data types/ data element for those fields.

-> now use the structure..

-> Structure can't contain data and doesn't exist in the Database...

hope this will help

Thanks,

Ashwani

Former Member
0 Kudos

hi,

User transaction SE11 --> Choose Datatype (radio button ) --> Enter the Structure Name --> Choose button "CREATE".

System will pop up another window...with 3 Options..

1. Dataelement

2. Strucure

3. table Type..

Choose Option 2 and create a structure..

0 Kudos

hi,

See this link.

http://help.sap.com/saphelp_webas620/helpdata/en/90/8d7310b1af11d194f600a0c929b3c3/frameset.htm

Go to SE11(ABAP Dictionary).

Select the Data Type radio button.

Specify the name for your structure.

Note structure in customer namespace should start with Z or Y.

Press the create button.

Then in the next dialog box select the structure radio button.

Then you will get in to the structure screen.

Give a meaningful description for your structure.

Add the relevant fields and finally activate.

award points if useful

Sri