SAP ABAP Class IF_FDT_RS_INTERRUPT_HANDLER (FDT: Ruleset Interrupt Handler)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_RS_INTERRUPT_HANDLER FDT: Ruleset Interrupt Handler 20090818
Properties
Class IF_FDT_RS_INTERRUPT_HANDLER  
Short Description FDT: Ruleset Interrupt Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090818   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_RS_INTERRUPT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_RS_INTERRUPT_HANDLER has no interface implemented.
Friends
Class IF_FDT_RS_INTERRUPT_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FN_CR_TIMESTAMP Constant Public Type reference (TYPE) FIELDNAME 'TIMESTAMP' Query fieldname for Creation Timestamp 20091005
2 GC_FN_CR_USER Constant Public Type reference (TYPE) FIELDNAME 'CR_USER' Query fieldname for Creation User 20091005
3 GC_FN_FUNCTION_ID Constant Public Type reference (TYPE) FIELDNAME 'FUNCTION_ID' Query fieldname for Function ID 20091005
4 GC_FN_INTERRUPT_ID Constant Public Type reference (TYPE) FIELDNAME 'INTERRUPT_ID' Query fieldname for Interrupt ID 20091005
5 GC_FN_RESTART_OPTION Constant Public Type reference (TYPE) FIELDNAME 'RESTART_OPTION' Query fieldname for Restart Option 20091005
6 GC_FN_RULESET_ID Constant Public Type reference (TYPE) FIELDNAME 'RULESET_ID' Query fieldname for Ruleset ID 20091005
7 GC_FN_RULE_ID Constant Public Type reference (TYPE) FIELDNAME 'RULE_ID' Query fieldname for Rule ID 20091005
8 GC_FN_RULE_POSITION Constant Public Type reference (TYPE) FIELDNAME 'RULE_POSITION' Query fieldname for Position in the Ruleset 20091005
9 GC_FN_TIMESTAMP Constant Public Type reference (TYPE) FIELDNAME 'TIMESTAMP' Query fieldname for Processing Timestamp 20091005
Methods
# Method Level Visibility Method type Description Created on
1 GET_INTERRUPT Instance method Public Method Retrieve a (saved) interrupt record (Factory method) 20090925
2 GET_LAST_PROCESSING_INTERRUPTS Instance method Public Method Get the unsaved interrupts of the last ruleset processings 20090925
3 SELECT_INTERRUPTS Instance method Public Method Query for interrupts 20091005
Events
Class IF_FDT_RS_INTERRUPT_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 INTERRUPT_ID Public Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090818
2 T_INTERRUPT Public See coding 20090818 T_INTERRUPT type STANDARD TABLE OF REF TO if_fdt_rs_interrupt WITH DEFAULT KEY
Method Signatures

Method GET_INTERRUPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERRUPT_ID Call by reference Type reference (TYPE) IF_FDT_RS_INTERRUPT=>INTERRUPT_ID Unique Interrupt Identifier 20090925
2 Returning RO_RS_INTERRUPT Value transfer Object reference (TYPE REF TO) IF_FDT_RS_INTERRUPT FDT: Ruleset Interrupt Record 20090925
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20090925

Method GET_LAST_PROCESSING_INTERRUPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INTERRUPT Value transfer Type reference (TYPE) T_INTERRUPT 20090925

Method GET_LAST_PROCESSING_INTERRUPTS on class IF_FDT_RS_INTERRUPT_HANDLER has no exception.

Method SELECT_INTERRUPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETA_DATA Call by reference Type reference (TYPE) ANY TABLE 20091005
2 Importing ITS_SELECTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_SELECTION 20091005
3 Importing IV_ORDER_BY_CR_TIMESTAMP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091006
4 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) I 0 Package Size (Default - All Data) 20091006
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20091005
History
Last changed by/on SAP  20110908 
SAP Release Created in