Application Development 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: 

field creation

Former Member
0 Kudos

Hi Experts,

With out data element how to create table field?

Regards,

Sreedhar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi sreedhar,

after u enter the field, u just click the predefined type , and give the data type and length

rewards points if this is useful

regrds;

karthik

4 REPLIES 4

naimesh_patel
Active Contributor
0 Kudos

While creating table you can specify explicitly data types.

Press the button <b>"Predefined Types"</b> .. this will open the field data type and length to enter the values.

Regards,

Naimesh Patel

Former Member
0 Kudos

hi sreedhar,

after u enter the field, u just click the predefined type , and give the data type and length

rewards points if this is useful

regrds;

karthik

Former Member
0 Kudos

u can use reference field.

ex.

data name(10) type c,

name2 type kunnr,

name3 type name2.

Former Member
0 Kudos

HI

when your creating the table there are two options for you ( beside forgen key button )

1) data element

2)built in data type

select that button then you can enter data type and details as per you wish

but SAP advises to don't use built in data type because when system is uograding the builtin type values don't reflect so allways use data elements

<b>Reward i fusefull</b>