SAP CE_SIW_STATUS_CLASS OO Class - Enumeration of Status Classes









CE_SIW_STATUS_CLASS 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 CE_SIW_STATUS_CLASS 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 CE_SIW_STATUS_CLASS 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
CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD ce_siw_status_class=>CLASS_CONSTRUCTOR...more details

FINDReturns Specific Status Class for an IDPrivate
CALL METHOD ce_siw_status_class=>FIND...more details

GET_IDGet the Identifier of a Status ClassificationPublic
CALL METHOD ce_siw_status_class=>GET_ID...more details

GET_OFFSETReturn the Offset of a Status in the StoragePublic
CALL METHOD ce_siw_status_class=>GET_OFFSET...more details

GET_OPTIONALReturn if the status is an optional one for aggregationPublic
CALL METHOD ce_siw_status_class=>GET_OPTIONAL...more details

GET_TEXTGet the Description of a Status ClassificationPublic
CALL METHOD ce_siw_status_class=>GET_TEXT...more details

SET_OPTIONALSet if the status is optional for aggregationPublic
CALL METHOD ce_siw_status_class=>SET_OPTIONAL...more details

S_ADD_NEW_STATUSAdd a new StatusPrivate
CALL METHOD ce_siw_status_class=>S_ADD_NEW_STATUS...more details



CE_SIW_STATUS_CLASS 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_IMPLConstant'IMPLEMENT'LIKE
SIW_DTE_STATUS_CLASS
Public
C_IMPL_CONTEXTConstant'CONTEXT'LIKE
SIW_DTE_STATUS_CLASS
Public
C_IMPL_GENERATED_OBJS_AUTConstantClassifies the Status'OBJS_AUT'LIKE
SIW_DTE_STATUS_CLASS
Public
C_IMPL_GENERATED_OBJS_CHKConstant'OBJS_CHCK'LIKE
SIW_DTE_STATUS_CLASS
Public
C_IMPL_PLANNED_OBJSConstant'PLAN_OBJS'LIKE
SIW_DTE_STATUS_CLASS
Public
C_PROJECTConstant'PROJECT'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICEConstant'SERVICE'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICE_ESRConstant'ESR'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICE_MAPPINGConstant'MAPPING'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICE_MAPPING_ESRConstantMapping check against ESR'MAPPING_ESR'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICE_MAPPING_READYConstantFormal Mapping Check'MAPPING_READINESS'LIKE
SIW_DTE_STATUS_CLASS
Public
C_SERVICE_PROXYConstant'PROXY'LIKE
SIW_DTE_STATUS_CLASS
Public
IDInstance AttributeIdentifierLIKE
SIW_DTE_STATUS_CLASS
Private
IMPLStatic AttributeOverall Implementation StatusLIKE
CE_SIW_STATUS_CLASS
Public
IMPL_CONTEXTStatic AttributeStatus of the Implementation-Context CheckLIKE
CE_SIW_STATUS_CLASS
Public
IMPL_GENERATED_OBJS_AUTStatic AttributeStatus of the Executed Abap Unit TestsLIKE
CE_SIW_STATUS_CLASS
Public
IMPL_GENERATED_OBJS_CHKStatic AttributeStatus of the Generated Objects Check (Deep Check)LIKE
CE_SIW_STATUS_CLASS
Public
IMPL_PLANNED_OBJSStatic AttributeStatus of the Planned Objects (as of Preview)LIKE
CE_SIW_STATUS_CLASS
Public
IS_OPTIONALInstance AttributeIndicator for optional statusLIKE
BOOLEAN
Private
OFFSETInstance AttributeOffset of the status in the storage fieldLIKE
INT4
Private
PROJECTStatic AttributeOverall Project Status (Overall)LIKE
CE_SIW_STATUS_CLASS
Public
SERVICEStatic AttributeOverall Service StatusLIKE
CE_SIW_STATUS_CLASS
Public
SERVICE_ESRStatic AttributeStatus of the Service-ES Repository CheckLIKE
CE_SIW_STATUS_CLASS
Public
SERVICE_MAPPINGStatic AttributeStatus of the Service-Mapping CheckLIKE
CE_SIW_STATUS_CLASS
Public
SERVICE_MAPPING_ESRStatic AttributeStatus of the Service-Mapping CheckLIKE
CE_SIW_STATUS_CLASS
Public
SERVICE_MAPPING_READYStatic AttributeStatus of the formal Service-Mapping CheckLIKE
CE_SIW_STATUS_CLASS
Public
SERVICE_PROXYStatic AttributeStatus of the Service-Proxy CheckLIKE
CE_SIW_STATUS_CLASS
Public
TEXTInstance AttributeDescriptionLIKE
SIW_DTE_STATUS_CLASS_TEXT
Private
VALUESStatic AttributeLIKE
CE_SIW_STATUS_CLASS=>TAB
Public




CE_SIW_STATUS_CLASS types

TAB -

Links to Related Class(s)

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