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 a few data dictionary objects?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What functions does a data dictionary perform ?
What are the different functions used in sap script? What are the parameters used in each function?
What is the difference between a structure and an append structure?
What is a table attribute?
Can a constructor be declared private? If yes then in which scenario?
What are the function modules used in f4 help?
Define batch input session?
What are uses of foreign key?
What is append structure?
Polymorphism real time scenario
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is sap abap data dictionary?
What are match codes? describe?