sap erp abap technology

13
Correct Q.1) For a user in SAP R/3 client, the maximum number of sessions that could be open is: A. 4 B. 6 (Your Answer) C. 8 D. 9 Incorrect Q.2) Which of the following is correct in the case of READ with BINARY SEARCH on a standard internal table A. The internal table needs to be sorted using the key fields (Your Answer) B. The internal table need not be sorted C. The internal table needs to be sorted using the fields in sequence as used in BINARY SEARCH (Correct Answer)(Your Answer) D. None of the above Correct Q.3) A screen field has been dynamically changed in a dialog program. When does it get re-initialized? A. Only when the program encounters more code to modify the field attributes B. At the end of the transaction C. At PAI execution D. At PBO execution (Your Answer) Incorrect Q.4) Where can you see the Tcode for the screen in the SAP window

Upload: ramaneesh

Post on 26-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

Abap Technology

TRANSCRIPT

Page 1: Sap Erp Abap Technology

Correct

Q.1) For a user in SAP R/3 client, the maximum number of sessions that could be open is:

A.4

B.6 (Your Answer)

C.8

D.9

Incorrect

Q.2) Which of the following is correct in the case of READ with BINARY SEARCH on a standard internal tableA. The internal table needs to be sorted using the key fields (Your Answer)

B. The internal table need not be sortedC. The internal table needs to be sorted using the fields in sequence as used in BINARY

SEARCH(Correct Answer)(Your Answer)

D. None of the above

Correct

Q.3) A screen field has been dynamically changed in a dialog program. When does it get re-initialized?

A.Only when the program encounters more code to modify the field attributes

B.At the end of the transaction

C.At PAI execution

D.At PBO execution (Your Answer)

Incorrect

Q.4) Where can you see the Tcode for the screen in the SAP windowA. In the menu barB. In the status field of the status bar (Correct Answer)

C. Using system -> status menu (Your Answer)

D. All of the above

Correct

Page 2: Sap Erp Abap Technology

Q.5) Which of these is not entered in the SAP logon screen

A.Client No

B.System ID (Your Answer)

C.User Password

D.Language Key

Correct

Q.6) While debugging you can assign a new value to a variableA. True (Your Answer)

B. False

Incorrect

Q.7) Ranges are same as number ranges

A.True (Correct Answer)

B.False (Your Answer)

Correct

Q.8) Which is the standard SAP component for intergration of different third party systemsA. XI (Your Answer)

B. BWC. SMD. EP

Correct

Q.9) What is needed to ensure a check field is verified against the referenced key field of the check table

A.same data type only is required for check field and referenced field

B.same domain is required for check field and referenced field (Your Answer)

Page 3: Sap Erp Abap Technology

C.same data element is required for check field and referenced field

D.all key fields MUST have domain equality between check table and foreign key table

Correct

Q.10)  What is the ABAP Dictionary being used for?A. Defining database objects, e.g. Tables and Views on the Database (Your Answer)

B. Maintaining ABAP programsC. Maintaining DocumentationD. Maintaining help files

Incorrect

Q.11) Which is not a type of RFC Call

A.Synchronous (Your Answer)

B.Transactional

C.Asynchronous

D.All the above (Correct Answer)

Correct

Q.12) You can use the F1 help toA. Display an explanation of a field's uses (Your Answer)

B. Display a list of possible input valuesC. End the session you are inD. Change the logon language

Incorrect

Q.13) SAP Best Practices are the sound foundation for pre-packaged ready-to-use business solutions

A.True (Correct Answer)

B.False (Your Answer)

Correct

Q.14) Transaction for creating message classA. SE93

Page 4: Sap Erp Abap Technology

B. SM12C. SM37D. SE91 (Your Answer)

Correct

Q.15) You have added an append structure to a standard SAP table. What happens to the standard table when a new version of the table is imported during an upgrade?

A. The standard table is returned to standard. Therefore, the append structure must be manuallyre-applied

B. When the standard tables are activated, the append structure is automatically appended to thestandard table(Your Answer)

C. The append fields are automatically appended to the table upon activation but you must stillconvert the table

D. All append structures are deleted. A new append structuremust be created and thenappended to the standard table

Incorrect

Q.16) Language for SAP menu in the transaction depends onA. Setting in user masterB. Language selected during login (Correct Answer)

C. Selection in the transactionD. all of the above (Your Answer)

Correct

Q.17) Any changes that your development teams make to Customizing or Repository objects in the development system are automatically transported to the target systems (such as the quality assurance and production systems) when they are released

A.True

B.False (Your Answer)

Correct

Q.18) What is proper coding practice in the flow logic of a Dynpro when a subscreen is defined on the screenA. The Call Subscreen statement is not requiredB. Call Subscreen in the PBO onlyC. Call Subscreen in the PAI and PBO (Your Answer)

D. Call Subscreen in the PAI only

Page 5: Sap Erp Abap Technology

Correct

Q.19) Transaction code for accesssing SAP mailbox is

A.SBWP (Your Answer)

B.SPHA

C.SSC1

D.SWUI

Incorrect

Q.20) If a list is not to be printed that gets generated during background job. It will not haveA. Print request (Correct Answer)

B. Spool request (Your Answer)

C. Output requestD. None of the above

Correct

Q.21) What addition to the read table statement must be used when reading a hashed or sorted internal table to ensure that a binary search will be used?

A.WITH KEY (Your Answer)

B.WITH TABLE KEY

C.WHERE

D.None of the above

Correct

Q.22) The system performance is affected by the followingA. The number of users active in the systemB. The activities of these usersC. how much data is being addressedD. all of the above (Your Answer)

Correct

Page 6: Sap Erp Abap Technology

Q.23) report printed by SAP system can be reprinted without generating it again

A.True (Your Answer)

B.False

Incorrect

Q.24) A Tabstrip control consists of the following elements exceptA. Scroll barB. Tab titleC. Subscreen (Correct Answer)

D. None of the above (Your Answer)

Incorrect

Q.25) SAP for Utilities is a

A.Module (Your Answer)

B.Program

C.Approach

D.Industry Solution (Correct Answer)

Correct

Q.26) Process code refers to an workflow or a function module which helps in reading or writing data from/to Idoc. The statement is:A. True (Your Answer)

B. False

Correct

Q.27) It is possible to protect a variant from changes by other users

A.True (Your Answer)

B.False

Correct

Page 7: Sap Erp Abap Technology

Q.28) How many dialog steps in an SAP TransactionA. At least One (Your Answer)

B. Only OneC. One for every transaction in the SAP LUWD. One for every explicit database commit

Correct

Q.29) Which of the following provides general information on the SAP system and transaction or task on which you are working?

A.Status bar (Your Answer)

B.Menupath

C.Rolebar

D.None of the above

Correct

Q.30) Internal table can be of type:A. a) StandardB. b) SortedC. c) HashedD. d) All of the above (Your Answer)

Correct

Q.31) A GUI status is composed of which of the following?

A.Menu Bar and Checkboxes

B.Menu Bar, Tool Bar, and Checkboxes

C.Tool Bar and Checkboxes

D.Menu Bar, Tool Bar, and Title (Your Answer)

Correct

Q.32) Which one of the following is true about the access costs for a sorted internal tableA. Increases linearlyB. Increases logarithmically (Your Answer)

Page 8: Sap Erp Abap Technology

C. Is constantD. None of the above

Correct

Q.33) Background jobs can not be scheduled periodically

A.Using a given frequency

B.Based on status of another job

C.Based on a event

D.None of the above (Your Answer)

Incorrect

Q.34) Following data types are present in ABAP 4A. char (Correct Answer)(Your Answer)

B. alpha numericC. decimal (Your Answer)

D. varchar

Correct

Q.35) What is the transaction code for the ABAP Editor

A.se11

B.se38 (Your Answer)

C.se36

D.se14

Correct

Q.36) Where is the current active tab stored for a tabstripA. ACTIVETAB (Your Answer)

B. Tab stripC. Function CodeD. OK_Code

Correct

Page 9: Sap Erp Abap Technology

Q.37) This SAP product is the foundation for SOA in an enterprise

A.SAP XI

B.SAP BI

C.SAP Netweaver (Your Answer)

D.none of the above

Correct

Q.38) SORT statement can sortA. external as well as internal tableB. only database tableC. only internal table (Your Answer)

Incorrect

Q.39) Which of the following is not a category of SAP notes in service market place

A.Consulting (Correct Answer)

B.Correction (Your Answer)

C.Configuration

D.Customer

Correct

Q.40) What is the SAP GUI ?A. SAP transaction for screen enhancementB. Graphical User Interface (Your Answer)

C. Generic Utility InterfaceD. None of the above

Correct

Q.41) In debugging if you want to test a transaction you enter in command field.

A./a

Page 10: Sap Erp Abap Technology

B./h (Your Answer)

C./d

D./tr

Incorrect

Q.42) Which of the project phase is most important from process design and definition perspectiveA. RealizationB. Project Preparation (Correct Answer)

C. Blueprint (Your Answer)

D. Acceptance testing

Correct

Q.43) Where is the Permanent data (e.g. Customizing setting, Master data, Transaction data) usually stored in an R/3 system?

A.Database tables (Your Answer)

B.Data Elements

C.Domains

D.ABAP Objects

Correct

Q.44) Customizing is for...A. ) Adjusting the company-neutral delivered functions to your company\'s business

requirements(e.g. defining sales organizations and distribution channels for adapting to the organizationalstructure of a company(Your Answer)

B. Tuning the Performance of a system (e.g. setting of Parameters for defining the size ofmemory areas on a server or for optimizing database access)

C. Personalizing the End user\'s access to the system (e.g. setting font size and user specificparameters to fill frequently used input fields with default values)

D. For initiating backgroung processing

Correct

Q.45) Buffering can be good for which type of table

Page 11: Sap Erp Abap Technology

A.When a table is read infrequently

B.When a table is read frequently and the data is always changing

C.When a table is read frequently and the data seldom changes (Your Answer)

D.When a table is linked to check tables

Incorrect

Q.46) Menu bar will have the following menus by default when createdA. a) File, helpB. b) Edit, HelpC. c) Window, System (Your Answer)

D. d) None of the above (Correct Answer)

Incorrect

Q.47) If you want to display technical names for the respective tasks you can do this using the following tab in the menu bar

A.System (Your Answer)

B.Extras (Correct Answer)

C.Favorites

Incorrect

Q.48) Identify the key word that determines if a CMOD function exit has been provided:A. CALL PROGRAM-EXITB. CALL CUSTOMER-FUNCTION (Correct Answer)

C. CALL CUSTOMER-SUBSCREEND. CALL USER-EXIT (Your Answer)

Correct

Q.49) What can be assigned directly to a data element

A.Table type

B.Built-in type (Your Answer)

C.Table field

Page 12: Sap Erp Abap Technology

D.Check table

Correct

Q.50) The configuration of the R/3 is done through:A. The Implementation Guide (Your Answer)

B. The Implementation AssistantC. Business NavigatorD. Business Engineer