Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can we set the tablespaces and extent sizes ?

1068


Performance tuning techniques

1404


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

1163


What kind of deliverables you have on a day to day basis?

1476


What is the use of start-of-selection.,if not use in report what will happen,?

1728


What are the components of sapscript?

1135


What is the step-by-step process to create a table in data dictionary? : abap data dictionary

1228


What is the t-code for transaction recorder? : abap bdc

1116


What is the different between template and a table?

1206


How do you backup Sapscript layout sets? Can you download and upload? How?

1067


write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.

3312


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

1139


How the at-user command serves mainly in lists?

1140


Why do we use events and actions in web dynpro?

1069


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.

2002