Search This Blog

SAP ABAP Function Modules Quiz Fresco Play HackerRank Solutions

 Q.1  We need not to write the same code again and again in all the programs using ____________

  1. Copy paste technique
  2. Polymorphism technique 
  3. Modularization technique
  4. None of these
Q.2 State true or false, Unlike Include Programs, Function Modules can be executed independently
  1. False
  2. True
Q.3 All of the function modules in function group can access the ___________ of the group
  1. global data
  2. local data
  3. None of these
  4. both local and global data
Q.4 A ____________ is a set of procedures defined in the Function Groups
  1. Function Builder
  2. data dictionary
  3. Function Modules
  4. Screen Painter
Q.5 State true of false. A function group contains logically related Function Modules
  1. True
  2. False
Q.6 Using function modules helps us in ____________
  1. easy transfer of code
  2. complexing the structure
  3. code reusability
  4. All of these
Q.7 State True of  False. A Function Group cannot be executed
  1. True
  2. False
Q.8 Modularization techniques are
  1. Subroutines
  2. Includes
  3. Function Modules
  4. All of these
Q.9 Function Module which can be used by any ABAP program in the same system to process data
  1. Normal Function
  2. Update Module
  3. Remote Enabled Function
  4. None of these
Q.10 A _________ is a container of function modules
  1. ABAP Easy Access screen
  2. Function Group
  3. Package
  4. Program 




No comments:

Post a Comment

If you have any doubts, Please let us know.