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

ABOUT DATABASE TABLE

Former Member
0 Likes
750

CAN I CREATE A FIELD IN DATABASE TABLE

WITHOUT A DATA-ELEMENT

CAN I CREATE A FIELD IN DATABASE-TABLE WITHOUT A DOMAIN

6 REPLIES 6
Read only

Former Member
0 Likes
734

yes you can

Read only

Former Member
0 Likes
734

yes u can just click on button Built-in Type at field table

don't forget to reward

S@meer

Read only

Former Member
0 Likes
734

hI

YES YOU CAN CREAT A FIELD WITH OUT DATA ELEMENT AND DOMAIN

IN SE11 WHEN UR CREATING A NEW FIELD U HAVE 2 TABS IN THAT ONE IS DATAELEMENT TAB AND BUILTIN TAB

BY CLICKING ON THE BUILTIN TAB YOU CAN CREAT YOUR OWN DATA TYPE

BUT IT WILL CREAT PROBLEM WHEN YOUR UPGRADING THE SERVER TO ONE VERTION TO ANOTHER VERTION

THAT S ALLWYS BETTER TO USE DATAELEMENTS

REWARD IF USEFULL

Read only

Former Member
0 Likes
734

Hi,

yes, you can and in this way:

Trans. SE11 plus table name

insert you new field

press button "predefined type"

now colums "data type" and "length" are active and column "data element" is inactive.

you can enter hier your data type (CHAR, NUMC, DATS, etc.) and the length of the field.

save and activate the table.

Read only

Former Member
0 Likes
734

Hi Ashok

Yes u can by assigning the datatype

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
734

Yes you can create a table with fields without using the data elements and domains. On defining the fields click the Built-in Type button. On doing that you can add fields to your table explicitly specifying the Data Types for your field.

However its advisable to make use of data elements and domains, that you will reuse to make most of your fields reusable.