8) What Is A Foreign Key Relationship?
8) What Is A Foreign Key Relationship?
To ensure the consistency of data, foreign keys are used. The relationship established between the
tables and must be explicitly defined at field level. Data entered should be checked against the
existing data to ensure that there is no contradiction. Cardinality has to be specified while defining
foreign key relationship.
9) In ABAP what are the differences between table and structure in data dictionary?
18) What is table buffer? Which type of tables used this buffer?
Over here, buffer means memory area, table buffer means the table information is available on the
application server. When you call data from database table, it will come from application server.
Transparent tables and pool tables are buffered, while cluster table cannot be buffered.
Bdc?
BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP
HANA