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 NameDescriptionVisability
APPLY_CORRECTION_INFO_DATAPrivate
CALL METHOD /isdfps/cl_eh_msg_body=>APPLY_CORRECTION_INFO_DATA...more details

BUILD_RESTART_XML_MSGPrivate
CALL METHOD /isdfps/cl_eh_msg_body=>BUILD_RESTART_XML_MSG...more details

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

CORRECTION_ADD_NODEAdds a New Node As a CorrectionPublic
CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_ADD_NODE...more details

CORRECTION_DELETE_NODEFor Correction: Deletes a NodePublic
CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_DELETE_NODE...more details

CORRECTION_RESETRemoves All CorrectionsPublic
CALL METHOD /isdfps/cl_eh_msg_body=>CORRECTION_RESET...more details

GET_ASX_VALUE_NODEPrivate
CALL METHOD /isdfps/cl_eh_msg_body=>GET_ASX_VALUE_NODE...more details

GET_MESSAGEProvides the DOE MessagePublic
CALL METHOD /isdfps/cl_eh_msg_body=>GET_MESSAGE...more details

GET_NODE_BY_SYNCKEYProvides the Node Using the Sync. KeyPrivate
CALL METHOD /isdfps/cl_eh_msg_body=>GET_NODE_BY_SYNCKEY...more details

GET_NODE_TYPES_CORR_CREATEFor Correction: Provides All Possible Types for CreationPublic
CALL METHOD /isdfps/cl_eh_msg_body=>GET_NODE_TYPES_CORR_CREATE...more details

GET_ROOT_NODEPrivate
CALL METHOD /isdfps/cl_eh_msg_body=>GET_ROOT_NODE...more details

IS_CORRECTEDIndicates Whether There Is a CorrectionPublic
CALL METHOD /isdfps/cl_eh_msg_body=>IS_CORRECTED...more details

IS_READ_ONLYChecks Whether Message Content May Be ModifiedPublic
CALL METHOD /isdfps/cl_eh_msg_body=>IS_READ_ONLY...more details

SERIALIZE_MDS_CHANGE_INFOPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
C_PROPKEY_BEKEYConstantConfiguration Key for Data Objects in Error Handling'BE_KEY'LIKE
/ISDFPS/ME_EH_DO_PROP_KEY
Public
C_PROPKEY_CREATE_NOT_ALLOWEDConstantConfiguration Key for Data Objects in Error Handling'CREATE_NOT_ALLOWED'LIKE
/ISDFPS/ME_EH_DO_PROP_KEY
Public
C_PROPKEY_HIDDENConstantConfiguration Key for Data Objects in Error Handling'HIDDEN'LIKE
/ISDFPS/ME_EH_DO_PROP_KEY
Public
C_PROPKEY_POSITIONConstantConfiguration Key for Data Objects in Error Handling'POSITION'LIKE
/ISDFPS/ME_EH_DO_PROP_KEY
Public
C_PROPKEY_READONLYConstantConfiguration Key for Data Objects in Error Handling'READONLY'LIKE
/ISDFPS/ME_EH_DO_PROP_KEY
Public
GO_MESSAGEInstance AttributeDOE Message for Error HandlingLIKE
/ISDFPS/CL_EH_MESSAGE
Private
GO_ROOT_NODEInstance AttributeNode of Message BodyLIKE
/ISDFPS/CL_EH_MSG_NODE
Private
GV_READ_ONLYInstance AttributeLIKE
Private
NODESInstance AttributeTable Type for Class /ISDFPS/CL_EH_MSG_NODELIKE
/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



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!