Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONLOTTO SAMPLE QUESTIONS: C_TAW12_71

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
LOTTO SAMPLE QUESTIONS: C_TAW12_71

Description:
LOTTO Certification Preperation

Author:
UberSuper
(Other tests from this author)

Creation Date:
19/03/2018

Category:
Computers

Number of questions: 16
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
1. Which requirements must be fulfilled when creating a text table for an existing transparent table using the ABAP Dictionary? Note: There are 3 correct answers to this question.. The foreign key field type of the foreign key field of the text table must be set to "Key fields/candidates". The foreign key field type of the foreign key field of the text table must be set to "Key fields of a text table". The language field of the text table must be defined using the domain SPRAS. The text table must be linked to the transparent table by a foreign key relationship with the cardinality set to 1:CN. The text table must have the same key fields as the transparent table plus a LANG type key field and at least one text field that is not a key field.
2. To which ABAP Dictionary definition can you attach a search help? Note: There are 3 correct answers to this question. Database view Data element Domain Component of a structure Transparent table.
3. What can be described using Run Time Type Identification (RTTI) classes? Please choose the correct answer Function groups Subroutine pools Classes Module pools.
4. What types of program can contain user interfaces (UIs)? Note: There are 2 correct answers to this question. Include program Executable program Web Dynpro component Global class Subroutine pool.
5. What is the consequence of activating an inactive version of a program? Please choose the correct answer. The extended program check is launched for the inactive version. The inactive version replaces the former active version. All temporary versions are deleted. The inactive version and the active version are synchronized.
6. What features are provided by the Object Navigator? Note: There are 3 correct answers to this question. Maintenance of repository objects Simultaneous embedding of multiple tools in the tool area Favorites for repository objects in the navigation area Automatic synchronization between the navigation area and tool area Access to different development tools such as ABAP Editor.
7. You design a classical screen (dynpro) containing input fields that refer to an ABAP Dictionary structure named S1. Your ABAP program should access the data entered by the user during PAI processing. How do you declare the data object S1? TABLES s1. CONTROLS s1 TYPE s1. GET FIELD s1. DATA s1 TYPE s1.
8. What can you set using the field catalog of an ALV grid control? Note: There are 3 correct answers to this question. Visibility of columns (hide/unhide) Colors of the list rows Output characteristics of a column such as the column position Visibility of toolbar functions (hide/unhide) (a) Visibility of columns (hide/unhide) Format properties of column content such as the number of decimal places.
9. Which of the following sequences of ABAP statements is correct? Please choose the correct answer. TYPES: BEGIN OF gty_1, comp1 TYPE i, comp2 TYPE string, END OF gty_1. DATA gs_1 TYPE gty_1. DATA gs_2 LIKE gs_1. SELECT-OPTIONS so_1 FOR gs_1-comp2. TYPES: BEGIN OF gty_1, comp1 TYPE i, comp2 TYPE string, END OF gty_1. DATA gs_2 LIKE gs_1. DATA gs_1 TYPE gty_1. SELECT-OPTIONS so_1 FOR gs_1-comp2. TYPES: BEGIN OF gty_1, comp1 TYPE i, comp2 TYPE string, END OF gty_1. SELECT-OPTIONS so_1 FOR gs_1-comp2. DATA gs_1 TYPE gty_1. DATA gs_2 LIKE gs_1. DATA gs_1 TYPE gty_1. DATA gs_2 LIKE gs_1. TYPES: BEGIN OF gty_1, comp1 TYPE i, comp2 TYPE string, END OF gty_1. SELECT-OPTIONS so_1 FOR gs_1-comp2.
10. How can you define a type P data object with exactly 9 whole number places followed by 2 decimals? Note: There are 2 correct answers to this question. DATA gv_1 TYPE p LENGTH 6 DECIMALS 2. DATA gv_1 TYPE p LENGTH 9 DECIMALS 2. DATA gv_1(6) TYPE p DECIMALS 2. DATA gv_1(9) TYPE p DECIMALS 2.
11. What can be grouped in a single simple enhancement spot? Note: There are 2 correct answers to this question. New BAdIs and enhancement sections Enhancement implementations New BAdIs Classical BAdIs and new BAdIs Explicit enhancement points and enhancement sections.
12. Which ABAP statement can be used for an index table only? Please choose the correct answer. APPEND DELETE SORT MODIFY.
13. What can you install on SAP NetWeaver Application Server? Please choose the correct answer. Either a standalone ABAP stack or a standalone Java stack or a combination of an ABAP stack and a Java stack Either a standalone ABAP stack or a standalone Java stack, but never both stacks Either a standalone ABAP stack or a combination of an ABAP stack and a Java stack, but never a standalone Java stack Either a standalone Java stack or a combination of an ABAP stack and a Java stack, but never a standalone ABAP stack.
14. You use the aggregation function SUM to calculate the sum of the content of column A in the resulting set of a SELECT statement. Only records where the sum exceeds 200 should be transferred. Which addition can you use for the SELECT statement? Please choose the correct answer. ORDER BY SUM( a ) > 200. HAVING SUM( a ) > 200. WHERE SUM( a ) > 200. GROUP BY SUM( a ) > 200.
15. You want to perform database changes using synchronous updates. The update function modules should be executed by an update work process. How do you implement this? Please choose the correct answer. Use UPDATE. Use COMMIT WORK AND WAIT. Use COMMIT WORK. Use SET UPDATE TASK LOCAL. ... COMMIT WORK.
16. To which part of a Web Dynpro component can you bind properties of a UI element? Please choose the correct answer. Context of the window controller embedding the related view Controller attribute of the related view controller Context of the related view controller Context of the related component controller.
Report abuse Consent Terms of use