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

tables

Former Member
0 Likes
1,067

how we make tables just give me steps

9 REPLIES 9
Read only

anversha_s
Active Contributor
0 Likes
1,032

hi,

go to SE11.

give table name - start with Z.

then press CREATE.

give MANDT as the first field( its the client)

then give ur fields.

don 4gt to give MANDT and ur key field as PRIMARY key( for this a tik option is there).

activate the whole table.

thats all.

rgds

anver

if hlped mark points

Read only

Former Member
0 Likes
1,032

Hi,

Go to se11 give a table name.Give short description.in the delevery maintainance tab select delevery maintainance allowed.set delevery class as A.

If the table is client dependant then the first field must be client of the type clnt.then keep adding fields accordning to ur requiremnt. check the flag for primary fields .Save.

Then go to technical settings and set the data class as APPL0 and size category as 0.press back button. Save and activate.

Try creating entries utilities ->table contents->create entries.This is the way table is created.

Reward valuable answers

Regards,

Shrita.

Read only

Former Member
0 Likes
1,032

Re: tables

Posted: Sep 18, 2006 5:29 AM Reply E-mail this post

hi,

transactn:SE11

Give table name - start with Z.

then press CREATE.

give MANDT as the first field( its the client)

then give ur fields.

Set Prmary keys..

Create dataelemetn if u want.

activate the whole table.

thats all.

Regards

Divakar

Read only

Former Member
0 Likes
1,032

You want to create a customize table?

1. Goto SE11

2. Put in the fields that you want under tab "Fields".

3. Click "technical setting" button by key in the "data class", "size cateogry"

4. Activate your table.

Place your question if you need more. thanks.

Read only

messier31
Active Contributor
0 Likes
1,032

check out this step by step procedure to create

table with screen shot

http://help.sap.com/saphelp_erp2005vp/helpdata/en/6c/f2934259a5c66ae10000000a155106/frameset.htm

good place to start with..

njoy SAP..

Read only

Former Member
0 Likes
1,032

Hi,

Go to se11, create ztable, and wait for anothe article by me

Read only

Former Member
0 Likes
1,032

Hi Rahul,

u mean creating the tables...

go to se11 and give your table name starting with 'Z' or 'Y'. give the data elements which are required.

if you have to craete newly then just double click on the element name and create. need to give the check tables and value tables.

In the attributes u need to speify the Development class given to u and delvery class. if u want table maintainance allowed for your table set the check box.

then go to utilities --> Table maintainace generator.

go for create button on application tool bar

specify the Authorization group

development class

maintainance type as one step

Maint. screen no. - overview screen as 100.

Recording routine- Standard routine save it

and then activate ur table.

Madhavi

Read only

Former Member
0 Likes
1,032

Hi Rahul,

U can create the tables using txn- SE11

Procedure

In the initial screen of the ABAP Dictionary, select object class Database table, enter the table name and choose Create.

The maintenance screen for the table is displayed.

Enter an explanatory short text in the field Short text.

You can for example find the table at a later time using this short text.

On the Delivery and Maintenance tab, enter the delivery class of the table.

On this tab, choose an entry from the dropdown box for the Data Browser/Table View Maintenance field. Choose Table maintenance allowed on this tab page if users with the corresponding authorization may change the data in the table using the Data Browser (Transaction SE16). For more information refer to the available options in Data Browser/Table View Maintenance.

On the Fields tab page, enter the table fields. Perform the following steps for each table field:

Enter a name for the table field in the column Fields. The field name may only contain letters, digits and underlining, and it must begin with a letter. A field name may not be longer than 16 characters.

Select the Key column if the field should be part of the table key.

Enter the name of a data element in field Field type. In this case the field takes the data type, length, decimal places and short text from this data element. If there is no suitable data element, you can go to the data element maintenance screen by entering a name and double-clicking.

With Data element/Direct type, you can directly enter the data type, field length, decimal places and short text. Press this key again if you want to enter data elements for further fields.

Only a limited functionality is provided for fields without data elements. No foreign keys or fixed values may be defined for such fields, and there is no F1 help.

You must also define the reference field and reference table on tab page Currency/quantity fields for fields of types CURR (currency) and QUAN (quantity)

You also can include the fields of an existing structure in the table. Note that the field names in the structure may not be longer than 16 places in this case.

Maintain the technical settings for the table. The corresponding maintenance screen is displayed with Goto ® Technical settings.

The technical settings are a separate object and can be activated and transported separately from the table.

Maintain (if necessary) the foreign key relationships of the table to other tables.

The corresponding maintenance screen is displayed if you place the cursor on the check field and choose .

Create (if necessary) secondary indexes for the table.

To do this choose Goto ® Indexes.

Save the table.

A dialog box appears in which you have to assign the table a development class.

For tables with the Delivery Class G or E, you must also maintain a customer namespace (key block of the table) for the table entries. SAP cannot change table entries or import new entries in the customer namespace during upgrades. To navigate to the appropriate maintenance transaction, choose Define Customer Namespace on the Attributes tab.

Choose an enhancement category. For more information, see Structure Enhancements.

Choose .

Hope this helps u.

Regds,

Seema.