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: 

@ DATA ELEMENTS V/S BUILT IN DATA TYPES

Former Member
0 Kudos

Hi,

I have 15 fields in a custom table. All the fileds need to hav a definition of char- lt 2.

But the Description i each differs only wrt to the NUMBER sequence.

eg. level 1, level 2...level 15.

Now what is a recommended way to go about it.

Should we define 15 different DATA ELEMENTS for the same, resulting in 15 new objects in the dictionary.

OR should I go in for a simple Built In data type.

I know data elements have advantages when it comes to a. F4 help and Table Maintainance. Is the advantage so significant that we can do with 15 additional objects?

Please Advice.

2 REPLIES 2

JozsefSzikszai
Active Contributor
0 Kudos

hi Anand,

there are hundred thousands of object in the Data Dictionary, so 15 won't harm much On the other hand, if you build up an ALV list based on this table, than it is good that you have these texts there with translations, etc.

hope this helps

ec

Former Member
0 Kudos

Hi

You can use the same data element for the remaining fileds also if your structure requires the same data element

Regards

Pavan