SAP CL_BSP_WD_CONTEXT_NODE OO Class - WD Context Node
CL_BSP_WD_CONTEXT_NODE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_BSP_WD_CONTEXT_NODE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BSP_WD_CONTEXT_NODE is CL_BSP_MODELInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_MODEL_BINDINGInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_MODEL_SETTER_GETTERMethod list of CL_BSP_WD_CONTEXT_NODE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_REF_DATA_ENTRY | Protected | |
| CALL METHOD cl_bsp_wd_context_node=>ADD_REF_DATA_ENTRY...more details | ||
| BUILD_ATTRIBUTE_PATH | Private | |
| CALL METHOD cl_bsp_wd_context_node=>BUILD_ATTRIBUTE_PATH...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_bsp_wd_context_node=>CLASS_CONSTRUCTOR...more details | ||
| CLEAR_COLLECTION | Deletes COllection | Public |
| CALL METHOD cl_bsp_wd_context_node=>CLEAR_COLLECTION...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bsp_wd_context_node=>CONSTRUCTOR...more details | ||
| DESTROY | Prepares the Context Node for Deletion | Public |
| CALL METHOD cl_bsp_wd_context_node=>DESTROY...more details | ||
|
| ||
| DISASSEMBLE_PATH | Private | |
| CALL METHOD cl_bsp_wd_context_node=>DISASSEMBLE_PATH...more details | ||
| EH_ON_ACTION_MENU_CALLBACK | Event Handler for ROW_SELECTION Event of Tableview Tag | Public |
| CALL METHOD cl_bsp_wd_context_node=>EH_ON_ACTION_MENU_CALLBACK...more details | ||
| GET_AC_S_EXT | Action Getter for extension fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_AC_S_EXT...more details | ||
| GET_AC_S_STRUCT | Action Getter für Strukturattribute | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_AC_S_STRUCT...more details | ||
| GET_A_S_STRUCT | Switch ID Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_A_S_STRUCT...more details | ||
| GET_CODELIST_VALUEHELP_DESCR | Get value help descriptor for S4 Codelist field | Private |
| CALL METHOD cl_bsp_wd_context_node=>GET_CODELIST_VALUEHELP_DESCR...more details | ||
| GET_COLLECTION_WRAPPER | Obsolete: Use Public Attribute COLLECTION_WRAPPER | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_COLLECTION_WRAPPER...more details | ||
| GET_EXT_ACCESS | Retrieve handler for extension fields | Protected |
| CALL METHOD cl_bsp_wd_context_node=>GET_EXT_ACCESS...more details | ||
| GET_H_S_EXT | Hidden Status Getter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_H_S_EXT...more details | ||
| GET_H_S_STRUCT | Hidden Status Getter for Gen. Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_H_S_STRUCT...more details | ||
| GET_I_S_EXT | Ready for Input Status Getter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_I_S_EXT...more details | ||
| GET_I_S_STRUCT | Ready for Input Status Getter for Gen. Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_I_S_STRUCT...more details | ||
| GET_LINE | Delivers All Attributes of Current BO as Row | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_LINE...more details | ||
| GET_M_S_EXT | Metadata Getter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_M_S_EXT...more details | ||
| GET_M_S_STRUCT | Metadata Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_M_S_STRUCT...more details | ||
| GET_NEW_GEN_VALUEHELP_ENTRY | Private | |
| CALL METHOD cl_bsp_wd_context_node=>GET_NEW_GEN_VALUEHELP_ENTRY...more details | ||
| GET_P_S_EXT | Property Getter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_P_S_EXT...more details | ||
| GET_P_S_STRUCT | Property Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_P_S_STRUCT...more details | ||
| GET_S_EXT | Getter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_S_EXT...more details | ||
| GET_S_STRUCT | Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_S_STRUCT...more details | ||
| GET_VALUEHELP_DESCR_VIA_BOL | Private | |
| CALL METHOD cl_bsp_wd_context_node=>GET_VALUEHELP_DESCR_VIA_BOL...more details | ||
| GET_V_S_EXT | Input Help Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_V_S_EXT...more details | ||
| GET_V_S_STRUCT | Input Help Getter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET_V_S_STRUCT...more details | ||
| GET__NODE__NAME | Get name of context node | Public |
| CALL METHOD cl_bsp_wd_context_node=>GET__NODE__NAME...more details | ||
| IS_CHECKBOX | Private | |
| CALL METHOD cl_bsp_wd_context_node=>IS_CHECKBOX...more details | ||
| IS_COLLECTION_BOUND | Checks Whether the Collection is Bound | Public |
| CALL METHOD cl_bsp_wd_context_node=>IS_COLLECTION_BOUND...more details | ||
| IS_CUSTOM_FIELD | Check if a field is custom field | Public |
| CALL METHOD cl_bsp_wd_context_node=>IS_CUSTOM_FIELD...more details | ||
| ON_OUTPUT_RENDERED_CLEANUP | Public | |
| CALL METHOD cl_bsp_wd_context_node=>ON_OUTPUT_RENDERED_CLEANUP...more details | ||
| SET_CNODE_METAINFO | Sets the View Description Object | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_CNODE_METAINFO...more details | ||
| SET_COLLECTION | Sets the Collection | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_COLLECTION...more details | ||
| SET_COLLECTION_WRAPPER | Sets the Collection Wrapper Instance | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_COLLECTION_WRAPPER...more details | ||
| SET_CUSTOM_FIELD_RELATION | Set the relation for the custom fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_CUSTOM_FIELD_RELATION...more details | ||
| SET_S_EXT | Setter for Enhancement Fields | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_S_EXT...more details | ||
| SET_S_STRUCT | Setter for Generic Structure Attributes | Public |
| CALL METHOD cl_bsp_wd_context_node=>SET_S_STRUCT...more details | ||
CL_BSP_WD_CONTEXT_NODE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ATTR_STRUCT_NAME | Instance Attribute | Component Name | LIKE SEOCMPNAME | Private | |
| ATTR_STRUCT_REF | Instance Attribute | LIKE DATA | Private | ||
| COLLECTION_WRAPPER | Instance Attribute | WD Collection Wrapper | LIKE CL_BSP_WD_COLLECTION_WRAPPER | Public | |
| COMPONENT_NAME | Instance Attribute | Application component name | LIKE BSP_WD_COMPONENT_NAME | Protected | |
| DESIGNTIME_MODE | Instance Attribute | Higher-Level Entity | LIKE CL_CRM_BOL_ENTITY | Public | |
| EXT_ACCESS | Instance Attribute | Handler for Enhancement Fields | LIKE IF_AXT_UI_CONTEXT_NODE_HANDLER | Private | |
| GEN_M_S_STRUCT_CALL | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Private | |
| GEN_VALUEHELP_LIB | Instance Attribute | LIKE LTYPE_GEN_VALUEHELP_TAB | Private | ||
| GT_CFD_CUSTOM_FIELDS | Instance Attribute | LIKE | Public | ||
| GV_CUSTOM_FIELD_RELATION | Instance Attribute | LIKE STRING | Public | ||
| IS_DEV_CLIENT | Static Attribute | LIKE ABAP_BOOL | Protected | ||
| IS_OWN_COLLECTION_WRAPPER | Instance Attribute | ABAP_TRUE | LIKE ABAP_BOOL | Private | |
| NAME | Instance Attribute | Name of Context Node | LIKE STRING | Private | |
| PARENT_ENTITY | Instance Attribute | Higher-Level Entity | LIKE CL_CRM_BOL_ENTITY | Public | |
| P_GETTER_LIB | Instance Attribute | LIKE GTYPE_P_GETTER_TAB | Protected | ||
| REF_DATA_LIB | Instance Attribute | LIKE LTYPE_REF_DATA_LIB_TAB | Private | ||
| RUNTIME_MODE | Instance Attribute | Higher-Level Entity | LIKE CL_CRM_BOL_ENTITY | Public | |
| USE_MODE | Instance Attribute | Kennzeichen: Verwendungsmodus (Runtime/Designtime) | LIKE CHAR1 | Protected | |
| VIEW_DESCRIPTOR | Instance Attribute | LIKE IF_BSP_DLC_VIEW_DESCRIPTOR | Private |
CL_BSP_WD_CONTEXT_NODE types
GTYPE_AC_GETTER_ENTRY -GTYPE_AC_GETTER_TAB -
GTYPE_CFD_CUSTOM_FIELDS -
GTYPE_P_GETTER_ENTRY -
GTYPE_P_GETTER_TAB -
LTYPE_GEN_VALUEHELP_ENTRY -
LTYPE_GEN_VALUEHELP_TAB -
LTYPE_REF_DATA_LIB_ENTRY -
LTYPE_REF_DATA_LIB_TAB -
Links to Related Class(s)
CL_BSP_W...Full list of available SAP object classes
Search for further information about these or an SAP related objects