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

Table

Former Member
0 Likes
802

Hi,

I am creating a new table.Please tell me how to enter possible values for a field in a table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

Hi,

You need to create a domain say z_xyz.

And assign all the values to it in the fixed values section.

create a data element then say z_xyz_type.

and attach this domain to it.

now use this particular data type to define ur fields to the table

6 REPLIES 6
Read only

Former Member
0 Likes
774

hi,

You can go for creating fixed values in the Domain of the particular field

Read only

Former Member
0 Likes
774

Hello,

U could attach a search help.

For that double click on the field name and give the search help name and activate.

Or u could create the foreign key relation.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
774

Hi Shweta,

For entering values in a table, you need to create the Table maintenance Generator of the same.

IN SE11 transaction, go to Utilities --> Table Maintenance Generator. Create the Table Maintenance Generator there & then go to SM30 transaction. Here you can enter the table name & then press Maintain.

Now you can enter possible values in a table.

Do let me know if you need any other help.

Regards,

Chetan.

PS: Reward points if this helps.

Read only

Former Member
0 Likes
774

Hi ,

You can either give a check table or define a new domain and specify the set of values that can be assigned to the data element of that domain.

Regards

arun

Read only

Former Member
0 Likes
774

Creating tables usually is done by the SAP transaction SE11.

Create new customer tables (name beginnung with a Z ) and

give it all the fields and field types you need in the new table.

Mark the "key fields" as "Key".go to Utilities --> Table Maintenance Generator for maintaining the data in the table ....

regards,

Santosh

Read only

Former Member
0 Likes
775

Hi,

You need to create a domain say z_xyz.

And assign all the values to it in the fixed values section.

create a data element then say z_xyz_type.

and attach this domain to it.

now use this particular data type to define ur fields to the table