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 Name | Description | Visability |
| ADD_CHILD_NODE | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>ADD_CHILD_NODE...more details | ||
| APPLY_CHANGE_INFO | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_CHANGE_INFO...more details | ||
| APPLY_CORRECTION_INFO_DATA | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_CORRECTION_INFO_DATA...more details | ||
| APPLY_PROPERTIES | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>APPLY_PROPERTIES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /isdfps/cl_eh_msg_node=>CONSTRUCTOR...more details | ||
| COPY_ATTRIBUTE_VALUES | Copies All Attribute Values from a Different Node | Private |
| CALL METHOD /isdfps/cl_eh_msg_node=>COPY_ATTRIBUTE_VALUES...more details | ||
|
| ||
| CORRECTION_COPY_NODE | Adds a Copied Node As a Correction | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>CORRECTION_COPY_NODE...more details | ||
| CORRECTION_RESET | Resets All Corrections | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>CORRECTION_RESET...more details | ||
| CREATE_ATTRIBUTES_FROM_STRUCT | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>CREATE_ATTRIBUTES_FROM_STRUCT...more details | ||
| CREATE_ATTRIBUTES_FROM_XML | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>CREATE_ATTRIBUTES_FROM_XML...more details | ||
| GET_ATTRIBUTES | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_ATTRIBUTES...more details | ||
| GET_ATTRIBUTE_BY_NAME | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_ATTRIBUTE_BY_NAME...more details | ||
| GET_CHANGE_OPERATION | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_CHANGE_OPERATION...more details | ||
| GET_CHILD_NODES | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_CHILD_NODES...more details | ||
| GET_MSG_BODY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_MSG_BODY...more details | ||
| GET_NAME | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_NAME...more details | ||
| GET_PSYNCKEY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_PSYNCKEY...more details | ||
| GET_RESTART_OPERATION | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_RESTART_OPERATION...more details | ||
| GET_STATEID | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_STATEID...more details | ||
| GET_SYNCKEY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_SYNCKEY...more details | ||
| GET_TEXT | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>GET_TEXT...more details | ||
| HAS_CORRECTED_CHILD_NODE | Indicates Whether a Subnode Was Corrected | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>HAS_CORRECTED_CHILD_NODE...more details | ||
| IS_CHANGED | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_CHANGED...more details | ||
| IS_CORRECTED | Indicates Whether This Node Was Corrected | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_CORRECTED...more details | ||
| IS_CREATED_BY_CORRECTION | Checks Whether This Node Was Added by a Correction | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_CREATED_BY_CORRECTION...more details | ||
| IS_DELETED_BY_CORRECTION | Checks Whether This Node Was Deleted by a Correction | Public |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_DELETED_BY_CORRECTION...more details | ||
| IS_HIDDEN | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_HIDDEN...more details | ||
| IS_READ_ONLY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_node=>IS_READ_ONLY...more details | ||
| SET_PSYNCKEY | Sets the Parent Sync Key | Private |
| CALL METHOD /isdfps/cl_eh_msg_node=>SET_PSYNCKEY...more details | ||
| SET_SYNCKEY | Sets the Sync Key | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GO_MSG_BODY | Instance Attribute | Message Body | LIKE /ISDFPS/CL_EH_MSG_BODY | Private | |
| GO_PARENT_NODE | Instance Attribute | Node of Message Body | LIKE /ISDFPS/CL_EH_MSG_NODE | Private | |
| GO_STRUCTURE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Private | |
| GT_ATTRIBUTES | Instance Attribute | Table Type for Class /ISDFPS/CL_EH_MSG_ATTRIBUTE | LIKE /ISDFPS/EH_MSG_ATTRIBUTE_T | Private | |
| GT_CHILD_NODES | Instance Attribute | Table Type for Class /ISDFPS/CL_EH_MSG_NODE | LIKE /ISDFPS/EH_MSG_NODE_T | Private | |
| GV_CHANGE_OPERATION | Instance Attribute | LIKE | Private | ||
| GV_CORRECTION_OPERATION | Instance Attribute | Operation of Message | LIKE /ISDFPS/ME_OPERATION | Private | |
| GV_HIDDEN | Instance Attribute | LIKE | Private | ||
| GV_NAME | Instance Attribute | LIKE | Private | ||
| GV_READONLY | Instance Attribute | LIKE | Private | ||
| GV_STATEID | Instance Attribute | Extract Key | LIKE /ISDFPS/ME_EXTRACT_KEY | Private | |
| GV_TEXT | Instance Attribute | LIKE | Private | ||
| GV_TYPE | Instance Attribute | Table Name | LIKE 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