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 are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What kind of financial periods exist in sap? What is the relavent table for that?
What are secondary indexes. How can we know which index is being used in a select query?
How to display if the value entered contains records or not?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Can a transparent table exist in the data dictionary but not in the database physically?
What is synchronous update?
Is it possible to bring select option in module pool screens?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Which FM do you use to find out who is reporting to whom
What is help view?
How do you convert non-char field into char type fields ?
What are the functional modules used in sequence in bdc? : abap hr