Reference Table and Fields Are Assigned Here So That Valid Currency Value Is Taken
Reference Table and Fields Are Assigned Here So That Valid Currency Value Is Taken
[5m]
4.How many types of size categories and data classes are there?[2m]
Size categories- 0 -4
Data class – APPL0
5. Define data class, delivery class, size category, foreign key relationship?[2m]
Data class: table space of the table stored.
Delivery class: type of data being stored and owner of table
Size category: defines expected space for the table.
Foreign key relationship is a relationship between two tables for the validation of data.
8.A field containing currency amounts (data type CURR) must be assigned to a reference table and
a reference field. Explain.[1m]
Reference table and fields are assigned here so that valid currency value is taken.
9.·In the ABAP/4 Dictionary Tables can be defined independent of the underlying database (T/F).
What is the max. no. Of structures that can be included in a table or structure.[1m]
Yes.
Max of structures: 9
10.Can we include customizing include or an append structure with Pooled or Cluster tables?[1m]
no
11.What are the two levels in defining a Match Code?[1m]
no
16. What are the differences between a Database index and a match code?[1m]
18.In ABAP what are the differences between table and structure in data dictionary?[1m]
Table represent database table and structure donot correspond to database table.
Structure contain data only in runtime.
19.What is the difference between check table and value table?[1m]
Check table: table which stores master data
Value table :defined at domain level. All table fields referred to the domain can be checked at
single table called value table.
20.What is TMG? Explain.[2m]
Table Maintanence Generator.
It is a function module used to customize table and can be changed as required, like making an
entry or deleting an entry.
It is used to validate table data using events.