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 NameDescriptionVisability



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

NameLevelDescriptionInitial ValueTypeVisability
CO_BO_INCONSISTENCYConstantBusiness Object Inconsistency'INC.BOI'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_BO_REFERENCE_UNKNOWNConstantBusiness Object Reference unknown'ENV.CBM.BRU'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_CONFIG_INCONSISTENCYConstantConfiguration Inconsistency'INC.COI'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_CONFIG_MISMATCHConstantConfiguration mismatch'ENV.COM'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_CONFIG_UNKNOWNConstantConfiguration unknown'ENV.COM.COU'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_CROSS_BO_MISMATCHConstantCross Business Object Mismatch'ENV.CBM'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_FAILED_SERVICE_INVOCATIONConstantFailed Service Invocation'SEI.FSI'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_FAILED_SYNC_SERVICE_CALLConstantFailed synchronous service call'SEI.FSI.FSS'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_FOREIGN_DRAFTConstant'FOL.FDR'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_FOREIGN_LOCKConstantForeign Lock'FOL.FOL'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_MISSING_AUTHORITYConstantMissing Authority'MIA.MIA'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_PERMANENT_LOCKConstantPermanent Lock'BPR.PEL'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_PERMANENT_UNKNOWN_BO_REFConstantPermanent unknown Business Object Reference'BPR.PUR'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_SERVICE_BO_STATE_MISMATCHConstantService call does not fit with state of data in BO'SBM.SBM'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_SERVICE_CONTRACT_VIOLATIONConstantService contract violation'SEI.SCV'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_SRVC_BO_CHNG_STATE_MISMATCHConstantService call does not fit with change state of data in BO'SBM.SBM.CSM'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_TEMPORARY_LOCKConstantTemporary Lock'BPR.TEL'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_TEMPORARY_UNKNOWN_BO_REFConstantTemporary unknown Business Object Reference'BPR.TUR'LIKE
TY_MESSAGE_SYMPTOM
Public
CO_TEMP_UNAVAILABLE_SRVC_PROVConstantTemporary 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 symptom

Links to Related Class(s)

/BOBF/IF...
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!