WD App Components

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

 

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

 

相关文章:

  • 2021-11-22
  • 2021-08-25
  • 2022-01-07
  • 2021-11-11
  • 2022-02-23
  • 2021-05-30
  • 2021-12-28
  • 2021-08-26
猜你喜欢
  • 2021-11-14
  • 2021-06-25
  • 2022-02-25
  • 2022-12-23
  • 2021-11-15
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案