Thursday, September 6, 2012

Abap Technical Interview Questions

1) Which is not used in DATA MIGRATION.

a) LSMW.
b) BAPI.
c)BADI.
d)None of these.

2) In Unicode programs, the following types are interpreted as character type

a) C,N
b) D,T.
c) I,F.
d) String.

3) In  df regard to SET PF-STATUS, you can deactivate unwanted function codes by using ______.

a) EXCLUDING.
b) IMMEDIATELY.
c) WITHOUT.
d) HIDE.

4) To measure how long a block of code runs, use the ABAP statement.
   
      a) GET TIME
      b) SET TIME FIELD
      c) GET RUN TIME FIELD  
      d) SET CURSOR FIELD

      5) What is the result after executing the above code?


a)    field1 = 10 
     field1 = 8

b)    field1 = 8
     field1 = 14
     field1 = 5

c)    field1 = 5
     field1 = 3
     field1 = 8

d)    field1 = 5
     field1 = 10
     field1 = 8

e)    field1 = 8
    field1 = 14


     6) Authorization Objects 
    
     a) STORED IN USER MASTER.
     b) DEFINES FIELDS FOR A COMPLEX AUTHORITY CHECK.
     c) GROUPED TOGETHER IN PROFILES.
     d) COVERS UP TO FIELDS.
     e) CONSISTS OF UP TO 10 AUTHORIZATION OBJECTS.
   
     7) What are the valid statuses of a released Batch Input session 
   
     a) BACKGROUND SESSION.
     b) DELETED SESSION.
     c) ERRORS IN SESSION.
     d) SESSIONS BEING PROCESSED.

     8) Function Module BDC_OPEN_GROUP generates the header of a Batch Input session, Which of the following is true?
  

    a) BCD_OPEN_GROUP must be first maintenance module for generating a Batch Input
        session in batch input program.
    b) If you call BDC_OPEN_GROUP not first maintenance module for generating batch
        input session, system generates standard values.
    c) User name specified in parameter USER is required when processing batch
        input in background.

    9) Is screen to display contents of ITAB in Table Control. For Batch Input
        process, you need to position cursor on  field ITAB-F2 in fourth line. What are values required for FNAM and FVAL in table BDC?
     
      a) FNAM = BDC_CURSOR FVAL = ITAB-F2(4).
      b) FNAM = ITAB(4) FVAL = BDC_CURSOR
      c) FNAM = SET_CURSOR FVAL = F2[4]
    
   10) You place data in DYNPROTAB of function module BDC_INSERT for processing screen of transaction. Which of the following statements about DYNPROTAB-DYNPRO is true?
   
     a) Field DYNPROTAB-DYNPRO contains program name and screen number
     b) DYNPROTAB-DYNPRO contains screen number
     c) Each value of DYNPROTAB-DYNPRO can occur more than once in table ..
    
    11) How many calls to BDC_INSERT can a batch input program contain?

     a) Exactly one call.
     b) Any number of calls, but each can only be used once as parameter tcode.
     c) One or more. For each call, input data is passed for one transaction.


1 comment:

  1. Hi shikha, where are the answers for these questions ?

    ReplyDelete

News Room