SAP /ISDFPS/CL_EH_MSG_ATTRIBUTE OO Class - Attributes of a node









/ISDFPS/CL_EH_MSG_ATTRIBUTE 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_ATTRIBUTE 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_ATTRIBUTE 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_attribute=>APPLY_CORRECTION_INFO_DATA...more details

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

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

CONVERT_VALUE_FROM_ASXConversion from ABAP ASX to ABAP StringPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>CONVERT_VALUE_FROM_ASX...more details

CONVERT_VALUE_TO_ASXConversion from ABAP String to ABAP ASXPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>CONVERT_VALUE_TO_ASX...more details

CONV_EXIT_EXT_TO_INTPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>CONV_EXIT_EXT_TO_INT...more details

CONV_EXIT_INT_TO_EXTPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>CONV_EXIT_INT_TO_EXT...more details

CORRECTION_RESETRemoves Corrected Field ValuePublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>CORRECTION_RESET...more details

GET_BEFORE_VALUEProvides the Value Before Changing the ClientPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_BEFORE_VALUE...more details

GET_CORRECTION_VALUEProvides the Corrected ValuePublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_CORRECTION_VALUE...more details

GET_NAMEProvides the Technical Name of the AttributePublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME...more details

GET_NAME_TEXT_HEADERHeadingPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_HEADER...more details

GET_NAME_TEXT_LONGLong Field LabelPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_LONG...more details

GET_NAME_TEXT_MEDIUMMedium Field LabelPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_MEDIUM...more details

GET_NAME_TEXT_SHORTShort Field LabelPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_SHORT...more details

GET_TYPED_VALUEPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_TYPED_VALUE...more details

GET_VALUEProvides Value of This Attribute As a StringPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_VALUE...more details

IS_BACKEND_KEYPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_BACKEND_KEY...more details

IS_CHANGEDReturns Ind. Stating Whether Attrib. Was Changed (by Client)Public
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_CHANGED...more details

IS_CORRECTEDInd. That Displays Whether This Attrib. Value Was CorrectedPublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_CORRECTED...more details

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

IS_PSYNCKEYPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_PSYNCKEY...more details

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

IS_STATE_IDPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_STATE_ID...more details

IS_SYNCKEYPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_SYNCKEY...more details

SET_BEFORE_VALUESets the Value Before Changing the ClientPrivate
CALL METHOD /isdfps/cl_eh_msg_attribute=>SET_BEFORE_VALUE...more details

SET_CORRECTION_VALUECorrect Attribute ValuePublic
CALL METHOD /isdfps/cl_eh_msg_attribute=>SET_CORRECTION_VALUE...more details



/ISDFPS/CL_EH_MSG_ATTRIBUTE 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_NAME_PSYNCKEYInstance AttributeLIKE
Private
C_NAME_STATEIDInstance AttributeLIKE
Private
C_NAME_SYNCKEYInstance AttributeLIKE
Private
GO_MSG_NODEInstance AttributeNode of Message BodyLIKE
/ISDFPS/CL_EH_MSG_NODE
Private
GO_TYPEInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_DATADESCR
Private
GV_BEFORE_VALUEInstance AttributeLIKE
Private
GV_BEKEYInstance AttributeLIKE
Private
GV_CHANGEDInstance AttributeIndicates Whether Attribute Was Changed in Message' 'LIKE
ABAP_BOOL
Private
GV_CORRECTION_VALUEInstance AttributeLIKE
Private
GV_DISPLAY_POSITIONInstance AttributeNatural NumberLIKE
INT4
Private
GV_HIDDENInstance AttributeLIKE
Private
GV_NAMEInstance AttributeLIKE
Private
GV_READONLYInstance AttributeLIKE
Private
GV_VALUEInstance AttributeLIKE
Private
GV_VALUE_CORRECTEDInstance AttributeLIKE
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!