what is cardinality?how it works in ABAP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / tanmoy
Cardinality
The cardinality (n:m) describes relationship between the
records of the foreign key table & the records of the check
table.
Is This Answer Correct ? | 4 Yes | 0 No |
Difference between select and select single statement
can you create a script with out a main window?
6 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Table maintainence -- Transaction Code?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is a table attribute?
What is the difference between semi-monthly and Bi-weekly payroll area
When using call transaction method for 1000 records , If u found error in 64th record then how can u find it and how can u send this to user
How will you add colour in a row using ALV ?
What is the difference between sy-tabix and sy-index? Where it is used?
Hi Everyone, Can one any explain the situation where we can exactly use the events and also explain the diff. between LIKE AND TYPE. Am new one of sap-abap. Thanks in advance Jaya DS
Modes in Call Tr?
Write the bdc table structure? : abap bdc