SAP ABAP Interface IF_SALV_WD_COMPONENT (IF_SALV_WD_COMPONENT)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_UI (Package) SALV WD UI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SALV_WD_COMPONENT_TABLE | Component SALV_WD_TABLE | 20090116 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_WD_A_COMPONENT | TableComponentController | 20050204 |
Properties
Interface | IF_SALV_WD_COMPONENT | |
Short Description |
General Data
Package | SALV_WD_UI | SALV WD UI |
Created | 20041004 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_SALV_WD_COMPONENT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SALV_WD_COMPONENT has no interface.
Friends
Interface IF_SALV_WD_COMPONENT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | R_COMPONENT | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20050110 | ||
2 | R_COMPONENT_CUSTOM | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SALV_WD_COMPONENT_CUSTOM | Component Customizing (Personalization) | 20090525 | ||
3 | R_COMPONENT_USAGE | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SALV_WD_CMP_USAGE | Component Usage | 20090227 | ||
4 | R_WD_COMPONENT | Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | 20050110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | After Action | 20090227 |
2 | ![]() |
Instance method | Public | Method | Before Action | 20090227 |
3 | ![]() |
Instance method | Public | Method | Before Navigation | 20060203 |
4 | ![]() |
Instance method | Public | Method | Fire Event | 20041021 |
5 | ![]() |
Instance method | Public | Method | Free | 20071116 |
6 | ![]() |
Instance method | Public | Method | Get Parent Component | 20090515 |
7 | ![]() |
Instance method | Public | Method | Initialize | 20041021 |
8 | ![]() |
Instance method | Public | Method | Modify | 20090227 |
9 | ![]() |
Instance method | Public | Method | Notify (Update from UI) | 20090429 |
10 | ![]() |
Instance method | Public | Method | Post Processing | 20060125 |
11 | ![]() |
Instance method | Public | Method | View Get | 20041206 |
Events
Interface IF_SALV_WD_COMPONENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_TYPE_NAVIGATION_DATA | Public | See coding | 20060920 | begin of s_type_navigation_data,
system type string,
object_type type string,
object_value_name type string,
object_value type string,
operation type string,
forward_obn_metadata type abap_bool,
use_forward_parameters_of_al type abap_bool,
resolving_mode type string,
end of s_type_navigation_data
|
||
2 | S_TYPE_VIEW | Public | See coding | 20050204 | begin of s_type_view,
name type string,
r_view type ref to if_salv_wd_view,
r_wd_view type ref to if_wd_view,
first_time type abap_bool,
end of s_type_view
|
||
3 | T_TYPE_VIEW | Public | See coding | 20050204 | t_type_view type sorted table of s_type_view with unique key name initial size 1
|
Method Signatures
Method AFTER_ACTION Signature
Method AFTER_ACTION on Interface IF_SALV_WD_COMPONENT has no parameter.
Method AFTER_ACTION on Interface IF_SALV_WD_COMPONENT has no exception.
Method BEFORE_ACTION Signature
Method BEFORE_ACTION on Interface IF_SALV_WD_COMPONENT has no parameter.
Method BEFORE_ACTION on Interface IF_SALV_WD_COMPONENT has no exception.
Method BEFORE_NAVIGATION Signature
Method BEFORE_NAVIGATION on Interface IF_SALV_WD_COMPONENT has no parameter.
Method BEFORE_NAVIGATION on Interface IF_SALV_WD_COMPONENT has no exception.
Method FIRE_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Konstante | 20041021 | ||
2 | ![]() |
R_PARAM | Call by reference | Object reference (TYPE REF TO) | CL_SALV_WD_TABLE_A_EVENT | SALV_WD_T_EVENT_PARAMETER | 20041213 | ||
3 | ![]() |
TRIGGER_RENDERING_PHASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Start Notify and Modify zum Rendern | 20110121 |
Method FIRE_EVENT on Interface IF_SALV_WD_COMPONENT has no exception.
Method FREE Signature
Method FREE on Interface IF_SALV_WD_COMPONENT has no parameter.
Method FREE on Interface IF_SALV_WD_COMPONENT has no exception.
Method GET_PARENT_COMPONENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CMP_USAGE | Call by reference | Type reference (TYPE) | STRING | 20090515 | |||
2 | ![]() |
R_CMP_USAGE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090515 | |||
3 | ![]() |
R_CMP_USAGE_REF | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | Web Dynpro: Component Usage | 20090515 | ||
4 | ![]() |
R_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090515 |
Method GET_PARENT_COMPONENT on Interface IF_SALV_WD_COMPONENT has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIGURATION_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090525 | |||
2 | ![]() |
R_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090302 | ||
3 | ![]() |
R_CUSTOM_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20090525 | ||
4 | ![]() |
R_WD_COMPONENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090227 |
Method INIT on Interface IF_SALV_WD_COMPONENT has no exception.
Method MODIFY Signature
Method MODIFY on Interface IF_SALV_WD_COMPONENT has no parameter.
Method MODIFY on Interface IF_SALV_WD_COMPONENT has no exception.
Method NOTIFY Signature
Method NOTIFY on Interface IF_SALV_WD_COMPONENT has no parameter.
Method NOTIFY on Interface IF_SALV_WD_COMPONENT has no exception.
Method POST_PROCESSING Signature
Method POST_PROCESSING on Interface IF_SALV_WD_COMPONENT has no parameter.
Method POST_PROCESSING on Interface IF_SALV_WD_COMPONENT has no exception.
Method VIEW_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: API eines Views | 20050204 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_VIEW | 20041206 |
Method VIEW_GET on Interface IF_SALV_WD_COMPONENT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |