SAP IF_DAS_ERROR_CODES OO Class - ILM SRS: Error Codes









IF_DAS_ERROR_CODES 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 IF_DAS_ERROR_CODES 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 IF_DAS_ERROR_CODES 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



IF_DAS_ERROR_CODES 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
SC_ACCEPTEDInstance AttributeLIKE
Private
SC_BAD_REQUESTInstance AttributeLIKE
Private
SC_BODY_FORMAT_CORRUPTInstance AttributeLIKE
Private
SC_CANNOT_READ_DAV_PROPERTYInstance AttributeLIKE
Private
SC_CANNOT_UPDATE_DAV_PROPERTYInstance AttributeLIKE
Private
SC_CHECKSUM_INCORRECTInstance AttributeLIKE
Private
SC_CHECK_FAILEDInstance AttributeLIKE
Private
SC_CLIENT_MISSINGInstance AttributeLIKE
Private
SC_COLLECTION_FROZENInstance AttributeLIKE
Private
SC_CONFIG_INCONSISTENTInstance AttributeLIKE
Private
SC_CONFLICTInstance AttributeLIKE
Private
SC_CREATEDInstance AttributeLIKE
Private
SC_DOES_NOT_EXISTInstance AttributeLIKE
Private
SC_FORBIDDENInstance AttributeLIKE
Private
SC_HOME_COLLECTION_EXISTSInstance AttributeLIKE
Private
SC_HOME_NOT_EMPTYInstance AttributeLIKE
Private
SC_INDEX_PROPERTY_MISSINGInstance AttributeLIKE
Private
SC_INTERNAL_SERVER_ERRORInstance AttributeLIKE
Private
SC_INVALID_CHARACTERInstance AttributeLIKE
Private
SC_IO_ERRORInstance AttributeLIKE
Private
SC_KEYWORD_UNKNOWNInstance AttributeLIKE
Private
SC_LOCKEDInstance AttributeLIKE
Private
SC_METHOD_NOT_ALLOWEDInstance AttributeLIKE
Private
SC_MULTI_STATUSInstance AttributeLIKE
Private
SC_NOT_FOUNDInstance AttributeLIKE
Private
SC_NO_CONTENTInstance AttributeLIKE
Private
SC_NO_MORE_OBJECTSInstance AttributeLIKE
Private
SC_NO_STORE_ASSIGNEDInstance AttributeLIKE
Private
SC_OKInstance AttributeLIKE
Private
SC_PARAMETERS_INCONSISTENTInstance AttributeLIKE
Private
SC_PARAMETER_MISSINGInstance AttributeLIKE
Private
SC_PARAMETER_SYNTAX_INCORRECTInstance AttributeLIKE
Private
SC_PARAMETER_TOO_LONGInstance AttributeLIKE
Private
SC_PARTIAL_CONTENTInstance AttributeLIKE
Private
SC_PROPERTY_NAME_FORBIDDENInstance AttributeLIKE
Private
SC_RESOURCE_TYPE_NOT_SUPPORTEDInstance AttributeLIKE
Private
SC_SQL_ERRORInstance AttributeLIKE
Private
SC_STORE_NOT_ASSIGNEDInstance AttributeLIKE
Private
SC_SYSTEM_COLLECTIONInstance AttributeLIKE
Private
SC_UNAUTHORIZEDInstance AttributeLIKE
Private
SC_VIRUS_SCAN_ERRORInstance AttributeLIKE
Private
SC_WRONG_INDEX_PROPERTY_TYPEInstance AttributeLIKE
Private
SC_WRONG_OFFSETInstance AttributeLIKE
Private
SC_WRONG_TIMESTAMP_FORMATInstance AttributeLIKE
Private


Links to Related Class(s)

IF_DAS_E...
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!