Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONABAP 7.4 - Chapter 04 - ABAP Workbench Usage

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ABAP 7.4 - Chapter 04 - ABAP Workbench Usage

Description:
ABAP 7.4 - Chapter 04 - ABAP Workbench Usage

Author:
ONKIDONKI
(Other tests from this author)

Creation Date:
04/04/2017

Category:
Others

Number of questions: 34
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
The main screen of the ABAP Workbench is divided into the: Navigation area and tool area Menu Painter and common area Utilities area and environment area.
It provides you with a set of reusable objects with example code and documentation: The Reuse Library Favorites Package Builder and Transport Organizer.
Talking about Web Dynpro Text Browser: Use it to edit the text of the Web Dynpro UI elements that are created or managed in the Online Text Repository (OTR) Use it to manage test cases It provides documentation for HTMLB, BSP extension, BSP Directives, HTML, WML, and XHTML It is a new integrated tool for quality checking of the ABAP repository objects.
Talking about MIME Repository Browser: Use it to browse or import MIME objects such as style sheets, icons, graphics, and so on from the ABAP Workbench It provides the documentation of the user interface elements that can be used for web page development It is a good tool for ABAP quality management and can be used by the quality assurance team You can display eCATT test scripts, manual test cases, and external test cases.
Talking about Tag Browser: It provides the documentation of the user interface elements that can be used for web page development for BSP applications and Internet Transaction Server (ITS) templates It’s a good tool for you to manage the test cases It provides the ABAP developer with an easy-to-use software verification and validation mechanism It is a good tool for ABAP quality management and can be used by the quality assurance team to check the quality of the ABAP programs in the ABAP consolidation system or the test or quality system.
Talking about Test Repository Browser: You use the Test Repository Browser to manage test cases. You can display eCATT test scripts, manual test cases, and external test cases It provides the documentation of the user interface elements that can be used for web page development for BSP applications and Internet Transaction Server (ITS) templates It provides the ABAP developer with an easy-to-use software verification and validation mechanism It is a good tool for ABAP quality management and can be used by the quality assurance team to check the quality of the ABAP programs in the ABAP consolidation system or the test or quality system.
Talking about ABAP Unit Browser: It provides the ABAP developer with an easy-to-use software verification and validation mechanism.You can test whether the test condition or the modularization unit works properly by using ASSERT methods Can be used by developers to check their code or the content of the development package before migration of the code to the quality or test system You can display eCATT test scripts, manual test cases, and external test cases. provides the documentation of the user interface elements that can be used for web page development for BSP applications and Internet Transaction Server (ITS) templates.
Talking about ATC Result Browser: It displays the findings of the ABAP Test Cockpit quality check run. It is a good tool for ABAP quality management and can be used by the quality assurance team to check the quality of the ABAP programs in the ABAP consolidation system or the test or quality system It provides the ABAP developer with an easy-to-use software verification and validation mechanism. You use the Test Repository Browser to manage test cases. You can display eCATT test scripts, manual test cases, and external test cases It provides the documentation of the user interface elements that can be used for web page development for BSP applications and Internet Transaction Server (ITS) templates.
It is the central and most commonly used tool for managing your development objects within the Object Navigator: Repository Browser Web Dynpro Text Browser ATC Result Browser ABAP Unit Browser.
It has a selection screen to provide the search criteria for the repository objects. You can search for repository objects within a package or search for ABAP Dictionary objects or programs by specifying the search criteria on the selection screen: Repository Information System Workbench Settings ABAP Editor Customization Class Builder.
Within the ... , you also have the option to configure the ABAP Editor settings. You can select the new Front-End Editor, the old Front-End Editor, or the standard Back-End Editor and customize its settings Workbench Settings Repository Information System Repository Browser Web Dynpro Text Browser.
ABAP Editor and Workbench Settings - There are three different modes for the ABAP Editor: (There are three correct answers) Front-End Editor (source code mode-new) Front-End Editor (plain text mode-old) Back-End Editor (line-based mode) Middle-End Editor (source code mode-new) Debug Editor (line-based mode).
The following are the most commonly used ABAP Workbench development tools: ABAP Editor Class Builder Function Builder Screen Painter Menu Painter ABAP Dictionary Web Application Builder Web Dynpro Explorer.
It provides an overview of the defined enhancements and the enhancement implementations within the Enhancement Framework Enhancement Information System Screen Painter Enhancement implementation Modifications repository.
What is correct to say about Packages: (There are four correct answers) Packages are containers for the development objects within the transport layer that allow the objects to be transported The SAP system has a predefined package ($TEST) to which all of the local development objects are assigned Nontransportable package names start with $ You can create a main package and the subpackage.You create main packages only if you want to create a package hierarchy. Normally you create a package and specify the package type as Not a Main Package The software component for a customer package is always STANDARD The transport layer determines if the object assigned to the package is local or transportable.
Package Attributes - Select the correct definition: Nesting Visibility Use access.
Package interface and visibility are useful if you want to make an element of your subpackage visible to the higher-level package or main package. True False.
Package check - The field GLOBAL_SWITCH controls the behavior of the package check. By default, the GLOBAL_SWITCH key is set to OFF. To switch on package check, set the GLOBAL_SWITCH key to RESTRICTED or R3ENTERPRISE. Choose the correct definition: RESTRICTED R3ENTERPRISE OFF.
What is correct to say about Transport Organizer: (There are three correct answers) The Change and Transport System (CTS) provides you with a tool to organize your ABAP Workbench, cross-client customization, and customization work and then transport the changes through your system landscape. The CTS records all of the changes in the change request The change request is then used to transport the changes to other systems or clients based on the transport route The repository object changes are recorded in the repair task if the current system is the original system of the object All SAP standard object modifications are recorded in the development/correction task of the workbench request If the route for the transport layer is defined in the Transport Management System (TMS), then the object recorded in the transport task is transportable; otherwise, the task belongs to the local change request.
Transport Organizer - There are two types of transport routes: consolidation route delivery route.
The Object Navigator incorporates a total of 11 browsers True False.
The Repository Browser is started by default when you execute Transaction SE80 for the Object Navigator. True False.
You can list a maximum of six browsers in the Object Navigator True False.
You can maintain SAPscript forms and SAP Smart Forms within the ABAP Workbench True False.
The Repository Information System is a useful tool to search for customer exits/function exits and BAdIs in the SAP system. True False.
Which of the following statements about the Object Navigator are true? Select all that apply. (There are four correct answers) ABAP programs can be displayed and edited in the Object Navigator Screens can be displayed and edited in the Object Navigator Menus can be displayed and edited in the Object Navigator You can create BAdI implementations in the Object Navigator You can create customer projects (Transaction CMOD) in the Object Navigator. The ABAP Dictionary can be maintained in the Object Navigator.
Enhancement definitions and implementations can be displayed in the Enhancement Information System. True False.
Which of the following is a true statement? Select all that apply (There are three correct answers) All customer repository objects have to be assigned to a package Packages use interfaces and visibility to make their elements visible to other packages. The transport layer is a mandatory input field for the package A package can be nested.
The software component for a customer package can be... HOME Any SAP software component (i.e., SAP_APPL, SAP_BASIS, SAP_HR, etc.).
Which of the following is a true statement? Select all that apply. (There are three correct answers) All transportable objects have to be assigned to a package Local repository objects can be transported Repository objects and cross-client customization objects are assigned to the workbench request Client-specific customization objects are assigned to the customizing request. Inactive objects can be transported.
Which of the following is true? Select all that apply. The repository objects and cross-client customization objects are recorded in a task belonging to a local change request if there is no consolidation route leading from the current system defined in the Transport Management System for the transport layer. The repository objects and the cross-client customization are recorded in a task belonging to the transportable request if the consolidation route is defined in the Transport Management System.
There are ____ versions of the ABAP Editor 3 4 2.
Repository objects are client-specific True False.
ABAP Unit Test Browser is included in Object Navigator with SAP NetWeaver 7.0 EHP 2 True False.
Report abuse Consent Terms of use