SAP ABAP Development Fundamentals

Test your knowledge of SAP ABAP development including BAPI, RFC, Function Modules, Data Dictionary concepts, and essential transaction codes

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Transaction code for the Database Browser is

  1. se16
  2. /nn
  3. se16n
  4. All the Above
Question 2 Multiple Choice (Single Answer)

Maximum "Include Structure" you can use in a Database Table

  1. 1
  2. None
  3. 9
  4. 4
Question 3 Multiple Choice (Single Answer)

Transaction for Table Maintenance Generator is

  1. sm30
  2. /nn
  3. sap_maintain
  4. All the Above
Question 4 Multiple Choice (Single Answer)

Structure that contains System Field Values

  1. SYST
  2. SLIS
  3. STXT
  4. None
Question 5 Multiple Choice (Single Answer)

The complete technical definition of a table field is determined by the field's

  1. Data Element
  2. Domain
  3. Predefined
  4. All the Above
Question 6 Multiple Choice (Single Answer)

How many domains can Data Element point to?

  1. One
  2. Multiple
  3. Two
  4. None
Question 7 Multiple Choice (Single Answer)

Which of the following is not ABAP dictionary table?

  1. Transparent
  2. Cluster
  3. Pool
  4. Internal
Question 8 Multiple Choice (Single Answer)

What must be assigned to search help parameters

  1. Nothing
  2. Domain
  3. Values
  4. Data Element
Question 9 Multiple Choice (Single Answer)

Can View have Indexes?

  1. Multiple
  2. Single
  3. Two
  4. None
Question 10 Multiple Choice (Single Answer)

Maximum Indexes preferable for the database table

  1. 2
  2. 6
  3. 9
  4. None
Question 11 Multiple Choice (Single Answer)

The standard function key used for displaying a list of possible values is

  1. F1
  2. F2
  3. F3
  4. F4
Question 12 Multiple Choice (Single Answer)

SAP Stands For

  1. Systems Applications and Products in Data Processing
  2. SAP Application and Products in Data Processing
  3. Systems Applications and Products
  4. Systems Applications and Programming in Data Processing
Question 13 Multiple Choice (Single Answer)

What is the Transaction code for Function Module Creation?

  1. se38
  2. se36
  3. se37
  4. se39
Question 14 True/False

Function module required Function Group?

  1. True
  2. False
Question 15 True/False

Can RFC return references?

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

Where will you declared changeable parameters in Function Module

  1. Import
  2. Export
  3. Exception
  4. Tables
Question 17 Multiple Choice (Single Answer)

Which Attribute is mandatory for BAPI?

  1. Normal Function Module
  2. Update Module
  3. Remote Enable
  4. None
Question 18 Multiple Choice (Single Answer)

What is the associated type for the parameter RETURN?

  1. BAPIRET2
  2. BAPIRETURN
  3. BAPIRET
  4. All the Above
Question 19 Multiple Choice (Single Answer)

For which we required Business Object?

  1. RFC
  2. BAPI
  3. Data Dictionary
  4. Function Module