Abap MCQ

Download as pdf or txt
Download as pdf or txt
You are on page 1of 60

UCF.

1. Which of the following Transaction does not belong to Tables.

SE11

SE18

SM59

SM30

2. An event starts with EVENT keyword and ends with

Program execution

END-OF-EVENT

END-EVENT

Another Event keyword

3. Transaction for Modification Browser. Ans : SE95

4. Tcode for logical database? Ans :SE36

5. standard script ? Ans:Medruck

6. Total number of main windows in SAP-SCRIPTS? Ans : 99

7. Where is the current active tab stored for a tabstrip? Ans: ACTIVETAB

8. SAP landscape--->> Ans: DEV,QA,PRD

9. For transportation of data from a presentation server into SAP, the function module
used is
a) UPLOAD
b) WS_UPLOAD
c) FILE_UPLOAD
d) DATA_UPLOAD (MULTIPLE ANSWER IS CORRECT)

10. CATT Stands for? AnS: COMPUTER AIDED TESTING TOOL

11. T-code where we create Text Enhancements ??


a)CMOD
b)SMOD
c)LMOD
d) SALE Ans : CMOD

12. how many break points in a program

a)30

b)20

c)Less than 10 Ans: 30

13. How many watch points in a program? Ans: 10

14. How can we move on to the next screen (using which keyword)

a) Loop at Screen ……… Endloop


b) Next Screen
c) Submit Screen
d) Set Screen

15. What does the function module WRITE_FORM do?? (Don’t know)

a. Opens the form


b. Starts the form
c. If the form is not opened , this will help in opening it
d. Writes the form

16. What is the event in which you will be writing the logic in ALV?

a. PAI
b. PBO
c. At Selection-screen
d. Load-of-program

17. Representation of the data in the tabular format is ? Ans : TABLE CONTROL

18. Call Transaction Method is implemented in the following ways :- (multiple choice)

Synchronous

Asynchronous

Background

Foreground
19. What does INSTANTIATION mean by ?? Ans : to create discrete objects

20. Expand ERP . Ans : Enterprise resource planning.

21. In dynpro field attribute changes ANS: commit, modify, activate.

22. Which one is not a enhancement?

A) Customer exit
B) User exit
C) function Module exit
D) field exit

23. What function code is triggered when we specify AT-EXIT command during PAI ?? type E

24. what is the size of the integer datatype?

a) 2

b) 4

c) 8

d) Depends on the program

25. WHAT IS THE COMMAND USED FOR TEXT ELEMENT IN SAPSCRIPT?

ANS: /E

/:

E/

/:/

26. what is ale ?

a) exchange of data between systems with certain format and technologies.

b) exchange of data between systems, for sap application only.

c) exchange of data between sap system only.

d) echange of data between non sap system only.

27. What is the smallest unit of entity in idoc? Segment fields


28. Define instance.

29. What does sap script contains? options??

UCF 1.1

Q1: Tcode for class builder

Ans : se24

Q2: Tcode for creating enhancement

A. SE18
B. SE19
C. CMOD
D. SMOD

Q3: TCODE for Graphics Administration

A. SE71
B. SE72
C. SE78
D. SE80

Q4: What are all the batch input technique?(Multiple)

A. LSMW
B. CALL SESSION
C. SESSION METHOD
D. CALL TRANSACTION

Q5: In OOPS INTERFACE is used for?

A. POLYMORPHISM
B. INHERITANCE
C. BOTH A AND B
D. ENCAPSULATION

Q6: Which is not an enhancement?

A. FIELD EXIT
B. FUNCTION MODULE EXIT
C. SCREEN EXIT
D. MENU EXIT

Q7: How many maximum no of breakpoint in program?

A. 10
B. 15
C. 30
D. ANY

Q8: How many maximum watch point and break point in program?

A. 5 AND 30
B. 10 AND 30
C. 30 ANY 30
D. 10 AND 20

Q9: FOREIGN KEY is attached to which type of table?

A. VALUE TABLE
B. CHECK TABLE
C. BOTH
D. NONE

Q 10: IN order to give Command line in SAP SCRIPT?

A. /:

B. /E

C. E/

D.

Q11: What is default sort order of the appended fields?

Append tab1 sort by…

A. Descending
B. Ascending
C. Any
D. Both

Q12: Which control command used to keep content on same page?


A. PROTECT… ENDPROTECT
B. NEWPAGE
C. NEWWINDOW
D. CHAIN … ENDCHAIN

Q13: BREAKPOINT SET in program editor is known as?

A. Session BREAKPOINT
B. USER BREAKPOINT
C. DEFAULT BREAKPOINT
D. NONE

Q14: What fun type needs to be set if we want to use AT-EXIT command?

A. TYPE P
B. TYPE E
C. TYPE F
D. TYPE S

Q15: What is the function module to create bdc?

A. BDC_INSERT
B. BDC_CREATE
C. BDC_OPEN_GROUP
D. BDC_CLOSE_GROUP

Q16: System field to find index of the screen table row in currently processed?

A. SY-LISEL
B. SY-STEPL
C. SY-TABIX
D. SY-LILLE

Q17: TO store long time data what type you use?

A. MASTER DATA
B. CUSTOMIZE DATA
C. TRANSACTION DATA
D. COMPLEX DATA

Q18: Processing of session in background can be done using?

A. RSDXLDBUG
B. RSBDCSUB

Q19: How many data types are right justified?

A. 1
B. 2
C. 3
D. 5

Q20: WHICH is not a event of interactive list?

A. TOP OF THE PAGE DURING LINE SELECTION


B. AT LINE SELECTION
C. AT USER COMMAND
D. AT NEW

Q21: BAPI CAN BE USED IN?

NOTE: I DNT REMEMBER D OPTIONS ITS VERY HARD. SOME RELATED TO (release version of bapi
must be same, bapi used in same boundary)

Q22: TRUE about ABSTRACT CLASS?

A. ABSTRACT CLASS CANNOT BE INHERITED AND CAN BE REDEFINED BY MEHOD IN


SUBCLASS.
B. ABSTRACT CLASS CAN BE INHERITED ,AND REDEFINE IN SUBCLASS.

Q23: TCODE for initial screen of R/3 SYSTEM?

A. S000
B. S001
C. S002
D. P000

Q 24: IN LAYOUT SET TO EXTRACT FIELD USING ONLINE TRANSACTION?

A. LEAVE TO SCREEN

B. LEAVE TO LIST-PROCESSING

C. SET SCREEN

D. LEAVE SCREEN

Q26: Which is not element of SAPSCRIPT?


A. CHARACTER FORMAT
B. PAGE
C. PAGE AND WINDOW
D. LINE FORMAT

Q27: CUSTOMIZATION of request is related to?

A. TRANPORT ORGANISER
B. WORKBENCH ORGANISER
C. CUSTOMIZE ORGANIZER
D. NONE OF D ABOVE

Q28: TCODE FOR TEXT ENHANCEMENT

A. CMOD
B. SMOD
C. FMOD
D. TMOD

Q29: Which is not a type of internal table?

Q30: An executable program can be started in another executable program using which
statement?

A. SUBMIT
B. SUBMIT AND RETURN
C. RETURN
D. SUBMIT PROGRAMNAME AND RETURN

Q31: AN EVENT KEYWORD ENDED WITH?

A. END EVENT
B. ANOTHER EVENT KEYWORD
C. START OF ANOTHER EVENT BLOCK PROCESSING

Q32: A SUPERCLASS method is inherited by subclass which statement to call superclass


method?

A. CALL METHOD SUPER->METHODNAME


B. CALL METHOD SUPERCLASS->METHODNAME
C. CALL METHOD SUPER
D. CALL METHOD METHODNAME
1. Standard Script for purchase order --- MEDRUCK

2. T-Code for Standard Text -- SO10

3. T-Code for Graphics Administration – SE78

4. T-Code for Class Builder -- SE24

5. T-Code for Creating Text Enhancements -- CMOD

6. Maximum number of Main Windows presnt in SAP Scripts -- 99

7. To represent data in a Tabular Format:

i)Tabstrip

ii) Table Control ----ANS

iii) Screen

8. When debugging a BDC session, which command is used to exit the session?: --- /bend

9. Maximum number of breakpoints in a program -- 30

10. Breakpoint created in the ABAP Editor is called:

Session Breakpoint

11. Which Statement will clear the header line of the table?

i) Clear (Ans)

ii) Clean

iii) Flush

12. T-Code of Screen Program consists of the following except:

i) Screen no

ii) variant ---ANS

iii) Authorization Object

iv) Program
13. Which of the following are Batch Input Techniques?

i) LSMW

ii) Call Session

iii) Session Method (Ans)

iv) Call Transaction (Ans)

14. Dialog module does not have ?

i) Transaction code

ii) Screen

iii) Menu

iv) Function pool--ANS

15. Type-1 program is called as

i) Include

ii) Module pool

iii) Executable (Ans)

iv) Subroutine pool

16. What type of file resides on presentation server?: -- flat file

17. Which is not element of SAPSCRIPT?

i) page window

ii) form ---ANS

iii) Window

iv) Paragraph format


18. Comment line in SAP Script:---- /*

19. Order of fields in SAP Logon: Client, User ID, Password, Language

20. Structure of BDC message: BDCMSGCOL

21. Which is not an enhancement?

i) Field exit

ii) Function module exit

iii) Screen exit

iv) Menu exit

22. What funcion type needs to be set if we need to use AT-EXIT command?

i) Type P

ii) Type E

iii) Type F

iv) Type S

23. which statement is true about abstract class?

i) Abtract class cannot be inherited

ii) Abtract class can't be inherited.

iii) Abstract class can be inherited and methods can be redefined

24. Instantiation : creation of discrete objects.

25. What is the difference between Internal table and field-string? --- Occurs n

26. Which attribute is not present in function module?

i) Importing

ii) Exporting

iii) Changing

iv) (sum option)


27. Corrections are made in which phase?

i) Development

ii) Sandbox

iii) Quality

iv) Productio

28. SDN stands for: SAP Developers Network

29. Debugging cannot be done for:

i) Subroutines

ii) Function Modules

iii) Macros

iv) Statements

30. Workbench request

31. How to call subscreen in main program?

i) Call Subscreen <dynnr>

ii) Call <dynnr>

iii) Call subscreen

32. BAPI Definition

33. To enter values to the input list field in selection screen

i) Format input on

ii) write fld as input field

iii) input field

34. You are in screen painter. What should be done before assigning the
field values in the program to the screen fields?

i) Program should be activated.---ANS

ii) Data objects of the progarm should be activeted.

iii) Data objects should be activated in the dictionary.

iv) Fields should be defined in screen manually

35. Which is not an Input field?

i) Checkbox

ii) Radiobutton

iii) Pushbutton

iv) List

36. What id /N command used for?

i) To close the current session

ii) To close the current Transaction

iii) To open a new session

iv) To start a new transaction

37. What type is a variable if Type Specification is not present?

i) Integer

ii) Float

iii) Character

iv) Packed
38. In Which method formal parameter does not have its own memory space?

i) pass by reference

ii) pass by value

iii) pass by value and return

iv) none of the above

39. Changes are recorded in: Workbench Organizer

40. Default Screen no:

i) 1000

ii) 1100

iii) 1010

iv) 100

41. System defined data object for date: SY-DATUM

42. Which determines the table space?

i) Buffering type

ii) Data class

iii) Size category

43. Some question on SAP Netweaver and BW...

Q1. TCODE FOR CREATING BADI IMPLEMENTATION?

ANS: SE18/SE19

Q2. HOW DO YOU CALL SUBSCREEN IN MAIN SCREEN?

ANS: CALL SUBSCREEN


Q3. WHAT IS THE TCODE FOR SAP SCRIPT STYLES?

ANS: SE72

Q4. WHAT IS THE TCODE FOR GRAPHICS ADMINISTRATOR?

ANS: SE78

Q5. STANDARD SAP SCRIPT FOR PURCHASE ORDER:

ANS: MEDRUCK

Q6. WHAT IS BAPI?

ANS: BAPI- DEFINITION AS PER NOTES.

Q7. EVENT WITH THE KEYWORD START-OF-EVENT ENDS WITH

END-OF-EVENT

END-EVENT

another event keyword

Q8. ALL REPOSITORY OBJECTS ARE GROUPED UNDER

ANS: DEVELOPMENT CLASS

Q9. WHICH IS NOT A TYPE OF ENHANCEMENTS?

SCREEN EXITS

MENU EXITS

FIELD EXITS

ANS: FUNCTION MODULE EXITS

Q10. WHAT DOES INSTANTIATION MEAN?

ANS: CREATION OF DISCRETE OBJECTS IN CLASS DEFINITION

Q11. THE CUSTOMER FIELD NAMES USING APPEND STRUCTURE STARTS WITH

ANS: ZZ AND YY

Z AND Y
ZZ_ AND YY_

Z_ AND Y_

Q12. HOW MANY BREAK POINTS AND WATCH POINTS USED IN ABAP PROGRAM?

ANS: 30 AND 10

15 AND 20

25 AND 15

0 AND 10

Q13. WHICH PARAMETER IS USED TO PASS THE DATA FROM FUNCTION MODULE TO CALLING
PROGRAM?

IMPORT

EXPORT

CHANGING

TABLES

Q14. SEARCH HELP IS USED TO DISPLAY DATA FROM

CHECK TABLE

ANS: VALUE TABLE

FOREIGN KEY TABLE

INTERNAL TABLE

Q15. FOREIGN KEY TO THE FIELD CAN BE USED BASED ON

ANS: CHECK TABLE

VALUE TABLE

INTERNAL TABLE

FOREIGN KEY TABLE


Q16. WHICH IS USED TO WRITE THE FORM?

OPENS THE FORM

CLOSE THE FORM

ANS: WRITE THE FORM

IF NOT OPENED,OPENS AND WRITES THE FORM

Q17. In OOPS INTERFACE is used for?

POLYMORPHISM

INHERITANCE

ANS: BOTH A AND B

ENCAPSULATION

Q18. Which is not an enhancement?

FIELD EXIT

ANS: FUNCTION MODULE EXIT

SCREEN EXIT

MENU EXIT

Q19. Which control command used to keep content on same page?

ANS: PROTECT… ENDPROTECT

NEWPAGE

NEWWINDOW

CHAIN … ENDCHAIN

Q20. What is the function module to create bdc?

BDC_INSERT

BDC_CREATE

ANS: BDC_OPEN_GROUP
BDC_CLOSE_GROUP

Q21. TCODE for initial screen of R/3 SYSTEM?

ANS: S000

S001

S002

P000

Q22. WHAT IS THE COMMAND USED FOR TEXT ELEMENT IN SAPSCRIPT?

ANS: /E

/:

E/

/:/

Q23. WHAT IS THE CENTRAL COMPONENT OF PAGE LAYOUT?

PAGE FORMAT

CHARACTER FORMAT

PARAGRAPH FORMAT

ANS: MAIN WINDOW

Q24. What fun type needs to be set if we want to use AT-EXIT command?

TYPE P

ANS: TYPE E

TYPE F

TYPE S
Q25. Tcode for class builder

ANS : se24

Q26. WHAT ARE THE FIELDS INCLUDED IN THE BDCDATA STRUCTURE?

ANS: PROGRAM

ANS: DYNBEGIN

ANS: FNAM

FVALUE

Q27. what is the structure of the bdc message?

ANS: BDCMSGCOLL

BDCMESSCALL

BDCMESSAGECALL

DBCMSGCAL

Q28. IN CALL TRANSACTION,HOW WILL THE DATABASE GET UPDATED?

ANS: SYNCHRONOUS

ANS: ASYNCHRONOUS

FOREGROUND

BACKGROUND

Q29. WHICH TYPE OF MESSAGE YOU WILL USE IF YOU WANT TO TERMINATE THE SESSION??

ANS: A

X
1) to add a field to sap standard tables

insert

include

append structure

append

2)where to create an object in alv control

load program

pai module

pbo module

start of selection

3) Which is used to alter screen in the layout set

Variant

Screen variant

Screen exit

Field exit

4) which order the events are

Start of selection ---3

Initialization---1

End of selection

Get

At selection screen---2

5)which attribute of business object needs to be implemented implicitly

database

instance
variant

and other option

6)TCODE for Graphics Administration

A. SE71

B. SE72

C. SE78

D. SE80

7)Which is not an enhancement?

A. FIELD EXIT

B. FUNCTION MODULE EXIT

C. SCREEN EXIT

D. MENU EXIT

8: How many maximum no of breakpoint in program?

A. 10

B. 15

C. 30

D. ANY

9)IN order to give control Command line in SAP SCRIPT?

A. /:---ANS

B. /E

C. /*

D. *

10): Which control command used to keep content on same page?

A. PROTECT… ENDPROTECT
B. NEWPAGE

C. NEWWINDOW

D. CHAIN … ENDCHAIN

11: BREAKPOINT SET in program editor is known as?

A. SESSION BREAKPOINT

B. USER BREAKPOINT

C. DEFAULT BREAKPOINT

D. NONE

12)Processing of session in background can be done using?

A. RSDXLDBUG

B. RSBDCSUB

13)if we double click on a basic list, what is the value of sy-lsind ??

value remains unchanged

14)Which is not element of SAPSCRIPT?

A. page window

B. form

C. WINDOW

D. paragraph format

15: modification of request is related to?

A. TRANPORT ORGANISER

B. WORKBENCH ORGANISER
C. CUSTOMIZE ORGANIZER

D. NONE OF D ABOVE

16:A SUPERCLASS method is inherited by subclass which statement to call superclass method?

A. CALL METHOD SUPER->METHODNAME

B. CALL METHOD SUPERCLASS->METHODNAME

C. CALL METHOD SUPER

D. CALL METHOD METHODNAME

17:TCODE FOR CREATING BADI IMPLEMENTATION?

ANS: SE19

18. HOW DO YOU CALL SUBSCREEN IN MAIN SCREEN?

ANS: CALL SUBSCREEN

19:TCODE FOR defining BADI IMPLEMENTATION?

ANS: SE18

20:WHAT DOES INSTANTIATION MEAN?

ANS: CREATION OF DISCRETE OBJECTS IN CLASS DEFINITION

21:WHAT ARE THE FIELDS INCLUDED IN THE BDCDATA STRUCTURE?

ANS: PROGRAM

ANS: DYNBEGIN

ANS: FNAM

FVALUE

22:Tcode for server program has following except:

screen no

variant

autorization object
Program

23: Smallest unit of IDOC? Field

24: what type of file resides on the presentation server

Flat file

Binary file

Dataset

Sequential file

25: what is OSS? Online service system

26: what is sdn?? SAP DEVELOPERS NETWORK

27: which out the following windows has page-break : Main window

28:out of the following which one is not present on the logon screen

userid

password

language

system id

29: what is the use of editor lock

User cannot see and change

Other cannot able to see and change

User can see but can’t able to change

Others can see but cannot able to change

30: which one is the best Definition for BAPI?

BAPI is a programming interface which provides external access to R/3 data.

31: Which of these is not a command linked with layout set of sap script form?

a)NEW-PAGE
b)NEW-WINDOW

c)DEFINE

d)AT-NEW

32:DEFUALT LENGTH OF THE INT DATA TYPE?

34: domain is defined for ??

DATA ELEMENT

DATA LEBAL

FIELD LABEL

FIELD

35: TCODE FOR THE SAP SCRIPT STYLE??

SE71

SE72

SE75

SE80

36:dialog program is what type

Type e

Type m

Type s

37: dialog module has follwing

Transaction code

Screen
Menu

Function pool

38: where does page break occurs in the layout

Main window

39: Transaction for Modification Browser. Ans : SE95

1. T code for creating Enhancement? CMOD

2. T code for Text Enhancement? CMOD

3. T code for Class builder? SE24

4. T code for server program has following except:

screen no

variant

autorization object

program

5. What command protects from Page-break? Protect. End protect

6. Smallest unit of IDOC? Field

7. What type of file resides on the presentation server

Flat file

Binary file

Dataset

Sequential file

8. Intermediate files in lsmw are stored in

application server

presentation server
database

file system

9. WHEN A USER SET A BREAK POINT IN ABAP EDITOR IT IS CALLED

user breakpoint

session breakpoin

10. What is OSS? Online Service System

11. What is BPX? Business Process Expert

12. T code for BOR? Business Object Repository

13. Out of the following which is type E: At exit-command

14. Max no of variable windows possible in SAP--ANY NUMBER

15. Max no of main windows present in SAP --99

16. Which out the following windows has page-break: Main window

17. Where is the current active tab stored for a tab strip: ACTIVETAB

19 What statement allows you to generate a report from an online transaction: LEAVE TO LIST-
PROCESSING

20. In which of the following data transfer does not occur

BDC

Direct input

Session

LSMW

21. From which of the following a new line cannot be produced

skip

write/

new
22. The no. of watch points and breakpoints possible in SAP ----10 AND 30

23. How to end EVENT: EVENT KEYWORD

24. Part of bdc (multiple choice)

Keep

Program

Fnam

Dynpro

25. standard purchase order script: MEDRUCK

26. question whose ans was Chain...endchain

27. in call transaction method, data update is( multiple choice)

Synchronous

asynchronous

Foreground

Background

28. Which tool is used to manage and organize development objects: Workbench Organizer

29. One question whose answer was implementation guide

30. which of the following is used to clear the header: clear

31. What requirement exists if a field is defined in the dictionary of type CURR:

The field must be linked to another field of type CUKY


32. to initialize some value on selection screen in paramenter we use:

initialization

default--ans

value

33. out of the following which one is not present on the logon screen

userid

password

language

4th option is the answer

34. Small Check box in the field of SAP screen means? mandatory

35. What is the structure created by BDC program? : bdcdata

36. what does INTANTIATION mean?

37. tcode to process background job.sm36

UCF ABAP 1.1

1. ABAP dictionary is used for?

a)) to create database objects . for eg. tables,views.

b) to maintain abap programs.


c)to maintain help files

d)to maintain documents

(this is multiple ans ques, i think the ans is a,c,d)

2.which one is the best Definition for BAPI?

BAPI is a programming interface which provides external access to R/3 data.

3.Why R/3 is called so?

a) It requires 3 servers

b) It is a 3 tier architecture which represents database,application ann frontend presentation


servers.

c)It is a 3 tier architecture which represents GUI,BAPI and RFC.

d) some option.

5.Breakpoints set in the ABAP editor are?

a. session breakpoints

b.User breakpoints

c.Debugger breakpoints

d. some option.

6.tcode for class builder? se24

7.Program used for background bdc session?

RSBDCSUB
8.Program used for field exit?

9.TCODE for text enhancements? CMOD

10.Customer name range for fields in append structure?

a) Z_ or Y_

b) ZZ or YY

c) ZZ_ or YY_

d) Z or Y

11.LDB contains?

a)Structure

b)Selection

c)Database read program

d) Field group.

12.Interface fulfills which properties of OO?

a) Polymorphism

b)Inheritance

c)Encapsulation

d) Both a and b

13.Intermediate files of LSMW are stored in?

a)Presentation server
b)Application server

c)Database server

d)File system

14.Which of these is not a command linked with layout set of sap script form?

a)NEW-PAGE

b)NEW-WINDOW

c)DEFINE

d)AT-NEW

15.System variable that store the number visible lines on the screen?

a)SY-STEPL

b)SY-DYNNR

c)SY-LOOPC

d)some option

16.You are in screen painter. What shoul be done before assigning the field values in the
program to the screen fields?

a)Progrm should be activated.

b)Data objects of the progarm should be activeted.

c)Data objects should be activated in the dictionary.

d) Fields should be defined in screen manully


17.What does the function module WRITE_FORM do?

a)Open the form

b)Write the form

c)Open the form if it is not opened and then write the form

d)Start the form.

18.What is the function module to be used to call a script from another script?

a)OPEN_FORM –is for printing

b)WRITE_FORM

c)START_FORM

19.What is the difference between client dependent and client independent tables?

(Its about MANDT field .Read the option carefully and ans)

UCF 1.1 PANKAJ QUESTIONS

Q1. WHAT IS THE TCODE FOR THE STANDARD TEXT??

SO10---ANS

SE18

SE80

S001

Q2.IN WHICH TRANSACTION DO U IMPLEMENT USER EXITS?


SMOD

CMOD--ANS

BMOD

SE18

Q3. TCODE FOR THE BADI IMPLEMENTATION?

SE18

SE19--ANS

SMOD

CMOD

Q4. DEFUALT LENGTH OF THE INT DATA TYPE?

4--ANS

Q5. WHICH KEYWORD WILL YOU USE TO DO THE CHANGES PERMANENT IF YOU MODIFY THE
TEXT FIELD IN SCREEN PAINTER?

ACTIVE --ANS
SET

RUN

SAVE

Q6. domain is defined for ??

DATA ELEMENT----ANS

DATA LEBAL

FIELD LABEL

FIELD

Q7. WHAT IS THE SMALLEST UNIT OF IDOC?

FIELD----ANS

DATA ELEMENT

DOMAIN

CHARACTER

Q8. WHICH IS THE METHOD TYPE FOR THE BATCH INPUT METHOD IN BDC?

SESSION----ANS

CALL SESSION

CALL TRANSACTION METHODE

CALL TRANSACTION----ANS
Q9. ABSTRACT CLASS IS USED FOR?

TO INHERITE THE METHODE INSUBCLASS AND REDEFINE IT

TO INHERITE THE METHODE INSUBCLASS AND DOES NOT REDEFINE IT

..

..

Q10. HOW TO CALL THE METHODE OF A SUPERCLASS WHICH HAS THE SAME NAME AS THE
METHODE DEFINED IN SUB CLASS??

CALL SUPER->MYMETHOD----ANS

CALL SUPERMETHOD->MYMETHODE

CALL SUPERMETHODE

CALL METHODE

Q11. what is the structure of the bdc message?

BDCMESSCOL

BDCMESSCALL

BDCMESSAGECALL

BDCMSGCAL----ANS

Q12. WHIS IS BPX IN SAP ?


BUSINESS PROCESS EXPERT----ANS

TECHNICAL COMMUNITY

FUNCTION COMMUNITY

BUSSINESS EXPERT COMMUNITY

Q13. what is the program name for the user exits??

bdmodpr

bdmodsub..

(donn remember the ans exactly)

Q14. how many variable windows can be their in sap scripts??

any no----ANS

99

Q15. WHAT IS THE CONTROL COMMAND IN SAP SCRIPT??

/*

/:----ANS
/E

Q16. WHAT IS THE CONTROL COMMAND FOR THE SAP TEXT ELEMENT ?

/*

/:

/E----ANS

Q17. WHAT IS THE CONTROL COMMAND FOR THE COMMENT IN SAP SCRIPT?

/*----ANS

/:

/E

Q18. IDENTIFY THE TABLE WHICH HAS THE FOLLWOING PROPERTIES,

ONE TO ONE MAPPING

NO OF FIELDS SHOULD BE SAME

...

ANS WOULD BE TRANSPARENT TABLE..


Q19. /N IS USED FOR?

TO CLOSE THE TRANSACTION----ANS

TO CLOSE THE SESSION

TO LOGG OFF

..

Q20. MAX NO OF WATCHPOINT IN A SAP ABAP??

10----ANS

05

30

Q21. WHICH TYPE OF MESSAGE YOU WILL USE IF YOU WANT TO TERMINATE THE SESSION??

A----ANS

Q22. WHEN A USER SET A BREAK POINT IN ABAP EDITOR IT IS CALLED??

USER BP
SYSTEM BP

SESSION BP----ANS

STATIC BP

Q23. DATA FILE IN THE PRESENTATION SERVER IS CALLED AS??

FLAT FILE----ANS

SYSTEM FILE

SEQUENTILE FILE

DATA SET FILE

Q24. WHAT IS THE TCODE FOR THE CREATION OF PROJECT ENHANCEMENT?

SMOD

CMOD----ANS

SE18

BMOD

Q25. DEFINETION OF THE ALE??

....

....

Q26.TCODE FOR THE SAP SCRIPT STYLE??


SE71

SE72----ANS

SE75

SE80

Q27.ONW QUESTION REGARDING BAPI DEFINITION??

...

...

...

...

Q28.

1) tcode for implementing badi- se19

2)breakpoints-30

3) graphical administrator-se78

4) class builder- se24

5) interface will satisfy- inheritance and polymorphism

6)if mandt not given- client independent


7)upload file in bdc- upload,ws_upload

8)building block of idoc-segment

9)oss-online service system

10)to have all content on same page-protect...end protect

11)constructor of class ==1

12)to take output as table-table control

13)exit-type E

14) SMALLEST ELEMNT OF IDOC- FIELD

15)to clear header - CLEAR

16) create background- SM36

17)CALL TRANSACTION UPDATE METHOD- SYNCHRONOUA AND ASYNCHRONOUS

18)B2B- BUISNESS TO BUISNESS


19)about gui not true- called dynamically

20) comment in sap acript- /*

21) breakpoint set in program editoe- session brakpoint

22) to merge strings what is used- concatenate

23) not applicable for all data transfer- direct input

24)/o- to open new session

25)not a elemnt of sap acript- form

26) debug can be set for

a) function module(ans)

b)statement(ans)

c) subroutine(ans)

d) macros

27) not correct about bapi- bapi don't raise exception

28) modification are stored in- workbench organizer


29) in screen paintewr if we wnat to include any program field intto screen- program must be
activated

30) type of msg to terminate session- A

31)tcode of screen program has following except- variant

32) to define and mange data for system what is used(-i don't knw)

a) workbench organizer

b) data dictionary

33)correction are done in

- develpoment

34)process integartion in sap netweaver achieved through- i wrote ep(enterprise portal)

35) to leave the current screen in one step- i wrote leave to screen<dynnr>

36)check is used for- i wrote(used in processing block)


37)not entered in sap log on screen- system id

38) not true about bapi- i wrote(bapi can't raise exception)

39)when top of page not occur- when double click on line

40) how many header for a page - 1

41) one answer is virtual

42)one anser selection text

43)dialog program -type m

44)to determine width of list- line-size

45)one question was like not used in function module for -

a) export

b) import

c) changing

d)tables( i gave table)

46)current active tab stored- active tab


47) used to display in table format= tablecontrol

48) lsmw stands for

49)to rad al line when cursor placed on line in list

a) read line( i gave this)

b) get cursor

1. watch points and break points 10,30


2. tcode for styles se72
3. tcode of screen program has following except
screen number
variant----ANS
authorization object
program
4. in which method formal parameter is not having own memory space
*****pass by reference
pass by value
pass by value and return
none of the above
5. which is not a default data type
p
****o
i
x
6. tcode for class builder se24
7. tcode not related to tables
se11
se16
sm30
*****sm59
8. what is ale?(2 question came about this)
9. Which method is used to upload file
Upload----ANS
Ws_upload----ANS
File_upload
Data_upload
a and b
c and d
a, b and d
b,c and d
10. Bdc table structure contains(MULTIPLE CHOICE)
Fnam----ANS
Keep
Dynpro----ANS
Program----ANS
11. In call transaction how data getting upload(MULTIPLE CHOICE)
****Synchronous
****Asynchronous
Foreground
Background
12. True about abstract class
13. What is INSTANTIATION
14. BPX stands for
15. The files in application server are called
Flat files
Database files
Sequential files
Logical files----ANS
16. Tcode for enhancement
17. How data gets transfer from function to program except
Importing
Changing
Tables
Exporting
18. Default client number in sap
100----ANS
000
310
19. How to identify client independent vs client dependent
20. By using which statement you can stay in same page
Protect ………….. end protect
21. By using which statement you can check multiple fields
If and else if
*******Chain ……. End chain
Loop …….. end loop
Case ……… end case
22. In which statement you can’t call screen
Protect ………… end protect
****Chain ………….end chain
23. If you want to call at-exit command then what type of program it will call
Type m
Type s
****Type e
24. Screen program is what type
Type e
*****Type m
Type s
25. How to identify commands in scripts
***/:
/e
/*
/;

First try this if u need answers I will give you.

Some questions I dint even know about that.

Others whenever I get remember I will tell you.

1.tcode for defining BADI?se18

2.tcode for implementing BADI?se19

3.tcode for SAP styles?se72


4.unconditional loop?do...end do

5.tcode for creating enhancements?cmod

6.BPX in SAP is used for?business process experts

7.use of write_form?

a) opens the form

b) writes the form----ANS

c) opens the form if is not opened and then writes the form.

8.to open a form within another form?

a.start_form----ANS

b.open_form

c.write_form

9.you are in screen painter.what will u check before assinging programs to a screen?

a.PROGRAM should be activated----ANS

b.fields should be manually mapped to screen

10.which is not true about BAPI?

a.Bapi does not raise exceptions----ANS

b.bapi is a method of Bussiness Object


c.BAPI is a component of Business Object Repository

11.SDN?a.SAP developers Network(ans)

b.SAP development network

c.SAP developing network

12.IDES?

A.INTERNET DEMO ENTERPRISE SYSTEM

B.INTERNET DEMO AND EVALUATION SYSTEM(ans)

13.which of the foll is different from a CERTAIN layout set in SAP Script ?

a.NEW-WINDOW

B.NEW-PAGE

C DEFINE

D AT NEW(Ans)

14.BREAK POINT SET BY ABAP EDITOR IS CALLED AS

A.DEBUGGER BREAKPOINT

B.SESSION BREAKPOINT(ans)

C.USER BREAKPOINT

D.SYSTEM BREAKPOINT

15.WHICH OF THE FOLL IS NOT AVAILABLE IN A PAGE LAYOUT IN SAP SCRIPTS?

a.window

b.form----ANS
c.page window

16.2 METHODS IN BATCH INPUT?ans:call trans and session

17.repository objects are grouped by?

a.by clients

b.by user

c.development class(ans)

18.Instance is?(multiple ans)

a.Presentation,application and database server.

b.work process only.

c.work process,dispatcher and ....

c.an Item

20.which keyword is used for text element in sap.

a./:

b./E(ans)

c.*

d./*
22.Clent Feild has how many characters? - 3

23.what is Abstract class ?

a.class canNOT be inherited and methods can be redefined----ANS

b.class can be inherited and methods need not be redefined

24.questions related to ON_request,on_value..

25.instantiation means?

ans:creating discreet objects

26.which of the following is not used to pass parameters from subroutine to calling pgm?

a.export

b.import

c.by tables----ANS

d.by changing

1.Clent Feild has how many characters? - 3

2.Abstract class means?


3.Sap Product in enterprise soa is associated with?

a.SAP PI

b.SAP BI

c.SAP Netweaver----ANS

d.SAP EP

4.what is ALE?

a.Exchange of data between two sap syatems which has same release status.

b.Exchange of data between two non sap systems only

(Someother optiond were given.Dunno exact answer)

5.Which is not true about BAPI.

a.Bapi does not raise exceptions----ANS

b.bapi is a method of Bussiness Object

c.BAPI is a component of Business Object Repository

6.If the feild contains a value other than its initial value,which keyword is called?

a.on-input----ANS

b.on-feild

c.on-request
7.Purchase Requisition is associated with?

a.Sales and Distribution

b.Material Management----ANS

8.which keyword is used for comment in sap.

a./:

b./E

c.*

d./*----ANS

9.All repository objects in SAP are grouped under

a.client

b.user

c.development class----ANS

10. BADI is defined in?

a.se11

b.se16

c.se18----ANS
d.se19

11.Instance is?

a.Presentation,application and database server.----ANS

b.work process only.

c.work process,dispatcher and ....----ANS

c.an Item

12.Tcode for Text Enhancement?

a.cmod----ANS

b.sale

c.smod

13.How many variable windows in Page Layout?---any number

14. how many main windows in Page layout?---99

15. Documentation is associated to - F1

16. Write_form does?

a) opens the form

b) writes the form----ANS


c) opens the form if is not opened and then writes the form.

17.Internal Tables passed to subroutines

a.by value

b.by reference----ANS

c.value and return

d.cannot be passed

18.Keyword to set break poits in abap editor is

a.break-point----ANS

b.breakpoint

c.skip

d.stop

19.Tcode for defining badi?---se18

20.BPX in SAP is used for?Business Process Expert

21..you are in screen painter.what will u check before assinging program feilds to the screen?

22.Function code that AT USER COMMAND fires?

a.type S

b.type T
c.normal function codes----ANS

d.function codes start with P.

24.No of break points---30

25.no of watchpoints---10

26.METHODS IN BATCH INPUT?

a.session method-----ANS

b.call transaction----ANS

c.lsmw

d.call session

27.sy-lisel - contents of the line triggered

28.which event is not triggered in secondary list?

a.top-of-page----ANS

b.top-of-page during line selection

29.instantiation means?

ans:creating discret objects


1)tcode for implementing badi- se19

2)breakpoints- 30

3) graphical administrator- se78

4)to have all content on same page- protect...end protect

5)watchpoints- 10

6)At-exit command- type E

7)CALL TRANSACTION UPDATE METHOD- SYNCHRONOUS AND ASYNCHRONOUS

8)TEXT ELEMENT IN SAP SCRIPT- \E

9)which is not correct about bapi- bapi don't raise exception


10)current active tab stored- active tab

11)Keyword used to clear the header- clear

12)Maximum number of variable Windows presnt in SAP Scripts: any number

13)T-Code for Creating Enhancements: CMOD

14)Which is not an Input field?

i) Checkbox

ii) Radiobutton

iii) Pushbutton ---ans

iv) List

15) Which determines the physical storage of table?

i) Buffering type

ii) Data class----- ans (i gave this ans but not sure )

iii) Size category

iv)package

16) Process Integration is associate with

i) PI -ans

II) BI

got some other options


17)Instantiation : creation of discrete objects.

18) which statement is true about abstract class?

i) Abtract class can't be inherited. -----ans

ii) Abstract class can be inherited and methods can be redefined.

(got 95% questions from our batch dumps oly)

You might also like