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