Вы находитесь на странице: 1из 6

1.

A)
B)
C)
D)
2.

------------- is not related to agent determination in workflow.


Possible Agents
Excluded Agents
Included Agents
Responsible Agents
Which UI element is used to display step by step workflows to enable an
application development to display small steps to clearly defined work
process
A) RoadMap
B) BreadCrumbs
C) Iview
D) Both Roadmap and BreadCrumbs
3. What is the use of XCI file?
A) It contains information about form design
B) Definition of the data which an application uses
C) Its a configuration file, which specifies different configurable settings
D) It contains information about structure and data
4. Enhancement options are automatically available at certain pre-defined
places. Some of the implicit options are
A) Before all Call transaction statements
B) Above all the message
C) At the end of function modules
D) Above sy-subrc checks.
E) In ABAP programs, implicit enhancement options are predefined at the following
places:
F) At the end of an include. There are some restrictions, for example, not at the
end of a method include.
G) At the end of a PUBLIC-, PROTECTED-, PRIVATE-SECTION of a class.
H) At the end of the implementation part of a class (before the ENDCLASS, which
belongs to CLASS IMPLEMENTATION).
I) At the end of an interface definition (before the ENDINTERFACE).
J) At the end of a structure definition (before TYPES END OF, DATA END
OF, CONSTANTS END OF, andSTATICS END OF).
K) At the beginning and at the end of a procedure (FORM, FUNCTION, METHOD).
That is, after commands FORM,FUNCTION, and METHOD, and before
statements ENDFORM, ENDFUNCTION, and ENDMETHOD.
L) At the end of the CHANGING-, IMPORTING-, EXPORTING-parameter list of a
method. These enhancement options are located in the middle of a statement.
mplicit enhancement options always exist and no enhancement spot is assigned to them.

5. Units of scale and measurement can be changed in which palette?


A) Drawing Aids
B) Object
C) Hierarchy
D) Data view
http://wiki.scn.sap.com/wiki/display/ABAP/Adobe+Forms+from+Scratch

The properties of all objects in the layout are maintained in palettes - 'Layout', 'Border', 'object' and 'Accessibility'.
Designing of the form can be made, at your comfort level, by setting the scales and measurements in the palette
'Drawing Aids'.

6. What are the major activities done during GO-LIVE PREPARATION of the
project
A) Transport configuration
B) Handle master data requirement
C) Handle open documents
D) Optimizing overall system performance
7. At what time does an object reference get assigned to the SENDER during
event handling?
Methods: get_paid FOR EVENT cheque_issued of lcl_flight
Importing im_flight_number SENDER.
A) Set Handler get_paid for all instances
B) Set handler get_paid for SENDER
C) Raise Event cheque_issued
D) When the event handler method get_paid is executed
8. Which of the following method is called for all visible views at the time of
action is executed?
A) WDONACTION
B) WDDOPOSTPROCESSING
C) WDDOAFTERNAVIGATION
D) WDDOAFTERACTION
WDDOAFTERACTION

This method is called for all visible views at the time an action is executed.

Here functions can be placed that are carried out equally for all associated event handlers.

WDDOBEFOREACTION

Before an action is triggered, you can perform your own validations using this method.

The method can only be used for view controllers.

It is used for all visible views of the component assigned to the current phase model instance. These

include all embedded components


WDDOPOSTPROCESSING

This method is called in the last process step before rendering. Therefore, it allows you to add

application-specific clean-up processes


WDDOBEFORENAVIGATION

The method WDDOBEFORENAVIGATION can be used to perform an additional validation of those

controller contexts that are required in the application but have not been validated in the request/response
cycle yet .

This method can only be used for the component controller

9.

How to use add custom field into table PAnnnn


A) Append
B) Include new structure
C) Include ci_structure
D) Directly add the field into the table.
10.What should be the cardinality of the Context data source node, that is used
for transferring data from WD ABAP to Adobe forms?
A) 0..n
B) 1..n
C) 0..1
D) 1..1
DataSource(Cardinality 1..1)
--> Table (Cardinality 0..n)

11.What is true about Assistance class?


A) Is automatically instantiated when a component is called
B) The instance is available to each controller of the component through
attribute WD_ASSIST
C) The class CL_WD_COMPONENT_ASSISTANCE provides central functions
through which a Wen Dynpro component can access text symbol of the
assistance class
D) All the above statements are true
12.Which method resets the range table of a selection field?
A) CLEAR_SELECTION_FIELD
B) REFRESH_SELECTION_FIELD
C) REST_SELECTION_FIELD
D) CLEAR_FIELD
13.Components of SAP NetWeaver application platform does not include
A) JAVA 2 platform, Enterprise edition (J2EE) engine
B) Adobe Livecylce Designer
C) SAP Netweaver developer studio
D) Web runtime engine Dynpro
Answer is not absolutely correct please check
14.Which method is used to add an element?
A) Add_new()

B) Add_child()
C) Add_new_element()
D) Add_new_child()
In class CL_WD_UIELEMENT_CONTAINER only add_child() method is
present . SO, going for the same option
15.The value of PNP-SW-FOUND is 1 whats the significance?
A) Sy-subrc = 0
B) Sy-subrc = 4
C) Sy-subrc = 1
D) Sy-subrc = 8
16.Which method used for sorting columns
A) COLUMN_SORTING method interface IF_WD_TABLE_HNDL_METHOD
B) APPLY_SORTING method of interface IF_WD_TABLE_METHOD_HNDL
C) COULMN_SORTING method of interface IF_WD_TABLE_METHOD_HNDL
D) APPLY_SORTING method of interface IF_WD_TABLE)HNDL_METHOD
17.How many modification logs are available in your system?
A) 1 for every release
B) Determined by Basis group this is a configurable item
C) Minimum of 1
D) Maximum of 1
18.What are used to construct the layout of tables in Smartforms?
A) Templates
B) Nodes
C) Row types
D) Line Types
19.Which of the following are True for Exits plugs
A) Exit plugs are outbound plugs used to close the webdynpro application
B) They can be called from the views which are embedded in the window
C) Exit plugs wont work in portal environment
D) Exit plugs cannot be used to pass the call to another URL
Exit plugs do not work in a portal environment.

Exit plugs can also be used to pass the call to another URL
The exit plug is a special outbound plug.
If a Web Dynpro window is closed by means of an exit plug, the associated application is
ended automatically. For this reason an exit plug can only be used if it is available to the
interface view of the window.

20.Tcode used to monitor proxy message communication


A) SXNB_MONI
B) SXMB_MONI
C) SHDB_MONI
D) SMDB_MONI

SXMB_MONI - Integration Engine Monitoring


SMQ2 - qRFC Monitor (Inbound Queue) Basis - RFC
SPROXY - Enterprise Repository Browser Basis - Proxy Generation
SMQ1 - qRFC Monitor (Outbound Queue) Basis - RFC
SXI_CACHE - Integration Directory Cache Basis - Integration Builder - Configuration
SXMB_ADM - Integration Engine - Administration Basis - Integration Engine

Read more: http://www.tcodesearch.com/tcodes/search?


q=proxy+communication#ixzz3meLGL6Hf

21.Which of the below is a standard macro used in HR?


A) Rp_provide_from_frst
B) Rp_provide_from_lst
C) Rp_provide_from_first
D) Rp_provide_from last
22.One of the component of System landscape Directory
A) Component information
B) Integration repository
C) Integration directory
D) Integration server
23.Protocol stack of web service are in order as follow
A) Discovery protocol->Messaging protocol->Description protocol->
Transport protocol
B) Transport protocol-> Messaging protocol-> Description protocol->
Discovery protocol
C) Discovery protocol-> Description protocol -> Messaging protocol->
Transport protocol
D) Transport protocol -> Description protocol-> Messaging protocol ->
Discovery protocol
24.Why are asynchronous updates used for dialog transactions?
A) Only asynchronous updates can access the SAP system buffers
B) Because this allows the user to proceed with the next task before the
update on the database has finished
C) Because only update work processes can change database entries
D) Because only update work process can delete database entries
25.Which of the following is true
A) Time constraint can only be maintained at infotype level and the subtype
will inherit time constraint from the infotype
B) Time constraint is only meant for infotypes without subtypes
C) Time constraint cannot be set if an infotype has subtype
D) Time constraint can be maintained at subtype level

26.The reference to the meta data of a context node is determined using the
method of the nodes reference
A) get_node_ref()
B) get_node_context()
C) get_node_info()
D) get_context_node_info()
27.Which of the following statement is true.
A) Adobe document services expose their functionality to the PDF object
implementation directly
B) Access to ADS cannot be provided using PDF object
C) Access to Adobe document services is provided using web Dynpro and
form processing
D) Access to ADS can be provided using PDF object.

Вам также может понравиться