WD Application for ABAP - WD App components/classes/methods

WD App Components

Context

IF_WD_CONTEXT_NODE

  get_child_node

  get_element (lead selection)

  bind_structure

  bind_table

  set_lead_selection

IF_WD_CONTEXT_ELEMENT

  get_attribute

  get_static_attributes

  set_attribute

  set_static_attributes

  bind_structure

  more -> http://www.sapdev.co.uk/sap-webapps/sap-webdynpro/if_wd_context_node.htm

Model

CL_WD_COMPONENT_ASSISTANCE

IF_WD_COMPONENT_ASSISTANCE

  ZCL_ASSISTANCE_CLASS

View

IG+<view name>

IF+<view name>

  =>wdctx_<name of context node>  (constant)

  =>element_<name of context node> (type)

  =>elements_<name of context node> (table type)

  ->wd_get_api   - get runtime interface controller of component

         ->get_message_manager( )

         ->get_window_manager( )

IF_WD_VIEW_CONTROLLER

  ->wd_cpifc_alv_comp( ) 

IF_WD_WINDOW

IF_WD_MESSAGE_MANAGER

  ->report_success

  ->report_error_message

  ->report_warning

IF_WD_WINDOW_MANAGER

  ->create_window

  ->create_popup_to_confirm

Display popup screen within ABAP Web dynpro

 

Controller

IF_WD_CONTROLLER

    IF_WD_COMPONENT

IG_<controller name>

IF_<controller name>

Other

IF_WD_COMPONENT_USAGE

猜你喜欢

转载自jgtang82.iteye.com/blog/836159
WD