SAP /ISDFPS/CL_EH_MSG_NODE OO Class - Node of Message Body









/ISDFPS/CL_EH_MSG_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 /ISDFPS/CL_EH_MSG_NODE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /ISDFPS/CL_EH_MSG_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_CHILD_NODEPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>ADD_CHILD_NODE...more details

APPLY_CHANGE_INFOPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_CHANGE_INFO...more details

APPLY_CORRECTION_INFO_DATAPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_CORRECTION_INFO_DATA...more details

APPLY_PROPERTIESPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_PROPERTIES...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>CONSTRUCTOR...more details

COPY_ATTRIBUTE_VALUESCopies All Attribute Values from a Different NodePrivate
CALL METHOD /isdfps/cl_eh_msg_node=>COPY_ATTRIBUTE_VALUES...more details

CORRECTION_COPY_NODEAdds a Copied Node As a CorrectionPublic
CALL METHOD /isdfps/cl_eh_msg_node=>CORRECTION_COPY_NODE...more details

CORRECTION_RESETResets All CorrectionsPublic
CALL METHOD /isdfps/cl_eh_msg_node=>CORRECTION_RESET...more details

CREATE_ATTRIBUTES_FROM_STRUCTPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>CREATE_ATTRIBUTES_FROM_STRUCT...more details

CREATE_ATTRIBUTES_FROM_XMLPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>CREATE_ATTRIBUTES_FROM_XML...more details

GET_ATTRIBUTESPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_ATTRIBUTES...more details

GET_ATTRIBUTE_BY_NAMEPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_ATTRIBUTE_BY_NAME...more details

GET_CHANGE_OPERATIONPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_CHANGE_OPERATION...more details

GET_CHILD_NODESPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_CHILD_NODES...more details

GET_MSG_BODYPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_MSG_BODY...more details

GET_NAMEPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_NAME...more details

GET_PSYNCKEYPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_PSYNCKEY...more details

GET_RESTART_OPERATIONPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_RESTART_OPERATION...more details

GET_STATEIDPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_STATEID...more details

GET_SYNCKEYPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_SYNCKEY...more details

GET_TEXTPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>GET_TEXT...more details

HAS_CORRECTED_CHILD_NODEIndicates Whether a Subnode Was CorrectedPublic
CALL METHOD /isdfps/cl_eh_msg_node=>HAS_CORRECTED_CHILD_NODE...more details

IS_CHANGEDPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>IS_CHANGED...more details

IS_CORRECTEDIndicates Whether This Node Was CorrectedPublic
CALL METHOD /isdfps/cl_eh_msg_node=>IS_CORRECTED...more details

IS_CREATED_BY_CORRECTIONChecks Whether This Node Was Added by a CorrectionPublic
CALL METHOD /isdfps/cl_eh_msg_node=>IS_CREATED_BY_CORRECTION...more details

IS_DELETED_BY_CORRECTIONChecks Whether This Node Was Deleted by a CorrectionPublic
CALL METHOD /isdfps/cl_eh_msg_node=>IS_DELETED_BY_CORRECTION...more details

IS_HIDDENPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>IS_HIDDEN...more details

IS_READ_ONLYPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>IS_READ_ONLY...more details

SET_PSYNCKEYSets the Parent Sync KeyPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>SET_PSYNCKEY...more details

SET_SYNCKEYSets the Sync KeyPrivate
CALL METHOD /isdfps/cl_eh_msg_node=>SET_SYNCKEY...more details



/ISDFPS/CL_EH_MSG_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
GO_MSG_BODYInstance AttributeMessage BodyLIKE
/ISDFPS/CL_EH_MSG_BODY
Private
GO_PARENT_NODEInstance AttributeNode of Message BodyLIKE
/ISDFPS/CL_EH_MSG_NODE
Private
GO_STRUCTUREInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Private
GT_ATTRIBUTESInstance AttributeTable Type for Class /ISDFPS/CL_EH_MSG_ATTRIBUTELIKE
/ISDFPS/EH_MSG_ATTRIBUTE_T
Private
GT_CHILD_NODESInstance AttributeTable Type for Class /ISDFPS/CL_EH_MSG_NODELIKE
/ISDFPS/EH_MSG_NODE_T
Private
GV_CHANGE_OPERATIONInstance AttributeLIKE
Private
GV_CORRECTION_OPERATIONInstance AttributeOperation of MessageLIKE
/ISDFPS/ME_OPERATION
Private
GV_HIDDENInstance AttributeLIKE
Private
GV_NAMEInstance AttributeLIKE
Private
GV_READONLYInstance AttributeLIKE
Private
GV_STATEIDInstance AttributeExtract KeyLIKE
/ISDFPS/ME_EXTRACT_KEY
Private
GV_TEXTInstance AttributeLIKE
Private
GV_TYPEInstance AttributeTable NameLIKE
TABNAME
Private


Links to Related Class(s)

/ISDFPS/...
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!