what is the main main difference between data element and
domain? (i know definitions,i don't want definations).
Answer Posted / 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 |
Post New Answer View All Answers
What is the Difference between At Line selection and At user-command?
Name some data dictionary objects?
What is an interactive report?
What are conditional chain statement?
What are the 3 types of tables in sap? : abap data dictionary
Did you create help views?
What are logical databases? : abap hr
What two statements are required in an abap program to output an icon using a written statement?
What is value table? : abap data dictionary
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How do you move on to the next screen in interactive reporting?
How to create a button in selection screen ?
What are the arithmetic operators in the sap abap?
What are the page windows?
What is the bapi?