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 Name | Description | Visability |
| APPLY_CORRECTION_INFO_DATA | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>APPLY_CORRECTION_INFO_DATA...more details | ||
| APPLY_PROPERTIES | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>APPLY_PROPERTIES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CONSTRUCTOR...more details | ||
| CONVERT_VALUE_FROM_ASX | Conversion from ABAP ASX to ABAP String | Private |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CONVERT_VALUE_FROM_ASX...more details | ||
| CONVERT_VALUE_TO_ASX | Conversion from ABAP String to ABAP ASX | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CONVERT_VALUE_TO_ASX...more details | ||
| CONV_EXIT_EXT_TO_INT | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CONV_EXIT_EXT_TO_INT...more details | ||
|
| ||
| CONV_EXIT_INT_TO_EXT | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CONV_EXIT_INT_TO_EXT...more details | ||
| CORRECTION_RESET | Removes Corrected Field Value | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>CORRECTION_RESET...more details | ||
| GET_BEFORE_VALUE | Provides the Value Before Changing the Client | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_BEFORE_VALUE...more details | ||
| GET_CORRECTION_VALUE | Provides the Corrected Value | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_CORRECTION_VALUE...more details | ||
| GET_NAME | Provides the Technical Name of the Attribute | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME...more details | ||
| GET_NAME_TEXT_HEADER | Heading | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_HEADER...more details | ||
| GET_NAME_TEXT_LONG | Long Field Label | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_LONG...more details | ||
| GET_NAME_TEXT_MEDIUM | Medium Field Label | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_MEDIUM...more details | ||
| GET_NAME_TEXT_SHORT | Short Field Label | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_NAME_TEXT_SHORT...more details | ||
| GET_TYPED_VALUE | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_TYPED_VALUE...more details | ||
| GET_VALUE | Provides Value of This Attribute As a String | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>GET_VALUE...more details | ||
| IS_BACKEND_KEY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_BACKEND_KEY...more details | ||
| IS_CHANGED | Returns Ind. Stating Whether Attrib. Was Changed (by Client) | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_CHANGED...more details | ||
| IS_CORRECTED | Ind. That Displays Whether This Attrib. Value Was Corrected | Public |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_CORRECTED...more details | ||
| IS_HIDDEN | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_HIDDEN...more details | ||
| IS_PSYNCKEY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_PSYNCKEY...more details | ||
| IS_READ_ONLY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_READ_ONLY...more details | ||
| IS_STATE_ID | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_STATE_ID...more details | ||
| IS_SYNCKEY | Private | |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>IS_SYNCKEY...more details | ||
| SET_BEFORE_VALUE | Sets the Value Before Changing the Client | Private |
| CALL METHOD /isdfps/cl_eh_msg_attribute=>SET_BEFORE_VALUE...more details | ||
| SET_CORRECTION_VALUE | Correct Attribute Value | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_NAME_PSYNCKEY | Instance Attribute | LIKE | Private | ||
| C_NAME_STATEID | Instance Attribute | LIKE | Private | ||
| C_NAME_SYNCKEY | Instance Attribute | LIKE | Private | ||
| GO_MSG_NODE | Instance Attribute | Node of Message Body | LIKE /ISDFPS/CL_EH_MSG_NODE | Private | |
| GO_TYPE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_DATADESCR | Private | |
| GV_BEFORE_VALUE | Instance Attribute | LIKE | Private | ||
| GV_BEKEY | Instance Attribute | LIKE | Private | ||
| GV_CHANGED | Instance Attribute | Indicates Whether Attribute Was Changed in Message | ' ' | LIKE ABAP_BOOL | Private |
| GV_CORRECTION_VALUE | Instance Attribute | LIKE | Private | ||
| GV_DISPLAY_POSITION | Instance Attribute | Natural Number | LIKE INT4 | Private | |
| GV_HIDDEN | Instance Attribute | LIKE | Private | ||
| GV_NAME | Instance Attribute | LIKE | Private | ||
| GV_READONLY | Instance Attribute | LIKE | Private | ||
| GV_VALUE | Instance Attribute | LIKE | Private | ||
| GV_VALUE_CORRECTED | Instance Attribute | LIKE | 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