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: 

direct type

Former Member
0 Kudos

what are the advatages/disadvatages in creating a table with direct type fields i.e fields with out data elements??

1 ACCEPTED SOLUTION

0 Kudos

HI,

There are only advantages in using the Data elements.

Since they give a meaning to a field in the data base. By looking at the documentation of the field yo ucan easily know what area this data element belongs to and what it can be used for etc.

WIth fields with DATA ELEMENTS when you use these fields for creating your screen fields you can get the LABELS for the fields you will get the F1 help from the Data element also you can get F4 help if there is any search help association for the data element.

Regards,

Sesh

Message was edited by:

Seshatalpasai Madala

2 REPLIES 2

0 Kudos

HI,

There are only advantages in using the Data elements.

Since they give a meaning to a field in the data base. By looking at the documentation of the field yo ucan easily know what area this data element belongs to and what it can be used for etc.

WIth fields with DATA ELEMENTS when you use these fields for creating your screen fields you can get the LABELS for the fields you will get the F1 help from the Data element also you can get F4 help if there is any search help association for the data element.

Regards,

Sesh

Message was edited by:

Seshatalpasai Madala

Former Member
0 Kudos

Hi Pavan,

A data element is assigned to the field. The field then gets its

data type, length and possibly decimal places from this data

element. The semantic attributes of the element (field help,

representation of the field in input templates with keyword text,

column headers for list output of the table contents and editing of

the output with parameter IDs) are also copied.

whereas the direct type just gives the data type and length.

so it is only advantageous to use data elements for creating fields.

Hope this helps.

Regards,

Kinshuk