SAP /ISDFPS/CL_EH_MSG_BODY OO Class - Message Body
/ISDFPS/CL_EH_MSG_BODY 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_BODY 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_BODY 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 |
| APPLY_CORRECTION_INFO_DATA | Private | |
| CALL METHOD /isdfps/cl_eh_msg_body=>APPLY_CORRECTION_INFO_DATA...more details | ||
| BUILD_RESTART_XML_MSG | Private | |
| CALL METHOD /isdfps/cl_eh_msg_body=>BUILD_RESTART_XML_MSG...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /isdfps/cl_eh_msg_body=>CONSTRUCTOR...more details | ||
| CORRECTION_ADD_NODE | Adds a New Node As a Correction | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_ADD_NODE...more details | ||
| CORRECTION_DELETE_NODE | For Correction: Deletes a Node | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_DELETE_NODE...more details | ||
| CORRECTION_RESET | Removes All Corrections | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_RESET...more details | ||
|
| ||
| GET_ASX_VALUE_NODE | Private | |
| CALL METHOD /isdfps/cl_eh_msg_body=>GET_ASX_VALUE_NODE...more details | ||
| GET_MESSAGE | Provides the DOE Message | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>GET_MESSAGE...more details | ||
| GET_NODE_BY_SYNCKEY | Provides the Node Using the Sync. Key | Private |
| CALL METHOD /isdfps/cl_eh_msg_body=>GET_NODE_BY_SYNCKEY...more details | ||
| GET_NODE_TYPES_CORR_CREATE | For Correction: Provides All Possible Types for Creation | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>GET_NODE_TYPES_CORR_CREATE...more details | ||
| GET_ROOT_NODE | Private | |
| CALL METHOD /isdfps/cl_eh_msg_body=>GET_ROOT_NODE...more details | ||
| IS_CORRECTED | Indicates Whether There Is a Correction | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>IS_CORRECTED...more details | ||
| IS_READ_ONLY | Checks Whether Message Content May Be Modified | Public |
| CALL METHOD /isdfps/cl_eh_msg_body=>IS_READ_ONLY...more details | ||
| SERIALIZE_MDS_CHANGE_INFO | Private | |
| CALL METHOD /isdfps/cl_eh_msg_body=>SERIALIZE_MDS_CHANGE_INFO...more details | ||
/ISDFPS/CL_EH_MSG_BODY 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 |
| C_PROPKEY_BEKEY | Constant | Configuration Key for Data Objects in Error Handling | 'BE_KEY' | LIKE /ISDFPS/ME_EH_DO_PROP_KEY | Public |
| C_PROPKEY_CREATE_NOT_ALLOWED | Constant | Configuration Key for Data Objects in Error Handling | 'CREATE_NOT_ALLOWED' | LIKE /ISDFPS/ME_EH_DO_PROP_KEY | Public |
| C_PROPKEY_HIDDEN | Constant | Configuration Key for Data Objects in Error Handling | 'HIDDEN' | LIKE /ISDFPS/ME_EH_DO_PROP_KEY | Public |
| C_PROPKEY_POSITION | Constant | Configuration Key for Data Objects in Error Handling | 'POSITION' | LIKE /ISDFPS/ME_EH_DO_PROP_KEY | Public |
| C_PROPKEY_READONLY | Constant | Configuration Key for Data Objects in Error Handling | 'READONLY' | LIKE /ISDFPS/ME_EH_DO_PROP_KEY | Public |
| GO_MESSAGE | Instance Attribute | DOE Message for Error Handling | LIKE /ISDFPS/CL_EH_MESSAGE | Private | |
| GO_ROOT_NODE | Instance Attribute | Node of Message Body | LIKE /ISDFPS/CL_EH_MSG_NODE | Private | |
| GV_READ_ONLY | Instance Attribute | LIKE | Private | ||
| NODES | Instance Attribute | Table Type for Class /ISDFPS/CL_EH_MSG_NODE | LIKE /ISDFPS/EH_MSG_NODE_T | 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