what is the main main difference between data element and
domain? (i know definitions,i don't want definations).
Answers were Sorted based on User's Feedback
Answer / jyothirmaikaza
Domain - Specifies the technical attributes of a data
element - its data type, length, possible values, and
appearance on the screen.Each data element has an
underlying domain. A single domain can be the basis for
several data elements. Domains are objects in the ABAP
Dictionary.
Data Element - Describes the business function
of a table field. Its technical attributes are based on a
domain, and its business function is described by its field
labels and documentation.
Is This Answer Correct ? | 80 Yes | 6 No |
Answer / bun's
IN ADDITION TO ABOVE....
IN DOMAIN SCREEN U CAN GIV VALUE TABLE NAME....
IN DATAELEMENT SCREEN U CAN ASSIGN PARAMETER id N SEARCH-
HELP FOR A PERTICULAR FIELD...
THIS IS IMPORTANT FROM DEFINATION....
THANKS
Is This Answer Correct ? | 25 Yes | 4 No |
Answer / madalam yasaswini
TO UNDERSTAND SIMPLY.....
CONSIDER FIELD 'NAME'
HERE CHAR AND LENGTH etc OF THE NAME REFER TO DOMAIN WHERE
AS
DATA ELEMENT REFERS TO 'name of what?'
eg: name of a person or name of a Product etc
data element has a description...
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / naveen padhmanaban
It is a semantic characteristics of a table field Data elements appear as objects in the dictionary. Because they are objects
in their own right, you can
reuse data elements within the same table or among fields in several tables.
It contains:
- Domain name
- Field label
- F1 documentation : TCODE – SE61.
Type name of document and select document class & language. Use this document name as a reference to
link with another document in which you have selected a text which is to be hyperlinked. Insert -> link -> document
class, name.
Domain:
It is a technical characteristics of a field.
A domain specifies information like data type , length & decimal places.
Like data elements, domains are stored as objects in the Dictionary.
You can reuse domains just as you can reuse data elements.
•Conversion
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sasikala
While creating a table,
Domain is used to specify the data type and size of a field
where as using data element we can give the label to that
field
Is This Answer Correct ? | 3 Yes | 4 No |
Answer / vihari
domain:domain is technical object.they have
data type ,length,value range..
datelement:dataelement is business object they
field label like label..
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / waseem
same 'Domain' can be basis for many data elements
Vs
Where as same 'Data Element' cannot have more than one
Domain.
Is This Answer Correct ? | 7 Yes | 10 No |
what is the role of CUID in Business Objects Import Wizard
What is the difference between ABAP memory and SAP memory?
What is For-period and In-period
How do you process errors in call transaction method? : abap bdc
please any one can tell me modifytable keyword used in DDIC? what is a basic diffrence between modify table and update key word?
Which configuration we have to make first before we want to start Business Workflow with our SAP R/3
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the system fields? Explain?
What does an extract statement do in the ABAP program?
What are aggregated objects
Back ground job .. Transaction code?
If there is a bank system application,in this when one user login then photo of his would be come up and another one login then his photo should come up in smart form,then how it will handle or make a smart form dynamically?