SAP ABAP Interface IF_SWF_SLS_DEADLINE (Deadline of Deadline Service)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_SLS (Package) Deadline Service - Deadline Monitoring
Properties
Interface IF_SWF_SLS_DEADLINE  
Short Description Deadline of Deadline Service    
General Data
Package SWF_SLS   Deadline Service - Deadline Monitoring 
Created 20041215   SAP 
Last changed 20050214   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_SLS_DEADLINE has no forward declaration.
Interfaces
Interface IF_SWF_SLS_DEADLINE has no interface.
Friends
Interface IF_SWF_SLS_DEADLINE has no friend.
Attributes
Interface IF_SWF_SLS_DEADLINE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_APPL_KEY Static method Public Method Generate Deadline Object Using Its Application Key 20041215
2 CREATE_BY_GUID Static method Public Method Generate Deadline Object Using Its GUID 20041215
3 GET_APPLICATION Instance method Public Method Gets ID of application 20041215
4 GET_APPLICATION_KEY Instance method Public Method Gets deadline key of application 20041215
5 GET_CALLBACK_CLASS Instance method Public Method Gets callback class of deadline 20041215
6 GET_DATA_CONTAINER Instance method Public Method Gets instance for data container of deadline 20041215
7 GET_GROUPING1 Instance method Public Method Gets first grouping character 20041215
8 GET_GROUPING2 Instance method Public Method Gets second grouping character 20041215
9 GET_GUID Instance method Public Method Gets Appointment GUID 20041215
10 GET_PRIO Instance method Public Method Gets priority of deadline 20041215
11 GET_RETRY_COUNT Instance method Public Method Gets number of callback attempts 20041215
12 GET_STATUS Instance method Public Method Gets deadline status 20041215
13 GET_TIMESTAMP Instance method Public Method Gets time (UTC) to be monitored 20041215
14 IS_ACTIVE Instance method Public Method Gets activity of deadline (active = 'X') 20041215
15 IS_PERIODIC Instance method Public Method Indicates whether periodic deadline 20041215
16 REFRESH Instance method Public Method Refresh Deadline Data (Current Database Data) 20041215
17 SET_TIME_STAMP Instance method Public Method Sets time stamp for deadline object (not in DB) 20041215
Events
Interface IF_SWF_SLS_DEADLINE has no event.
Types
Interface IF_SWF_SLS_DEADLINE has no local type.
Method Signatures

Method CREATE_BY_APPL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPL Call by reference Type reference (TYPE) SWFSLSDEADL-APPL_ID Anwendungskomponente 20041215
2 Importing IM_APPL_KEY Call by reference Type reference (TYPE) SWFSLS_APPLKEY SLS: Anwendungspezifischer Terminsschlüssel 20041215
3 Returning RE_DEADLINE Value transfer Object reference (TYPE REF TO) IF_SWF_SLS_DEADLINE Termin des Deadline Service 20041215

Method CREATE_BY_APPL_KEY on Interface IF_SWF_SLS_DEADLINE has no exception.

Method CREATE_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GUID Call by reference Type reference (TYPE) SWFSLS_DLGUID GUID des Termins 20041215
2 Returning RE_DEADLINE Value transfer Object reference (TYPE REF TO) IF_SWF_SLS_DEADLINE Deadline of Scheduling Services 20041215

Method CREATE_BY_GUID on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_APPLICATION_ID Value transfer Type reference (TYPE) SWFSLSDEADL-APPL_ID Anwendungskomponente 20041215

Method GET_APPLICATION on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_APPLICATION_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_APPLICATION_KEY Value transfer Type reference (TYPE) SWFSLS_APPLKEY SLS: Anwendungspezifischer Terminsschlüssel 20041215

Method GET_APPLICATION_KEY on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_CALLBACK_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CALLBACK_CLASS Value transfer Type reference (TYPE) SWFSLS_CBCLS SLS: Klasse, die den Callback zum Termin ausführt 20041215

Method GET_CALLBACK_CLASS on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATA_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20041215

Method GET_DATA_CONTAINER on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_GROUPING1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GROUPING1 Value transfer Type reference (TYPE) SWFSLS_GROUPING SLS: Gruppierungsmerkmal des Termins 20041215

Method GET_GROUPING1 on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_GROUPING2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GROUPING2 Value transfer Type reference (TYPE) SWFSLS_GROUPING SLS: Gruppierungsmerkmal des Termins 20041215

Method GET_GROUPING2 on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GUID Value transfer Type reference (TYPE) SWFSLS_DLGUID GUID des Termins 20041215

Method GET_GUID on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_PRIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATUS Value transfer Type reference (TYPE) SWFSLS_DLSTATUS Scheduling Services: Terminstatus 20041215

Method GET_PRIO on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_RETRY_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RETRY_COUNTER Value transfer Type reference (TYPE) SWFSLS_CBCNT SLS: Anzahl der Callbackversuche zu einem Termin 20041215

Method GET_RETRY_COUNT on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATUS Value transfer Type reference (TYPE) SWFSLS_DLSTATUS Scheduling Services: Terminstatus 20041215

Method GET_STATUS on Interface IF_SWF_SLS_DEADLINE has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TIMESTAMP Value transfer Type reference (TYPE) SWFSLSDEADL-DLTIMESTAMP SLS: UTC-Zeitstempel des Termins 20041215

Method GET_TIMESTAMP on Interface IF_SWF_SLS_DEADLINE has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACTIVE Value transfer Type reference (TYPE) SEOFLAG Allgemeines Flag 20041215

Method IS_ACTIVE on Interface IF_SWF_SLS_DEADLINE has no exception.

Method IS_PERIODIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRUE Value transfer Type reference (TYPE) SEOFLAG Allgemeines Flag 20041215

Method IS_PERIODIC on Interface IF_SWF_SLS_DEADLINE has no exception.

Method REFRESH Signature

Method REFRESH on Interface IF_SWF_SLS_DEADLINE has no parameter.
Method REFRESH on Interface IF_SWF_SLS_DEADLINE has no exception.

Method SET_TIME_STAMP Signature

Method SET_TIME_STAMP on Interface IF_SWF_SLS_DEADLINE has no parameter.
Method SET_TIME_STAMP on Interface IF_SWF_SLS_DEADLINE has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in 700