‎2006 Dec 13 8:25 AM
Hi,
I am creating a new table.Please tell me how to enter possible values for a field in a table.
‎2006 Dec 13 8:30 AM
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
‎2006 Dec 13 8:27 AM
hi,
You can go for creating fixed values in the Domain of the particular field
‎2006 Dec 13 8:28 AM
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
‎2006 Dec 13 8:28 AM
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.
‎2006 Dec 13 8:29 AM
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
‎2006 Dec 13 8:29 AM
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
‎2006 Dec 13 8:30 AM
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