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

Data Dictionary table creation

Former Member
0 Likes
608

can anyone help me in creating a table (domain and data element, ) and also search help for the fields with screen shots.

help will be apprecieated

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
527

Hi,

Please refer the links below, which is neatly documented with screenshots.

Search help

http://www.saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm

Creating tables/Domain/Dataelements

http://www.saptechnical.com/Tutorials/ABAP/TableCreate/page1.htm

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
527

thanks sir

Read only

Former Member
0 Likes
527

u can go through sap technical site.

Read only

Former Member
0 Likes
527

hi,

Table creation :

go to se11.

Database table : Enter the table name and press Create

Enter the description, Delivery class and check on table maintenance allowed. Then click on the tab Fields.

Enter the ZCHAR in fields tab and ZCHAR_DE in field type tab.

Double click on ZCHAR_DE. Then it will ask for Save. Press u2018YESu201D.

Save it as a local object on pressing Local object button .

Now it will ask for the creation of the data element. Press Yes.

Click on the Field label tab and enter the lengths and descriptions accordingly.

Then press Definition tab and enter the domain.

Double click on that zchar_d to create domain, then it will ask for save before going next screen.

Save it as a local object.

Now it will ask for domain creation. Press Yes.

Give short description for that domain which you are creating. And mention the data type in data type field and length in no. characters field an press ENTER.

Then press Ctrl+F3. It will ask for save before activation. Save it as a local Object.

Press Enter.

Press on back button .

Press Ctrl+F3.

Press Back button.

Create one more field ZNUM and give data element name as ZNUM_DE. And double click on u2018ZNUM_DEu2019

Save it by pressing Yes.

Now it will ask for the data element creation. Press Yes.

Give short description of the data element. And give the lengths and field labels accordingly in Field label tab.

Press on Definition tab and give the domain name in Domain field. Double click on ZNUM_D.

It will ask for save. Press Yes.

Save it as a local Object.

Now it asks for Domain creation. Press Yes.

Give short description in short text field. Enter the data type and no. characters, Press Enter.

Then Press on Activate button or Press Ctrl+F3.

Save this as a local objectPress enter.

Now you will get the following screen. Press Back button.

Activate the data element By pressing Activate button or Pressing Ctrl+F3.Press enter. Press Back button.

Now we created two fields. And Data elements and Domain for these two fields.

Now we have to maintain the technical settings. Press on Technical settings button

Give the data class and size category of the table as per the requirement.

And press the back button.

Now activate the table by pressing the activate button or CTRL+F3

Press enter.

Now enter the data into table. Go to Utilitiesà Table contents à Create Entries.

Now enter the data in the fields and Save it.

Enter the data for the second entry into the table.

Save it and press reset.

To see the table contents go to Utilities à Table contents à Display. Or press CtrlShiftF10.

Press on run button or press F8. Now it will display the table contents.

pls reward if helpful.

rgds,

Rajyalakshmi.