fabmprzQ7
![]() |
![]() |
![]() |
Título del Test:![]() fabmprzQ7 Descripción: Test for noob |




Comentarios |
---|
NO HAY REGISTROS |
In which order do you implement a NEW BADI?. 1.Create Badi implementation 2.Create enhancement spot implementation. 1.Create enhancement spot implementation. 2.Create Badi implementation. 1.Create Badi implementation. 2.Credit enhancement project. 1.Create enhancement project 2.Create Badi implementation. Which type of transport task is used when you modify SAP standard objects?. Transport copies. Development/Correction. Repair. Workbench. The statements CALL BADI and GET BADI are used for which type of BAdIs?. New BAdI. Classical DDic. None of the above. Classical BAdI. What can be exposed in the component interface of a Web dynpro component?. Context nodes of WINDOW controllers. Public attributes of WINDOW controllers. Standard hook methods of the component controller. Custom methods of the component controller. What is data binding?. Connecting context node in one controller to context onde in another controller. Connecting one web dynpro component to another web dynpro component. Connecting and outbound plug of One view to the inbound plug of another view. Connecting values of the user interface elements to the context attribute of corresponding controller. What type of method is generated automatically by the Web Dynpro Explorer when you assign an action to a button UI element?. Supply function. Ordinary method. Standard hook method. Event handler method. When does the lifetime of a component controller begin and end?. It begins first time the Web Dynpro application is called at runtime and ends when the Web Dynpro application that called and instantiated the component ends. It last from creating data within the controller to cover the whole period during which the component is in use. It beging within the Web Dynpro component and ends within the Web Dynpro application that called it. It ends the first time the Web Dynpro application is called at runtime and ends when the Web Dynpro application that called and instantiated the component ends. How do you add fields to an SAP-delivered transparent table without Modification?. Add the new fields to the table definition. Use the database utility to enhance the definitionon the database directly. Create an append structure containing the news fields. Define a structure containing the new fields and include it in the table definition. Which of the following characters is the first of a menu exit function code?. +. &. -. *. In the CALL CUSTOMER-FUNCTION 'nnn' statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement?. Business add-ins. New BAdIs. User exist. Customer exits. What is the Web Dynpro programming model is based on?. Classical Dynpro programming. Business Server Pages(BSPs). Internet Transaction Server(ITS). Model View Controller(MVC). What is the purpose of implicit enhancement points?. To add fields to an SAP database table. To add code to a standard SAP program. To change code in a standard SAP program. To create a secondary index for an SAP database table. Which hook method exists for all controller types?. wddoonclose(). wddoinit(). wddoonopen(). wddobeforenavigation(). Which of the following tasks does the BADI implementing class perform?. Inserting. Sequencing. Deleting. Filtering. SAP enhancements for customer exits are managed by which transaction?. Transaction CMOD. Transaction SMOD. Application CMOD. Neither transaction listed here. What process is used to establish the automatic transport of data between the view controller's context attributes and the UI element in its layout?. Context mapping. Data binding. View assembly. Data migration. A view can only be displayed in which circumstances?. It contains an inbound ans outbound plug. It can always be displayed. It has been embedded in a window. Which property of the InputField UI element must be bound to a context attribute?. enable. visible. state. value. You want to translate dynamic text in a web dynpro. From which abstract class should you inherit?. CL_WD_CONTEXT_SERVICES. CL_WD_COMPONENT_ASSISTANCE. CL_WD_COMPONENT_SERVICES. CL_WD_CONFIGURATION_MODEL. Is it possible to have multiple active implementations of business add-ins at a time?. It can have multiple active implementations if the Multiple use checkbox is selected. It can have multiple implementations if the Filter-Depend. checkbox is selected. It cannot have a multiple active implementation. It can have a multiple active implementation. Can you search for suitable classic Business Add-Ins(BAdIs)? There are 2 correct answers to this question. Search for suitable entries in the relevant component in the Implementation Guide (IMG). Use the SAP menu Tools->ABAP Workbench->Development->Business Object Builder. Search in the Repository Information System and choose Enhancements->Customer Exits. Search in an application program for the method GET_INSTANCE of the class CL_EXITHANDLER. What do enhancement spots manage? There are 3 correct answers to this question. Classical BAdIs. Explicit enhancement points. New BAdIs. Implicit enhancement points. Explicit enhancement sections. How is data shared between Web Dynpro controller? There are 2 correct answers to this question. By use context mapping from view controller to component controller. By using data binding from view controller to another view controller. By using context mapping from a view controller to custom controller. By use context mapping from view controller to another view controller. You are establishing the business logic layer for a Web Dynpro Component. Which service types are available in the Service Call wizard? There are 3 correct answers to this question. Function module. Web service proxy. Class method. Transaction code. Function group. What transactions can be used to carry out modification adjustments after system upgrade? Note there are 2 correct answers to this question. SPAU. SPAU_ENH. SPOD. SPDA. You are required to add customer source code in the SAP delivered object using the new enhancement framework without modification. How can you find the available enhancement? There are 3 correct answers to this question. Perform a program-related global search for GET BADI. Select from the list of freely selected BAdIs or enhancement spots in the Repository Information System. Perform a program-related global search for a customer exit. Select from the list of application-related BAdIs or enhancement spots in the SAP Ppplication Hierarchy. Search for a Business Transaction Event in the Customizing tree (transaction SPRO). Which enhancements can provide a screen exit? Note there are 3 correct answers to this question. Explicit enhancement points. Classical BAdIs. Customer exits. NEW BADIs. Explicit enhancement section. Which of the following standard hook methods exist in all Web Dynpro controllers? There are 2 correct answers to this question. Wddoexit. Wddoafteractions. Wddoinit. Wddobeforenavigation. You want to add a field ZZPRICE to the SAP standard transparent table EKKO. Which of the following actions result in an enhancement of the SAP standard? There are 2 correct answers to this question. Create an append structure and add ZZPRICE to it. Insert ZZPRICE at the end of the table. Add ZZPRICE to the customizing include for the table. Insert ZZPRICE into an SAP structure for the table. What can be implemented using an implicit enhancement option? There are 3 correct answer to this question. Overwrite methods for global SAP classes. Additional exceptions in SAP function modules. Additional parameters in SAP function modules. Additional attributes for global classes. Overwrite methods for SAP function modules. Each component has an interface; of what does this interface consist? There are 2 correct answers to this question. Interface view. Data Container. Interface context. Interface controller. Which of the following are features of the Context in Web Dynpro? There are 2 correct answers to this question. Data is transferred form one Context to another by firing plugs. Every Web Dynpro controller has multiple Contexts. Every Web Dynpro controller has one Context. Data is shared between controllers through Context mapping. Which of the following controller types can exist only once in a Web Dynpro component? There are 2 correct answers to this question. Component controller. Configuration controller. Window controller. View controller. Identify the types of layout managers. There are 4 correct answers to this question. TreeLayout. ColumnLayout. GridLayout. MatrixLayout. FlowLayout. RowLayout. What does a Web Dynpro component contain? There are 3 correct answers to this question. Component controller. Exactly one interface controller. Multiple views within a window. UI elements. A context. What does a view do? There are 3 correct answers to this question. Can be contained in a window. Contains other views. Contains a window controller. If entered by a inbound plug, can cuase an event handler method to be called. Identify the types of controller. There are 5 correct answers to this question. Configuration controller. Consumer controller. Component controller. View controller. Custom controller. Window controller. How would you find out if an application program offers a program exit? Please select all the correct answers that apply. 4 are correct. Use the Application Hierarchy. Look for a customer exist in the SAP reference IMG within an application area. Use the Repository Information System. Search for the character string CUSTOMER-FUNCTION. ABAP Workbench. Which of the following items are used in a Web Dynpro Application to transport database data to the user interface? There are 2 correct answers to this question. Inbound plug. Context node. Supply function. Interface controller. Which of the following is a true statement? There are 2 correct answers to this question. An access key is required to enhance an SAP application using a user exit. An access key is required to modify SAP repository objects. An access is required to implement an implicit enhancement point. An access ins required to implement business add-ins. Identify the ways to map context structures. There are 2 correct answers to this question. Static context mapping. External context mapping. Dynamic context mapping. Direct context mapping. What can you enhance using BADIs? There are 3 correct answers. Source code. Data elements. Menus. Database tables. Screen. What transactions can be used to carry out modification adjustments after a system upgrade? There are 2 correct answers to this question. Spool Administration: Initial Screen (Transaction SPAD) to adjust ABAP Repository objects. Modification Adjustments: Object Selection (Transaction SPAU) to adjust ABAP Repository objects. Modification Adjustments: Dictionary Object Selection (Transaction SPDD) to adjust ABAP Dictionary objects. Object Navigator (Transaction SPAU_ENH) to adjust ABAP Dictionary objects. |