Register Login

SAP ABAP Multiple Choice Interview Questions

Updated May 18, 2018

  1. How many radio buttons are associated when there are 4 radio buttons as a single radio button group?
    1. 0
    2. 1
    3. 2
    4. 4
  2. What is the Tcode used for calling transport organizer?
    1. SE09
    2. SE10
    3. SM12
    4. SM36
  3. What is the Tcode for Lock entries?
    1. SM04
    2. SM12
    3. SM35
    4. SM36
  4. What is the Tcode to view the list of users associated with the same client?
    1. SE16
    2. SE04
    3. SM04
    4. SM12
  5. What is the Internal Table which has the same response time irrespective with the size o f the table?
    1. Standard Table
    2. Sorted Table
    3. Hashed Table
    4. Table with Header line
  6. What is meant by REDIFINiTION?
  7. In a search help, by using which parameter the specialization of a field is found?
    1. Lpos
    2. Spos
    3. Import
    4. Export
  8. What happens when a get_instance factory method is called

a. reference variable is instantiated

b. error exception is raised because static variables cannot be called using get_instance

c. object reference method can now be called

d. interface is instantiated

  1. What is the Tcode for SAP Online Support System?
    1. OSS
    2. OSS1
    3. OSS2
    4. SNOTE
  2. What is the Tcode where we can develop the USER-EXITS?
    1. CMOD
    2. SMOD
    3. SALE
    4. NACE
  3. Customization is done in?
    1. Sandbox
    2. Devolopment
    3. Quality
    4. Production
  4. Syntax for Static Method Specification?
    1. Call class-method
    2. Call method classname=>method
    3. Call method classname->method
    4.  Call method -> Class Name
  5. Dynamically generated function code is stored in
    1. SY-UCOMM
    2. SY-PFKEY
    3. PICK
    4. SY-SUBRC
  6. Which component of class, preserves its own consistency?
    1. Private Attributes
    2. Public
    3. Static Methods
    4. Function Modules
  7. What happens when a Function Module has been called?
    1. All the function Modules related to that Function Group will be called into the Buffer
    2. Only that specific function module will be executed
    3. (Something else was given .. I don’t remember)
  8. Shipping comes under which module of SAP?
    1. Sales & Distribution
    2. Production Planning
    3. Material Management
    4. Supply Relation Management

Read Here for SAP ABAP Tutorials.

  1. What are the output formats of ALV?
    1. List and Grid
    2. List and Forms
    3. Forms and Scripts
    4. Grid and Layout
  2. Which view uses only one table?
    1. Projection View
    2. Maintanance View
    3. Database View
    4. Help View
  3. What is the activity done in the Production server of SAP?
    1. User Training
    2. User Acceptance Testing
    3. Creating Master Data
    4. Configurations
  4. What is the responsibility of a DBA?
    1. Backup
    2. DB Management
    3. Configurations
    4. Retrieval
  5. Placing value of screen fields to ABAP fields which one is used?
    1. Assign
    2. ON_INPUT
    3. Move
  6. What is the Tcode for IDoc Testing Tool?
    1. WE 19
    2. WE 20
    3. WE30
    4. SM35
  7. What is the Tcode for RFC Programming?
    1. SM12
    2. SM35
    3. SM36
    4. SM59
  8. What happens when two “ top-of-page “ statements were given in the Program?
    1. Syntax Error
    2. Prints both of them
    3. Overwrites one on the Other
    4. No Change

Read Here for SAP ABAP Books.

  1. What are the servers involved during QRA?
    1. DEV
    2. PRD
    3. QRA
    4. All of the above
  2. What are the default menu’s seen in the SAP Screen?                      
    1. System
    2. Help
    3. Navigate
    4. None
  3. What are not the attributes with respect to Tabstrip?
    1. Tab Title
    2. Scroll Bar
    3. I/O Element
    4. Sub Screen
  4. How can we start an ABAP new Debugger?
    1. Give /h in the command field
    2. Give /hn in the command field
    3. Give /hend in the command field
    4. Debugger will not start until and unless a breakpoint is set.
  5. What are the components of Logical Database?                    
    1. Structures
    2. Selections
    3. Database Program
    4. Views
  6. What does Business Add-in does not consists of?
    1. BADI Definition
    2. BADI Customer Program
    3. BADI Implementation
    4. (Some other was given .. I am not sure)
  7. In regard to the field selection, which option of the SELECT statement is required?
    1. FOR ALL ENTRIES IN
    2. WHERE
    3. INTO
    4. MOVE-CORRESPONDING
  8. Identify the Keyword that determines if a CMOD function exit has been provided?
    1. CALL PROGRAM-EXIT
    2. CALL CUSTOMER-SUBSCREEN
    3. CALL CUSTOMER-FUNCTION
    4. CALL USER-EXIT

Read Here for more SAP ABAP Transaction Codes.

  1. What is the attribute which defines the size of a Standard Table or a Custom Table?
    1. Data Class
    2. Delivery Class
    3. Size Category
    4. Package
  2. What is the Tcode for SQL Trace?                                                  
    1. ST01
    2. ST05
    3. SQL Trace
    4. All of the Above
  3. What is the Structure of LSMW?
    1. BDCDATA
    2. BDCMSGCOLL
    3. BDCBG00
    4. All of the Above
  4. Which of the following below are true about IDOC?                 
    1. IDoc’s are sent from SAP to SAP Systems
    2. IDoc’s can be sent from SAP to Legacy Systems
    3. IDoc’s cannot be sent to Non-SAP Systems
    4. All of the Above
  5. In Debugging, How can the user set a breakpoint?
    1. Giving  /h in the command field
    2. Giving /hn in the command field
    3. Setting a breakpoint from the Program Editor
    4. All of the Above
  6. Which statements from below are false about Logical Database?
    1. More than 1 LDB is used in a report
    2. LDB has structures and Database Programs associated with it
    3. Tcode for LDB is SE36
    4. None of the Above
  7. Where does the BADI Definition reside at?
    1. Adaptor Class
    2. BADI Implementation
    3. Both A & B
  8. What is the attribute which defines the storage type of a Standard Table or a Custom Table?
    1. Data Class
    2. Delivery Class
    3. Size Category
    4. Package

Get More Questions and Answers with Explanation at SAP ABAP Forum.


Comments

  • 02 Jan 2014 2:21 pm Anil Dasari Helpful Answer

    4. What is the Tcode to view the list of users associated with the same client ?

    Correct Answer is SM04

  • 10 Jan 2014 6:15 am Guest Helpful Answer

    Which statements from below are false about Logical Database ??

    correct answer is: D

  • 29 Jul 2017 7:27 pm Guest

     

    How can we start an ABAP new Debugger?

    correct answer : 

     

     

    1. Give /h in the command field
  • 29 Jul 2017 7:31 pm Guest

     

    In regard to the field selection, which option of the SELECT statement is required?

    1. correct answer : 
    2. WHERE
  • 29 Jul 2017 7:38 pm Guest

    what is the tcode for sql trace

     

    correct answer :  ST05

    Maintain Transaction Codes tcode - SE93, Performance Trace tcode - ST05, System Trace tcode - ST01, Complete list of Tcodes for tcode for sql trace.

  • 29 Jul 2017 7:41 pm Guest

     

    What is the Tcode for RFC Programming?

    1. CORRECT ANSWER : SM59 (HOW TO CONFIGURE AND TEST RFC CONNECTION IN SAP)
  • 29 Jul 2017 7:44 pm Guest

     

    What is the Tcode for Lock entries?

    1. CORRECT ANSWER : SM12
  • 29 Jul 2017 7:58 pm Guest

     

    Dynamically generated function code is stored in

     

    CORRECT ANSWER :  SY-SUBRC

     

    • 30 Jul 2017 6:23 am Guest

       

      What are the default menu’s seen in the SAP Screen?                      

      1. correct answer : system (sap system standard menu)
    • 30 Jul 2017 6:54 am Guest

       

      What is the Structure of LSMW?

      1. correct answer : All off the Above
    • 30 Jul 2017 7:31 am Guest

       

      What is the Tcode for IDoc Testing Tool?

      1. CORRECT ANSWER : 

        WE19 (EDI test tool. Use to test inbound Function module changes.)

    • 30 Jul 2017 7:38 am Guest

       

      How many radio buttons are associated when there are 4 radio buttons as a single radio button group?

      1. CORRECT ANSWER : 4
    • 30 Jul 2017 9:51 am Guest

       

      What are the output formats of ALV?

      1. correct answer : List and Grid
    • 30 Jul 2017 9:52 am Guest

       

      What is the responsibility of a DBA?

      1. CORRECT ANSWER : BACKUP
    • 30 Jul 2017 9:53 am Guest

       

      Which view uses only one table?

      1. CORRECT ANSWER : DATABASE VIEW
    • 30 Jul 2017 9:53 am Guest

       

      What is the activity done in the Production server of SAP?

      1. CORRECT ANSWER : USER ACCEPTING TESTING
    • 30 Jul 2017 9:54 am Guest

       

      Shipping comes under which module of SAP?

      1. CORRECT ANSWER : SALES AND DISTRIBUTION
    • 30 Jul 2017 9:56 am Guest

       

      What happens when a Function Module has been called?

      CORRECT ANSWER : 

      1. Only that specific function module will be executed
    • 30 Jul 2017 9:57 am Guest

       

      Customization is done in?

      1. CORRECT ANSWER : DEVELOPMENT
    • 30 Jul 2017 10:02 am Guest

       

      What is the Tcode for SAP Online Support System?

      1. CORRECT ANSWER : OSS1
    • 30 Jul 2017 10:13 am Guest

       

      In a search help, by using which parameter the specialization of a field is found?

      1. CORRECT ANSWER : EXPORT 
    • 30 Jul 2017 10:20 am Prashant Muttepawar

       

      What is the Internal Table which has the same response time irrespective with the size o f the table?

      1. CORRECT ANSWER : STANDARD TABLE
    • 30 Jul 2017 10:22 am Prashant Muttepawar

       

      What are not the attributes with respect to Tabstrip?

      1. CORRECT ANSWER : SCROLL BAR
    • 30 Jul 2017 10:30 am Prashant Muttepawar

       

      Which of the following below are true about IDOC?                 

      1. CORRECT ANSWER :     All of the Above
    • 30 Jul 2017 10:33 am Prashant Muttepawar

       

      Identify the Keyword that determines if a CMOD function exit has been provided?

      1. CORRECT ANSWER :  CALL CUSTOMER-FUNCTION
    • 30 Jul 2017 10:37 am Prashant Muttepawar

       

      What happens when two “ top-of-page “ statements were given in the Program?

      1. CORRECT ANSWER : Prints both of them

    ×