SAP Certified Dev lopment Associate - ABAP with SAP NetWeaver 7.50 - Mini You got 22 of 40 po possi le points. Your score: 55 % %
Question Results Score 0 of 1 Question: Dynpros can be placed in which program types? Ther There e are are 3 cor corre rect ct answ answe ers to this question. Response: Executables Function grou s Module pools Class pools Score 0 of 1 (skipped) Question: Which components bel ng to an elementary search help? Ther There e ar are 2 cor corre rect ct answ answe ers to this question. Response: Fixed values Impo Import rt / expo exporr parameters Selection meth d
Attachment to a field Score 0 of 1 Question: You are writing a funct on modu module le that that will will be call called ed fro fro external system via remote function call call (RFC). (RFC). How How do you repor repor an error back to the external caller? Please choose the correct answer. Response: Writ Write e the the erro erro data into a CHANGING parameters p ssed by value. Writ Write e the the erro erro data data int into o a REC RECEIV EIVING ING para parame mete terr th t is passed by value. Writ Write e the the erro erro data into an EXPORTING parameters passed by reference. Writ Write e the the erro erro data into TABLES parameters that is passed by reference. Score 0 of 1 (skipped) Question: In the the tech techni nica call setti setting ngs for for a transp transpare arent nt table table,, buffe bufferin rin switched on and single record buffering is selected.
is
Which statement uses he buff buffer ered ed data data assu assumi ming ng that that t e WHERE clause contains restrictions for all key fields? Please choose the correct answer. Response: SELEC … . ENDSELECT. SELEC SINGLE … . SELEC … INTO TABLE … .
SELEC SINGLE … FOR UPDATE. Score 1 of 1 Question: Which of the following statements are correct? There are 3 correct answe rs to this question. An enh ncement spot can contain an explicit enhancement point, Response: explicit enhancement section, and new BAdI. An enh ncement spot can contain one or mo e simple or compo ite enhancements. An enh ncement spot can contain an explicit enhancement point and an enhancement section. An enh ncement spot can contain either an xplicit enhancement point a d enhancement section or a new BAdI only, but all three cannot be in the same enhancement spot. Score 0 of 1 Question: When should you use a hashed internal table? There are 2 correct answe rs to this question. Response:
When accessing by index
When accessing mainly single records When accessing using the left- ustified part of the key When accessing by secondary key When accessing always by primary key
Score 1 of 1 Question: What is the default len th of the type C data type? Please choose the correct answer. Response:
1 100 10 1–65535
Score 0 of 1 Question: Which of the following actions can be performed in the P ocess After Input (PAI) processing block? Please choose the correct answer. Response: Set the GUI st tus of the screen. Check the function code. Modify screen
ttributes dynamically.
Set the title bar. Score 1 of 1 Question: Which type of view cannot be used in a search help? Please choose the correct answer. Response:
Help view Candidates key view Maintenance vi w Database view Score 1 of 1 Question: An executable ABAP pr gram contains a standard selecti n screen and uses the event blo ks AT SELECTION SCREEN, AT SE ECTIONSCREEN OUTPUT, INITIALIZATION, START-OFSELECTION. In which sequence will ABAP runtime call these event bl cks? Please choose the correct answer. Response: 1. 2. 3. 4.
INITIALIZA ION AT SELECTI N-SCREEN OUTPUT AT SELECTI N-SCREEN START-OF-SELECTION
1. 2. 3. 4.
AT SELECTI N-SCREEN OUTPUT INITIALIZA ION AT SELECTI N-SCREEN START-OF-SELECTION
1. 2. 3. 4.
INITIALIZA ION AT SELECTI N-SCREEN AT SELECTI N-SCREEN OUTPUT START-OF-SELECTION
1. INITIALIZA ION 2. AT SELECTI N-SCREEN OUTPUT 3. START-OF-SELECTION
4. AT SELECTI N-SCREEN Score 1 of 1 Question: Which data type is allo ed for the reference field of the field? Please choose the correct answer.
urrency
Response: DEC CUKY CURR UNIT Score 0 of 1 Question: dbtab is a transparent able. What is declared by the foll wing statement? DATA myvar TYPE dbtab. Please choose the correct answer. Response: An internal table A structure va iable An elementary field A reference to an internal table Score 0 of 1 Question:
ABAP is a programmin language that… There are 4 correct answe rs to this question. Response: Interacts with the user. Controls the b siness logic. Processes and formats data. Separates pro ram code from language text. Executes on all three levels of the three-tier architec ture. Score 0 of 1 Question: What must you specify in a Unicode system when openin TEXT MODE?
a file in
Please choose the correct answer. Response: The code page The ENCODIN
addition
The Layer pag The byte orde Score 1 of 1 Question: What is the default sel ction screen number for the ABA Please choose the correct answer.
program?
Response: 1000 100 1100 None of the ab ve Score 1 of 1 Question: Which of the following statements are correct? There are 4 correct answe rs to this question. Response: Class methods assigned to the public visibility sectio can be accessed outside the cla s using the static component selector and the class name. Static methods can be defined in both the public and private visibility section of the c lass. Only public me hods can be addressed outside the cl ss. None of the ab ve You can call private methods within the public methods without reference to th object or class. Score 1 of 1 Question: When included in a str cture, which elementary field typ s allow the structure to be considered a character-type data object? There are 4 correct answe rs to this question.
Response: STRING F N C X XSTRING T I D Score 1 of 1 Question: What can you create using the ABAP Dictionary? There are 3 correct answers to this question. Response: Internal tables Transparent tables Domains Type pools
Field symbols Score 1 of 1 Question: To which ABAP Diction ry definition can you assign fixed values? Please choose the correct answer. Response: Data element Domain Component of
structure
Field of a transparent table Score 1 of 1 Question: You want to add a field ZZPRICE to the SAP standard tra sparent table EKKO. Which of the following actions result in an enhancement standard? There are 2 correct answe rs to this question. Response: Add ZZPRICE t the customizing include for the tabl Insert ZZPRIC
at the end of the table
Create an append structure and add ZZPRICE to it. Insert ZZPRIC
into an SAP structure for the table
f the SAP
Score 1 of 1 Question: What ABAP statements can you use to create an instance of the class CL_GUI_CUSTOM_CON AINER in an ABAP program? Please choose the correct answer. Response: DATA: go_container TYPE REF TO CL_GUI_CUSTOM_ CONTAINER. CREATE OBJECT go_container….. DATA: go_container TYPE CL_GUI_CUSTOM_CONTAINER. CREATE OBJECT go_container…. DATA: go_container TYPE CL_GUI_CUSTOM_CONTAINER. CREATE DATA o_container… DATA: go_container TYPE REF TO CL_GUI_CUSTOM_ CONTAINER. CREATE DATA o_container… Score 1 of 1 Question: Which of the following standard types is numeric? There are 3 correct answe rs to this question. Response: F Decfloat32 I P Score 0 of 1
Question: What is the difference etween the INITIALIZATION and AT SELECTION-SCREEN O TPUT events? Please choose the correct answer Response: - INITIALIZATION cannot cha ge pushbutton texts - AT SELECTION-SCREEN OU PUT can change pushbutton texts
- INITIALIZATION can overwrite the default value of a PARAMETER field - AT SELECTIION-SCREEN OUTPUT can overwrite the default values of a PARAMETERS field
- INITIALIZATION is only processed once. - AT SELECT-SCREEN OUTPU can be processed multiple times - INITIALIZATION can change the properties of the screen fields - AT SELECTION-SCREEN OU PUT cannot change the properties of he screen field Score 0 of 1 Question: Each ABAP program st rts with an introductory statement. Which statements are correct There are 2 correct answe rs to this question. Response: The introductory statement must never be modified. The introductory statement can be modified. The introductory statement must be the first statem nt in the program. The introductory statement must be the first line in he program. Score 1 of 1
Question: Which statement will i terrupt the processing of the current screen and branch to new scre en? Please choose the correct answer. Response: SET SCREEN None of the ab ve CALL SCREEN
NNNN>
LEAVE TO SCR EN Score 0 of 1 Question: Which of the following can you define in the technical settings of a transparent table? There are 3 correct answe rs to this question. Response: Table name Size category Buffering type Delivery class Data class Score 0 of 1 Question:
An ABAP program proc sses the following expression: r
a/b+c
Which of the following data declarations would cause the runtime environment to use fix d-point arithmetic for the above xpression? There are 2 correct answe rs to this question Note: Answers of this que tion are not verified by our experts, yourself and select the appropriate answers.
lease study
Response: DATA: r TYPE DECIMALS 2, a TYPE i VALU 201, b TYPE i VALU 200, c TYPE DATA: r TYPE , a TYPE i VALU 201, b TYPE i VALU 200, c TYPE f. DATA: r TYPE , a type I VALU 201, b type I VALU 200, c type i. DATA: r TYPE DECMALS 2, a TYPE i VLAU 201, b TYPE i VALU 200, c TYPE f. Score 1 of 1 Question: You define a generic variable that can hold the ABAP typ s C, D, N, STRING, and T. You want to restrict the use of other ABAP types. Which generic data typ must you use in the definition? Please choose the correct answer. Response:
CSEQUENCE SIMPLE CLIKE DATA Score 1 of 1 Question: Where can you define ata types that can be accessed di ectly by all ABAp repository object in an SAP system? There are 2 correct answe rs to this question Response: In a method In the ABAP di tionary In a function module In a global class Score 0 of 1 Question: DOG is a subclass of A IMAL. You have created a variabl of type ANIMAL that reference an instance of the DOG class. W ich of the following statements c n you use to copy this reference o a new variable of type DOG? Please choose the correct answer. Response:
MOVE…. TO….. MOVE-CORRE PONDING…… TO…… WRITE……TO…… MOVE……?TO…… Score 1 of 1 Question: Which of the following is a true statement? There are 2 correct answe rs to this question. Response: A sorted table an have a unique or a non-unique ke . A hashed table should always have a unique table key. A standard table should always have a unique key. A standard table should always have a multiple key. Score 1 of 1 Question: What does a Web Dynpro component contain? There are 3 correct answe rs to this question. Response: UI elements A context
Exactly one int rface controller Multiple views
ithin a window
Component co troller Score 0 of 1 Question: You want to read data rom two database tables A and B using a database join. Databas table B contains details for data records stored in database tabl A. Your result should contain all combinations of matching rows from A and B plus all ro s from A that do not have matching rows in B. Which statement do you use? Please choose the correct answer. Response: SELECT … FROM b RIGHT OUTER JOIN a … SELECT … FROM a JOIN b … SELECT … FROM a INNER JOIN b … SELECT … FROM a LEFT OUTER JOIN b … Score 1 of 1 Question: What are the prerequisites when creating an append structure for a standard SAP table? There are 2 correct answe rs to this question Response: The table must be copied before the append structur can be created
The enhancem nt category of the table is NOT set to ‘Not enhacable’ The table cann t have any fields of type FLTP The fields in th append structure should star with Y or ZZ Score 0 of 1 Question: What options do you h ve when setting a watchpoint? There are 2 correct answe rs to this question. Response: Stop at predefined conditions for a specific variable. Stop at any change of a specific variable. Stop at any change of all variables. Stop at predefined conditions for all variables. Score 1 of 1 Question: What are the declarati e statements used to define the s lection? There are 3 correct answe rs to this question. Response: None of the above PARAMETERS SELECTION-SCREEN
SELECT-OPTIONS Score 0 of 1 Question: You have implemented a class CL_CUSTOMER in which y u defined a private attribute. From where can you access this attribu e directly? There are 2 correct answe rs to this question. Response: From any prog am using the class CL_CUSTOMER From all methods of a class to which CL_CUSTOMER grants friendship From all methods of all subclasses of CL_CUSTOMER From all methods of the class CL_CUSTOMER Score 1 of 1 Question: What are the advantag s of modularization? There are 3 correct answe rs to this question Response: Profitability across DBMS Reusability Maintainability Transparency Performance
Score 1 of 1 Question: Which of the following statements regarding search help are true? There are 3 correct answe rs to this question. Response: You can use a
aintenance view for the search help election method.
You can use tr nsparent tables for the search help s lection method. You can use a
atabase view for the search help selection method.
Help views can also be used for the selection method for search help. Score 0 of 1 Question: Which of the following statements are true? There are 2 correct answe rs to this question. Response: A conversion r utine can be assigned to a domain. A conversion r utine can be assigned to a data elem ent. You can enter documentation for the data element i You define the value range in the data element.
the ABAP Dictionary.