C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Loading demo links...

Showing 7–9 of 10 questions

Question 7

What is data binding?

Select an option, then click Submit answer.

  • Connecting one web dynpro component to another web dynpro component

  • Connecting an outbound plug of one view to the inbound plug of another view

  • Connecting the values of user interface elements to the context attributes of the corresponding controller

  • Connecting a context node in one controller to a context node in another controller

Question 8

What type of method is generated automatically by the web Dynpro Explorer when you assign an action to a button UI element?

Select an option, then click Submit answer.

  • Supply function

  • Event handler method

  • Standard hook method

  • Ordinary method

Question 9

You build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?

Select an option, then click Submit answer.

  • Enter the name of a data object in the parameter ID attribute of the screen field.

  • Use a MOVE statement in a PAO module to copy the data object.

  • Use the GET statement in the program to transport the data from the screen field.

  • Define a data object in the program with the same name as the screen field.