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

creating a table with out data element

Former Member
0 Likes
2,280

Can we create a table with out a data element? how ...explain me pls?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,510

This message was moderated.

9 REPLIES 9
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,510

Hi,

YES,

Goto SE11.

Give the table name.

For each field CLick on the button " Predfined Type".

Then in the TYPE field select some type like say CHAR and give the Length in the next field.

But its advised that you create Data elements as you can get some Search helps and Documentatio helps of the Data elements when you use these table fields for creating screens.

Regards,

Sesh

Read only

Former Member
0 Likes
1,510

This message was moderated.

Read only

Former Member
0 Likes
1,510

Hi Swathi

Yes u can create a field in a table witthout refernce to dataelement by assigning predefined datatypes....

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
1,511

This message was moderated.

Read only

Former Member
0 Likes
1,510

swathi,

adding to others reply.

if u r creating a table without a data element, when u r interested in having a foreign key relation with that table then that is not possible.

foreign key relation is done through the data element of the two tables.

Regards,

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
1,510

Hi,

Go to Se11 Tcode ---> Provide Ztable ---> Create button ---> Enter Field name and click on Predefined Type button it will enables the field datatype & length.

Hope this will helps you.

Thanks & Regards,

K K V

Read only

varma_narayana
Active Contributor
0 Likes
1,510

This message was moderated.

Read only

Former Member
0 Likes
1,510

yes. goto se11 create (narmal procedure)

Read only

Former Member
0 Likes
1,510

hi,

yes.it is possible to create a table without data element....

It can be done by creating with the predefined data types.