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
Define external layer?
Does the table can have multiple foreign keys?
How do you convert non-char field into char type fields ?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Explain what is an rfc?
Difference between function group and function module?
How to upload more than 2GB file from External Source to SAP?
Difference between sap script and report?
Sal abap on hana interview
What is modularization and its benefits?
What is the advantage of structures?
Explain the inside concept in select-options?
Abstract class and interface, multiple inheritance, live example
What is the project you are currently working and work that you are doing
What does an exec sql statement do in abap? What is the disadvantage of using it?