SAP ABAP Development Fundamentals
Test your knowledge of SAP ABAP development including BAPI, RFC, Function Modules, Data Dictionary concepts, and essential transaction codes
Questions
Transaction code for the Database Browser is
- se16
- /nn
- se16n
- All the Above
Maximum "Include Structure" you can use in a Database Table
- 1
- None
- 9
- 4
Transaction for Table Maintenance Generator is
- sm30
- /nn
- sap_maintain
- All the Above
Structure that contains System Field Values
- SYST
- SLIS
- STXT
- None
The complete technical definition of a table field is determined by the field's
- Data Element
- Domain
- Predefined
- All the Above
How many domains can Data Element point to?
- One
- Multiple
- Two
- None
Which of the following is not ABAP dictionary table?
- Transparent
- Cluster
- Pool
- Internal
What must be assigned to search help parameters
- Nothing
- Domain
- Values
- Data Element
Can View have Indexes?
- Multiple
- Single
- Two
- None
Maximum Indexes preferable for the database table
- 2
- 6
- 9
- None
The standard function key used for displaying a list of possible values is
- F1
- F2
- F3
- F4
SAP Stands For
- Systems Applications and Products in Data Processing
- SAP Application and Products in Data Processing
- Systems Applications and Products
- Systems Applications and Programming in Data Processing
What is the Transaction code for Function Module Creation?
- se38
- se36
- se37
- se39
Function module required Function Group?
- True
- False
Can RFC return references?
- True
- False
Where will you declared changeable parameters in Function Module
- Import
- Export
- Exception
- Tables
Which Attribute is mandatory for BAPI?
- Normal Function Module
- Update Module
- Remote Enable
- None
What is the associated type for the parameter RETURN?
- BAPIRET2
- BAPIRETURN
- BAPIRET
- All the Above
For which we required Business Object?
- RFC
- BAPI
- Data Dictionary
- Function Module