what is cardinality?how it works in ABAP?
Answer Posted / rohit.sapmm
The cardinality (n:m) describes the foreign key
relationship with regard to the number of possible
dependent records (records of the foreign key table) or
referenced records (records of the check
table).
The left side (n) of the cardinality is defined as follows:
n=1: There is exactly one record assigned to the check
table for each record of the
foreign key table.
n=C: The foreign key table may contain records which do
not correspond to any record of
the check table because the foreign key field is empty.
This can occur for example if the
field of the foreign key table is optional, in which case
it does not have to be filled.
The right side (m) of the cardinality is defined as follows:
m=1: There is exactly one dependent record for each
record of the check table.
m=C: There is at most one dependent record for each
record of the check table.
m=N: There is at least one dependent record for each
record of the check table.
m=CN: There may be any number of dependent records for
each record of the check
table.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Name some data dictionary objects?
What is difference between float and packed data type?
What is an abap/4 query? : abap hr
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What is the difference between field-group header and other field groups? : abap modularization
SAP query how to use end users?
Work most on which module: name a few tables?
Explain badi in abap.
How do you control printer functions from sapscript?
What is “call mode”?
How to determine the attributes of an internal table?
What are the different types of mode (run code) in call transaction method?
On which event we can validate the input fields in module programs?
Did you create help views?
When the get cursor command used in interactive lists?