ABAP 7.5 ABAP Dictionary
![]() |
![]() |
![]() |
Title of test:![]() ABAP 7.5 ABAP Dictionary Description: ABAP Dictionary |




New Comment |
---|
NO RECORDS |
A transparent table can include a deep structure. True. False. ABAP data types can be used for a domain definition. True. False. Which of the following statements are true? Select all that apply. A conversion routine can be assigned to a domain. A conversion routine can be assigned to a data element. You define the value range in the data element. You can enter documentation for the data element in the ABAP Dictionary. F1 key help on the screen field displays the data element documentation. True. False. Which of the following are true statements? Select all that apply. The technical attributes of the data element can be defined by a domain, that is the data type, the field length, and the number of decimal places. You can also select predefined data types to define the data type of the data element. Reference data types can be used to define the data type of the data element. Field labels are defined for the domain. You can define search helps and parameter IDs for a data element. True. False. The line type for a table type can contain a flat, nested or deep structure. True. False. Which of the following statements are true? Select all that apply. Table fields can be assigned to a data element. Table fields can be assigned to an ABAP Dictionary data type directly. Search helps can be defined for a table field that is assigned to a predefined data type. A reference table and field are required for fields with the data types QUAN and CURR. Which of the following statements regarding search helps are true? select all that apply. You can use a maintenance view for the search help selection method. You can use a database view for the search help selection method. Help views can also be used for the selection method for search help. You can use transparent tables for the search help selection method. Which of the following statements regarding search helps is a true statement? Select all that apply. The interface for the search help is defined by the IMP (import) and EXP(export) flags of the search help parameter. The LPos parameter defines the position of the search help parameter in the search hit list. The SPos parameter defines the position of the input field on the dialog screen. The text table for the selection method is automatically populated if the text table is attached to the database table being used as the selection method. Which of the following statements are true? Select all that apply. A database view is implemented as an inner join. A maintenance view is implemented as an outer join. A database view is implemented as an outer join. A maintenance view is implemented as an inner join. Which of the following statements are true? Select all that apply. The tables included in the maintenance view should have foreign key relationships. The tables included in the help view should have foreign key relationships. Projection view can have more than one table included for the view definition. You cannot use a pooled or cluster table for a database view. You can created projection views for pooled and cluster tables. True. False. What is the allowed length of the ABAP Dictionary data type DF34_RAW?. The allowed length is between 1 and 34 digits. The allowed length is between 1 and 31 digits. The allowed length is between 0 and 33 digits. The allowed length is 34 digits. What is the allowed length of the ABAP Dictionary data type DF16_DEC?. The allowed length is between 1 and 15 digits. The allowed length is 16 digits. The allowed length is between 0 and 16 digits. The allowed length is between 0 and 15 digits. What is the allowed length of the ABAP Dictionary data type DF16_RAW?. The allowed length is between 1 and 15 digits. The allowed length is 16 digits. The allowed length is between 0 and 16 digits. The allowed length is between 0 and 15 digits. What is the allowed length of the ABAP Dictionary data type DF15_SCL?. The allowed length is between 1 and 15 digits. The allowed length is 16 digits. The allowed length is between 0 and 16 digits. The allowed length is between 0 and 15 digits. What is the allowed length of the ABAP Dictionary data type DF34_DEC?. The allowed length is between 1 and 34 digits. The allowed length is between 1 and 31 digits. The allowed length is between 0 and 33 digits. The allowed length is 34 digits. What is the allowed length of the ABAP Dictionary data type DF34_SCL?. The allowed length is between 1 and 34 digits. The allowed length is between 1 and 31 digits. The allowed length is between 0 and 33 digits. The allowed length is 34 digits. A replacement object can be defined for a pooled table. True. False. One of the prerequisites for the replacement object is that the structure type defined for the CDS view should match the structure of the database table. True. False. The runtime error DBSQL_REDIRECT_INCONSISTENCY occurs when the Open SQL read operation is performed on the database table or database view, when the prerequisites for replacement object are not fulfilled. True. False. Which of the following types of search helps can be defined or created with ABAP Dictionary tool ? Select all that apply. Elementary search helps. Collective search helps. Append search helps. None of the above. Which of the following statements concerning convertion routine is true? Select all that apply. The conversion routine for a domain is identified as a five-character name. Two function modules are generated for the conversion routine. For a convertion routine XXXXX : The CONVERSION_EXIT_XXXXX_INPUT converts the display format to the SAP internal format. For a convertion routine XXXXX : The CONVERSION_EXIT_XXXXX_OUTPUT converts the SAP internal format to the display format. For a convertion routine XXXXX : The CONVERSION_EXIT_XXXXX_INPUT converts the SAP internal format to the display format. For a convertion routine XXXXX : The CONVERSION_EXIT_XXXXX_OUTPUT converts the display format to the SAP internal format. Attaching a search help to a table field itself is only possible if the table field is assigned to a data element... True. False. The Global Temporary Table (GTT) is defined in the ABAP program. True. False. If the GTT filled by an open SQL statement is not cleared explicitly before implicit database commit, the runtime error COMMIT_GTT_ERROR is raised... True. False. Which of the following is a lock object lock mode ? Select all that apply. Shared Lock / Read lock (S). Exclusive Lock / Write lock (E). Exclusive and non-cumulative lock (X). One of the prerequisites for the replacement object is that the The number of components must match. True. False. One of the prerequisites for the replacement object is that it must be possible to assign components of the CDS view to each component of the database table or classical database view. True. False. One of the prerequisites for the replacement object is that the component name of the database table should be identical to the component name of the CDS view, except for the client column which is assigned regardless of its name. True. False. One of the prerequisites for the replacement object is that the built-in data type, length, and number of decimal places must match all the components. True. False. One of the prerequisites for the replacement object is that the CDS view cannot have an input parameter. True. False. One of the prerequisites for the replacement object is that the table buffering must be switched off for the database view for which the replacement object is defined. True. False. |