what is two domain level concept in abap
Answers were Sorted based on User's Feedback
Table fields are defined in SAP R/3 by data elements and
domains. This is a key difference between SAP R/3 and many
other systems.
In other systems, a field is defined only by its type
(i.e., character, numeric) and length. These characteristics
are assigned directly to each field.
In SAP R/3, a field is defined by being assigned to a data
element, which is in turn assigned to a domain. These
assignments determine the field’s type and length in
addition to other characteristics.
SAP R/3 refers to this method of field definition as the
Two-Level Domain Concept
Is This Answer Correct ? | 21 Yes | 4 No |
Answer / siddhu
Two different data elements using a same domain is called as two level domain concept.
Eg: you create two data elements for fields like STARTDATE and ENDDATE with respective field labels, but for both the data elements you assign DATS as the domain.
Is This Answer Correct ? | 4 Yes | 1 No |
What is locking ?
What is meant by hot spots? : abap data dictionary
what is BDCRECXX contains?
how to find the report is classical or intractive report in debugging mode
How to fetch all the data from the Internal table?
Why is bdc _cursor and GET_Cursor used?
Define the various contents of technical specifications ?
Concepts of OO ABAP and why we are using it?
Difference between transparent tables and pooled tables? : abap hr
How can we display multiple alv's without using containers?
What are the two ways of producing a list within a transaction?
Are EVENTS Possible in LSMW?If so how to achieve?