SAP IF_SWF_SLS_DEADLINE OO Class - Deadline of Deadline Service









IF_SWF_SLS_DEADLINE 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_SWF_SLS_DEADLINE 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_SWF_SLS_DEADLINE 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
CREATE_BY_APPL_KEYGenerate Deadline Object Using Its Application KeyPublic
CALL METHOD if_swf_sls_deadline=>CREATE_BY_APPL_KEY...more details

CREATE_BY_GUIDGenerate Deadline Object Using Its GUIDPublic
CALL METHOD if_swf_sls_deadline=>CREATE_BY_GUID...more details

GET_APPLICATIONGets ID of applicationPublic
CALL METHOD if_swf_sls_deadline=>GET_APPLICATION...more details

GET_APPLICATION_KEYGets deadline key of applicationPublic
CALL METHOD if_swf_sls_deadline=>GET_APPLICATION_KEY...more details

GET_CALLBACK_CLASSGets callback class of deadlinePublic
CALL METHOD if_swf_sls_deadline=>GET_CALLBACK_CLASS...more details

GET_DATA_CONTAINERGets instance for data container of deadlinePublic
CALL METHOD if_swf_sls_deadline=>GET_DATA_CONTAINER...more details

GET_GROUPING1Gets first grouping characterPublic
CALL METHOD if_swf_sls_deadline=>GET_GROUPING1...more details

GET_GROUPING2Gets second grouping characterPublic
CALL METHOD if_swf_sls_deadline=>GET_GROUPING2...more details

GET_GUIDGets Appointment GUIDPublic
CALL METHOD if_swf_sls_deadline=>GET_GUID...more details

GET_PRIOGets priority of deadlinePublic
CALL METHOD if_swf_sls_deadline=>GET_PRIO...more details

GET_RETRY_COUNTGets number of callback attemptsPublic
CALL METHOD if_swf_sls_deadline=>GET_RETRY_COUNT...more details

GET_STATUSGets deadline statusPublic
CALL METHOD if_swf_sls_deadline=>GET_STATUS...more details

GET_TIMESTAMPGets time (UTC) to be monitoredPublic
CALL METHOD if_swf_sls_deadline=>GET_TIMESTAMP...more details

IS_ACTIVEGets activity of deadline (active = 'X')Public
CALL METHOD if_swf_sls_deadline=>IS_ACTIVE...more details

IS_PERIODICIndicates whether periodic deadlinePublic
CALL METHOD if_swf_sls_deadline=>IS_PERIODIC...more details

REFRESHRefresh Deadline Data (Current Database Data)Public
CALL METHOD if_swf_sls_deadline=>REFRESH...more details

SET_TIME_STAMPSets time stamp for deadline object (not in DB)Public
CALL METHOD if_swf_sls_deadline=>SET_TIME_STAMP...more details




Links to Related Class(s)

IF_SWF_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!