SAP /BOBF/IF_FRW_MESSAGE_SYMPTOMS OO Class - Message symptom constants
/BOBF/IF_FRW_MESSAGE_SYMPTOMS 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 /BOBF/IF_FRW_MESSAGE_SYMPTOMS 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 /BOBF/IF_FRW_MESSAGE_SYMPTOMS 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 |
/BOBF/IF_FRW_MESSAGE_SYMPTOMS 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 |
| CO_BO_INCONSISTENCY | Constant | Business Object Inconsistency | 'INC.BOI' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_BO_REFERENCE_UNKNOWN | Constant | Business Object Reference unknown | 'ENV.CBM.BRU' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_CONFIG_INCONSISTENCY | Constant | Configuration Inconsistency | 'INC.COI' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_CONFIG_MISMATCH | Constant | Configuration mismatch | 'ENV.COM' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_CONFIG_UNKNOWN | Constant | Configuration unknown | 'ENV.COM.COU' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_CROSS_BO_MISMATCH | Constant | Cross Business Object Mismatch | 'ENV.CBM' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_FAILED_SERVICE_INVOCATION | Constant | Failed Service Invocation | 'SEI.FSI' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_FAILED_SYNC_SERVICE_CALL | Constant | Failed synchronous service call | 'SEI.FSI.FSS' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_FOREIGN_DRAFT | Constant | 'FOL.FDR' | LIKE TY_MESSAGE_SYMPTOM | Public | |
| CO_FOREIGN_LOCK | Constant | Foreign Lock | 'FOL.FOL' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_MISSING_AUTHORITY | Constant | Missing Authority | 'MIA.MIA' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_PERMANENT_LOCK | Constant | Permanent Lock | 'BPR.PEL' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_PERMANENT_UNKNOWN_BO_REF | Constant | Permanent unknown Business Object Reference | 'BPR.PUR' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_SERVICE_BO_STATE_MISMATCH | Constant | Service call does not fit with state of data in BO | 'SBM.SBM' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_SERVICE_CONTRACT_VIOLATION | Constant | Service contract violation | 'SEI.SCV' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_SRVC_BO_CHNG_STATE_MISMATCH | Constant | Service call does not fit with change state of data in BO | 'SBM.SBM.CSM' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_TEMPORARY_LOCK | Constant | Temporary Lock | 'BPR.TEL' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_TEMPORARY_UNKNOWN_BO_REF | Constant | Temporary unknown Business Object Reference | 'BPR.TUR' | LIKE TY_MESSAGE_SYMPTOM | Public |
| CO_TEMP_UNAVAILABLE_SRVC_PROV | Constant | Temporary unknown Business Object Service | 'BPR.TUS' | LIKE TY_MESSAGE_SYMPTOM | Public |
/BOBF/IF_FRW_MESSAGE_SYMPTOMS types
TY_MESSAGE_SYMPTOM - Coded representation of a message symptomLinks to Related Class(s)
/BOBF/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects