SAP ABAP Question Answer


Hello friends in this post we are going to discuss about SAP ABAP Multiple choice question with answer | SAP ABAP MCQ with answer | SAP ABAP Question answer dumps

If you are looking for more Dumps for MYSKILLZ Visit Here

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

Ans – SM59

2.An event starts with EVENT keyword and ends with

Ans – Another Event keyword

3.Transaction code for Modification Browser.

Ans : SE95

4.Tcode for logical database?

Ans :SE36

5.Total number of main windows in SAP-SCRIPTS?

Ans : 99

6.Where is the current active tab stored for a tabstrip?

Ans – ACTIVETAB

7.For transportation of data from a presentation server into SAP, the function module used is

Ans – UPLOAD
WS_UPLOAD

8.CATT Stands for?

Ans – COMPUTER AIDED TESTING TOO

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

Ans – CMOD

10.how many break points in a program

Ans: 30

11.How many watch points in a program?

Ans: 10

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

Ans – Set Screen

13.What does the function module WRITE_FORM do??

Ans – Writes the form

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

Ans – PBO

15.Representation of the data in the tabular format is ?

Ans – TABLE CONTROL

16.Call Transaction Method is implemented in the following ways

Ans – Synchronous
Asynchronous

17.What does INSTANTIATION mean by ??

Ans : to create discrete objects

18.In dynpro field attribute changes

ANS: commit, modify, activate.

19.Which one is not a enhancement?

Ans – function Module exit

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

Ans – type E

21.what is the size of the integer datatype?

Ans – 4

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

ANS: /E

23.what is ale ?

ans – exchange of data between sap system only.

24.What is the smallest unit of entity in idoc?

ans – Segment fields

25.Tcode for class builder

Ans : se24

26.Tcode for creating enhancement

Ans – CMOD

27.TCODE for Graphics Administration

Ans – SE78

28.What are all the batch input technique?(Multiple)

Ans – SESSION METHOD,CALL TRANSACTION

29.In OOPS INTERFACE is used for?

Ans – POLYMORPHISM,INHERITANCE

30.Which is not an enhancement?

Ans – FUNCTION MODULE EXIT

31.How many maximum no of breakpoint in program?

Ans – 30

32.How many maximum watch point and break point in program?

Ans – 10 AND 30

33.FOREIGN KEY is attached to which type of table?

Ans – CHECK TABLE

34.IN order to give Command line in SAP SCRIPT?

Ans – /E

35.What is default sort order of the appended fields?Append tab1 sort by…

Ans – Ascending

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

Ans – PROTECT… ENDPROTECT

37.BREAKPOINT SET in program editor is known as?

Ans – Session BREAKPOINT

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

Ans – Type E

39.What is the function module to create bdc?

Ans – BDC_OPEN_GROUP

40.System field to find index of the screen table row in currently processed?

Ans – SY-STEPL

41.TO store long time data what type you use?

Ans – MASTER DATA

42.Processing of session in background can be done using?

Ans – RSBDCSUB

43.How many data types are right justified?

Ans – 3

44.WHICH is not a event of interactive list?

Ans – AT NEW

45.What is TRUE about ABSTRACT CLASS?

Ans – ABSTRACT CLASS CANNOT BE INHERITED AND CAN BE REDEFINED BY MEHOD IN SUBCLASS

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

Ans – S000

47.IN LAYOUT SET TO EXTRACT FIELD USING ONLINE TRANSACTION?

Ans – leave to list-processing

48.Which is not element of SAPSCRIPT?

Ans – LINE FORMAT

49.CUSTOMIZATION of request is related to?

Ans – TRANPORT ORGANISER

50.What is TCODE FOR TEXT ENHANCEMENT?

Ans – CMOD

If you are looking for more Dumps for MYSKILLZ Visit Here

51. An executable program can be started in another executable program using which statement?

Ans – SUBMIT PROGRAMNAME AND RETURN

52.AN EVENT KEYWORD ENDED WITH?

Ans – ANOTHER EVENT KEYWORD

53. A SUPERCLASS method is inherited by subclass which statement to call superclass method?

Ans – CALL METHOD SUPER->METHODNAME

  1. Standard Script for purchase order — MEDRUCK
  2. T-Code for Standard Text — SO10
    CMOD
  3. T-Code for Graphics Administration – SE78
  4. T-Code for Class Builder — SE24
  5. T-Code for Creating Text Enhancements —
  6. Maximum number of Main Windows presnt in SAP Scripts — 99
  7. To represent data in a Tabular Format: Tabstrip
  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? — Clear
  12. T-Code of Screen Program consists of the following except: variant
  13. Which of the following are Batch Input Techniques? Session Method & Call Transaction

54.Dialog module does not have ?

Ans – Function pool

55.Type-1 program is called as in sap abap?

Ans – Executable

56.What type of file resides on presentation server?

Ans – flat file

57.Which is not element of SAPSCRIPT?

Ans – form

58.Structure of BDC message in SAP ABAP?

Ans – BDCMSGCOL

59.Which is not an enhancement?

Ans – Function module exit


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

Ans – Type E

61.which statement is true about abstract class?

Ans – Abstract class can not be inherited

62.What is the difference between Internal table and field-string?

Ans – Occurs n

63.Which attribute is not present in function module?

Ans – (sum option

64.Corrections are made in which phase?

Ans – Development

65.Debugging cannot be done for:

Ans – Macros

66.How to call subscreen in main program?

Ans – Call Subscreen

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

Ans – Format input on

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

Ans – Program should be activated

69.Which is not an Input field?

Ans – Pushbutton

70.What id /N command used for?

Ans – To close the current Transaction

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

Ans – Character

72.In Which method formal parameter does not have its own memory space?

Ans – pass by reference

73.Default Screen no in sap abap

Ans – 1000

74.Which determines the table space?

Ans – Data class

75.TCODE FOR CREATING BADI IMPLEMENTATION in SAP ABAP?

ANS: SE18/SE19

76.HOW DO YOU CALL SUBSCREEN IN MAIN SCREEN IN SAP ABAP?

ANS: CALL SUBSCREEN

77.WHAT IS THE TCODE FOR SAP SCRIPT STYLES IN SAP ABAP?

ANS: SE72

78.WHAT IS THE TCODE FOR GRAPHICS ADMINISTRATOR IN SAP ABAP?

ANS: SE78

79.STANDARD SAP SCRIPT FOR PURCHASE ORDER:

ANS – MEDRUCK

80.WHAT IS BAPI?

ANS: BAPI- DEFINITION AS PER NOTES

81.WHAT DOES INSTANTIATION MEAN?

ANS – CREATION OF DISCRETE OBJECTS IN CLASS DEFINITION

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

ANS – 30 AND 10

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

ANS – CHANGING

84.SEARCH HELP IS USED TO DISPLAY DATA FROM

ANS – VALUE TABLE

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

ANS – CHECK TABLE

86.WHICH IS USED TO WRITE THE FORM?

ANS – WRITE THE FORM

87.In OOPS INTERFACE is used for?

ANS – POLYMORPHISM INHERITANCE

88.Which is not an enhancement?

ANS:
FUNCTION MODULE EXIT

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

ANS – PROTECT… ENDPROTECT

90.What is the function module to create bdc?

ANS: BDC_OPEN_GROUP

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

ANS: S000

92.WHAT IS THE CENTRAL COMPONENT OF PAGE LAYOUT?

ANS – MAIN WINDOW

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

ANS:
TYPE E

94.What is Tcode for class builder?

ANS : se24

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

ans – PROGRAM,DYNBEGIN,FNAM

96.what is the structure of the bdc message?

Ans – BDCMSGCOLL

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

Ans – SYNCHRONOUS,ASYNCHRONOUS

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

ANS: A

99.to add a field to sap standard tables

ANS – append structure

100.where to create an object in alv control

ANS – pbo module

101.Which is used to alter screen in the layout set?

ANS – Screen exit

102.which attribute of business object needs to be implemented implicitly

ANS – variant

103.What is TCODE for Graphics Administration?

Ans – SE78

104.Which is not an enhancement?

Ans – FUNCTION MODULE EXIT

105.modification of request is related to?

Ans – WORKBENCH ORGANISER

106.A SUPERCLASS method is inherited by subclass which statement to call superclass method?

Ans – CALL METHOD SUPER->METHODNAME

107.what type of file resides on the presentation server?

Ans – Flat file

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

Ans – system id

109.what is the use of editor lock?

Ans – Others can see but cannot able to change

110.which one is the best Definition for BAPI?

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

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

Ans – AT-NEW

112.What is Default LENGTH OF THE INT DATA TYPE in SAP ABAP?

Ans – 4

113.domain is defined for ?

Ans – DATA ELEMENT

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

Ans – new

115.Breakpoints set in the ABAP editor are?

Ans – session breakpoints

116.LDB contains?

Ans – a)Structure
b)Selection
c)Database read program

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

Ans – SY-LOOPC

118.What does the function module WRITE_FORM do?

Ans – Write the form

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

Ans – START_FORM

120.WHIS IS BPX IN SAP ?

Ans – BUSINESS PROCESS EXPERT

If you are looking for more Dumps for MYSKILLZ Visit Here


Leave a Reply

Your email address will not be published. Required fields are marked *