Answer Posted / radhika
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 |
Post New Answer View All Answers
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is the meaning of table buffer? This buffer is used by which type oftable?
What is value table?
Does every abap/4 have a modular structure?
Why grouping of fields is required? What is the max no of modification groups for each field?
How to specify a client for database table processing?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is the t-code for transaction recorder? : abap bdc
Can you delete data element, which is being used by table fields?
How do you populate data into a multiple line field? : abap bdc
What are two methods of modifying sap standard tables? : abap data dictionary
Explain the advantages/disadvantages of logical databases?
Explain the differences between sap memory and abap memory?
What are the events in ABAP language?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....