SAP ABAP Class CL_SSF_QUEUE (SAP Smart Forms: Queue)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SSF (Application Component) Smart Forms
     SMART (Package) SAP Smart Forms
Properties
Class CL_SSF_QUEUE  
Short Description SAP Smart Forms: Queue    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class SSFCOMPOSER    
Program status P  SAP Standard Production Program 
Category 0   
Package SMART   SAP Smart Forms 
Created 20001208   SAP 
Last change 20001208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SSF_QUEUE has no forward declaration.
Interfaces
Class CL_SSF_QUEUE has no interface implemented.
Friends
Class CL_SSF_QUEUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COUNTER Instance attribute Private Type reference (TYPE) I Number of Entries 20001208
2 FALSE Constant Public Type reference (TYPE) BOOLEAN ' ' False 20001208
3 HEADER Instance attribute Private Object reference (TYPE REF TO) DATA Header 20001208
4 QUEUE Instance attribute Private Object reference (TYPE REF TO) DATA Queue 20001208
5 TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' True 20001208
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20001208
2 DELETE_QUEUE Instance method Public Method Deletes all lines 20001208
3 GET Instance method Public Method Get Entry from Queue 20001208
4 GET_COUNTER Instance method Public Method Returns Number of Entries 20001208
5 IS_EMPTY Instance method Public Method Checks Whether Queue is Initial 20001208
6 READ Instance method Public Method Read Entry from Queue 20001208
7 WRITE Instance method Public Method Write Entry from Queue 20001208
Events
Class CL_SSF_QUEUE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BOOLEAN Private Type reference (TYPE) STRING Boolean 20001208
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) ANY Typ für Eintrag 20001208

Method CONSTRUCTOR on class CL_SSF_QUEUE has no exception.

Method DELETE_QUEUE Signature

Method DELETE_QUEUE on class CL_SSF_QUEUE has no parameter.
# Exception Resumable Description Created on
1 DELETE_QUEUE_ERROR Fehler bei Methode DELETE_QUEUE 20001208

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENTRY Value transfer Type reference (TYPE) ANY Eintrag 20001208
# Exception Resumable Description Created on
1 EMPTY_QUEUE Queue ist leer 20001208
2 GET_ERROR Fehler bei Methode GET 20001208

Method GET_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) I Rückgabewert 20001208

Method GET_COUNTER on class CL_SSF_QUEUE has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLEAN Rückgabewert 20001208

Method IS_EMPTY on class CL_SSF_QUEUE has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENTRY Call by reference Type reference (TYPE) ANY Eintrag 20001208
# Exception Resumable Description Created on
1 EMPTY_QUEUE Queue ist leer 20001208
2 READ_ERROR Fehler bei Methode READ 20001208

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) ANY Eintrag 20001208
# Exception Resumable Description Created on
1 WRITE_ERROR Fehler bei Methode WRITE 20001208
History
Last changed by/on SAP  20001208 
SAP Release Created in 610