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_MODEL

Interface 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_BINDING

Interface 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_GETTER

Method 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 NameDescriptionVisability
ADD_REF_DATA_ENTRYProtected
CALL METHOD cl_bsp_wd_context_node=>ADD_REF_DATA_ENTRY...more details

BUILD_ATTRIBUTE_PATHPrivate
CALL METHOD cl_bsp_wd_context_node=>BUILD_ATTRIBUTE_PATH...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_bsp_wd_context_node=>CLASS_CONSTRUCTOR...more details

CLEAR_COLLECTIONDeletes COllectionPublic
CALL METHOD cl_bsp_wd_context_node=>CLEAR_COLLECTION...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_bsp_wd_context_node=>CONSTRUCTOR...more details

DESTROYPrepares the Context Node for DeletionPublic
CALL METHOD cl_bsp_wd_context_node=>DESTROY...more details

DISASSEMBLE_PATHPrivate
CALL METHOD cl_bsp_wd_context_node=>DISASSEMBLE_PATH...more details

EH_ON_ACTION_MENU_CALLBACKEvent Handler for ROW_SELECTION Event of Tableview TagPublic
CALL METHOD cl_bsp_wd_context_node=>EH_ON_ACTION_MENU_CALLBACK...more details

GET_AC_S_EXTAction Getter for extension fieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_AC_S_EXT...more details

GET_AC_S_STRUCTAction Getter für StrukturattributePublic
CALL METHOD cl_bsp_wd_context_node=>GET_AC_S_STRUCT...more details

GET_A_S_STRUCTSwitch ID Getter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_A_S_STRUCT...more details

GET_CODELIST_VALUEHELP_DESCRGet value help descriptor for S4 Codelist fieldPrivate
CALL METHOD cl_bsp_wd_context_node=>GET_CODELIST_VALUEHELP_DESCR...more details

GET_COLLECTION_WRAPPERObsolete: Use Public Attribute COLLECTION_WRAPPERPublic
CALL METHOD cl_bsp_wd_context_node=>GET_COLLECTION_WRAPPER...more details

GET_EXT_ACCESSRetrieve handler for extension fieldsProtected
CALL METHOD cl_bsp_wd_context_node=>GET_EXT_ACCESS...more details

GET_H_S_EXTHidden Status Getter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_H_S_EXT...more details

GET_H_S_STRUCTHidden Status Getter for Gen. Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_H_S_STRUCT...more details

GET_I_S_EXTReady for Input Status Getter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_I_S_EXT...more details

GET_I_S_STRUCTReady for Input Status Getter for Gen. Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_I_S_STRUCT...more details

GET_LINEDelivers All Attributes of Current BO as RowPublic
CALL METHOD cl_bsp_wd_context_node=>GET_LINE...more details

GET_M_S_EXTMetadata Getter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_M_S_EXT...more details

GET_M_S_STRUCTMetadata Getter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_M_S_STRUCT...more details

GET_NEW_GEN_VALUEHELP_ENTRYPrivate
CALL METHOD cl_bsp_wd_context_node=>GET_NEW_GEN_VALUEHELP_ENTRY...more details

GET_P_S_EXTProperty Getter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_P_S_EXT...more details

GET_P_S_STRUCTProperty Getter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_P_S_STRUCT...more details

GET_S_EXTGetter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>GET_S_EXT...more details

GET_S_STRUCTGetter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_S_STRUCT...more details

GET_VALUEHELP_DESCR_VIA_BOLPrivate
CALL METHOD cl_bsp_wd_context_node=>GET_VALUEHELP_DESCR_VIA_BOL...more details

GET_V_S_EXTInput Help Getter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_V_S_EXT...more details

GET_V_S_STRUCTInput Help Getter for Generic Structure AttributesPublic
CALL METHOD cl_bsp_wd_context_node=>GET_V_S_STRUCT...more details

GET__NODE__NAMEGet name of context nodePublic
CALL METHOD cl_bsp_wd_context_node=>GET__NODE__NAME...more details

IS_CHECKBOXPrivate
CALL METHOD cl_bsp_wd_context_node=>IS_CHECKBOX...more details

IS_COLLECTION_BOUNDChecks Whether the Collection is BoundPublic
CALL METHOD cl_bsp_wd_context_node=>IS_COLLECTION_BOUND...more details

IS_CUSTOM_FIELDCheck if a field is custom fieldPublic
CALL METHOD cl_bsp_wd_context_node=>IS_CUSTOM_FIELD...more details

ON_OUTPUT_RENDERED_CLEANUPPublic
CALL METHOD cl_bsp_wd_context_node=>ON_OUTPUT_RENDERED_CLEANUP...more details

SET_CNODE_METAINFOSets the View Description ObjectPublic
CALL METHOD cl_bsp_wd_context_node=>SET_CNODE_METAINFO...more details

SET_COLLECTIONSets the CollectionPublic
CALL METHOD cl_bsp_wd_context_node=>SET_COLLECTION...more details

SET_COLLECTION_WRAPPERSets the Collection Wrapper InstancePublic
CALL METHOD cl_bsp_wd_context_node=>SET_COLLECTION_WRAPPER...more details

SET_CUSTOM_FIELD_RELATIONSet the relation for the custom fieldsPublic
CALL METHOD cl_bsp_wd_context_node=>SET_CUSTOM_FIELD_RELATION...more details

SET_S_EXTSetter for Enhancement FieldsPublic
CALL METHOD cl_bsp_wd_context_node=>SET_S_EXT...more details

SET_S_STRUCTSetter for Generic Structure AttributesPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
ATTR_STRUCT_NAMEInstance AttributeComponent NameLIKE
SEOCMPNAME
Private
ATTR_STRUCT_REFInstance AttributeLIKE
DATA
Private
COLLECTION_WRAPPERInstance AttributeWD Collection WrapperLIKE
CL_BSP_WD_COLLECTION_WRAPPER
Public
COMPONENT_NAMEInstance AttributeApplication component nameLIKE
BSP_WD_COMPONENT_NAME
Protected
DESIGNTIME_MODEInstance AttributeHigher-Level EntityLIKE
CL_CRM_BOL_ENTITY
Public
EXT_ACCESSInstance AttributeHandler for Enhancement FieldsLIKE
IF_AXT_UI_CONTEXT_NODE_HANDLER
Private
GEN_M_S_STRUCT_CALLInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
GEN_VALUEHELP_LIBInstance AttributeLIKE
LTYPE_GEN_VALUEHELP_TAB
Private
GT_CFD_CUSTOM_FIELDSInstance AttributeLIKE
Public
GV_CUSTOM_FIELD_RELATIONInstance AttributeLIKE
STRING
Public
IS_DEV_CLIENTStatic AttributeLIKE
ABAP_BOOL
Protected
IS_OWN_COLLECTION_WRAPPERInstance AttributeABAP_TRUELIKE
ABAP_BOOL
Private
NAMEInstance AttributeName of Context NodeLIKE
STRING
Private
PARENT_ENTITYInstance AttributeHigher-Level EntityLIKE
CL_CRM_BOL_ENTITY
Public
P_GETTER_LIBInstance AttributeLIKE
GTYPE_P_GETTER_TAB
Protected
REF_DATA_LIBInstance AttributeLIKE
LTYPE_REF_DATA_LIB_TAB
Private
RUNTIME_MODEInstance AttributeHigher-Level EntityLIKE
CL_CRM_BOL_ENTITY
Public
USE_MODEInstance AttributeKennzeichen: Verwendungsmodus (Runtime/Designtime)LIKE
CHAR1
Protected
VIEW_DESCRIPTORInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!