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 a report?
What is the difference between a dialog program and a report?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the difference between skip and reserve?
What is the table buffer?
Can matchcode object contain ids with different update types? : abap data dictionary
what is code to upload cost centers through call trans. and procedure
What two statements would be used to exchange data between programs using abap memory?
What is repository info. Systems? : abap data dictionary
Mention the various databases integrities?
wat is the difference between A-gate & W-gate?where are they used?
Difference between transparent tables and pooled tables? : abap hr
What are the modes in which any update tasks work?
Explain get pernr concept when we use logical data base? : abap hr
How to select valid lines for secondary list?