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
How can we set the tablespaces and extent sizes ?
Performance tuning techniques
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What kind of deliverables you have on a day to day basis?
What is the use of start-of-selection.,if not use in report what will happen,?
What are the components of sapscript?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the t-code for transaction recorder? : abap bdc
What is the different between template and a table?
How do you backup Sapscript layout sets? Can you download and upload? How?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How the at-user command serves mainly in lists?
Why do we use events and actions in web dynpro?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.