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

field creation

Former Member
0 Likes
542

Hi Experts,

With out data element how to create table field?

Regards,

Sreedhar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

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
Read only

naimesh_patel
Active Contributor
0 Likes
478

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

Read only

Former Member
0 Likes
479

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

Read only

Former Member
0 Likes
478

u can use reference field.

ex.

data name(10) type c,

name2 type kunnr,

name3 type name2.

Read only

Former Member
0 Likes
478

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>