SAP ABAP Class /SLOAP/CL_OUTPUT_GEN_ASYNC (Superclass for output generators)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_GEN_DATA_XML Output Generator for Data XML 20100219
2 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_GEN_HTML Output Generator for HTML 20100219
3 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_GEN_WORDML Output Generator for WordML 20100219
Properties
Class /SLOAP/CL_OUTPUT_GEN_ASYNC  
Short Description Superclass for output generators    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100219   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_OUTPUT_GEN_ASYNC has no forward declaration.
Interfaces
Class /SLOAP/CL_OUTPUT_GEN_ASYNC has no interface implemented.
Friends
Class /SLOAP/CL_OUTPUT_GEN_ASYNC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DATA_XML_FILENAME Constant Public Type reference (TYPE) STRING 'data.xml' 20100224
2 GO_DATA_XML Instance attribute Protected Object reference (TYPE REF TO) /SLOAP/CL_DATA_XML data xml puffer 20100219
3 GO_PROFILE Instance attribute Protected Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE 20100219
4 GT_RESULT_LIST Instance attribute Protected Type reference (TYPE) /SLOAP/RESULT_LIST Result list 20100219
5 GV_LANGUAGE Instance attribute Protected Type reference (TYPE) SYLANGU Language Key 20110105
6 TYPE_DATA_XML Constant Public Type reference (TYPE) /SLOAP/GENERATION_TYPE 'DATA_XML' Output Type: DATA_XML 20100311
7 TYPE_HTML Constant Public Type reference (TYPE) /SLOAP/GENERATION_TYPE 'HTML' Output Type: HTML 20100311
8 TYPE_WORDML Constant Public Type reference (TYPE) /SLOAP/GENERATION_TYPE 'WORDML' Output Type: WORDML 20100311
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100219
2 DELETE_CACHE_FILE Instance method Protected Method Deletes the file for the given Keys from cache 20100330
3 DELETE_FILE Instance method Public Method Delete the file from cache 20100409
4 GENERATE_OUTPUT Instance method Protected Method Generate output and save file in cache 20100219
5 GET_CACHE_FILE Instance method Protected Method Get the file for the given Keys from cache 20100221
6 GET_FILE Instance method Public Method Get the file from cache 20100316
7 GET_OUTPUT_BUILDER Instance method Public Method Returns the output builder 20100221
8 RETRIEVE_DATA_XML Instance method Protected Method Retrieves the Data XML from Cache and sets attribute 20100224
9 SAVE_CACHE_FILE Instance method Protected Method Save file for the given keys in the cache 20100221
Events
Class /SLOAP/CL_OUTPUT_GEN_ASYNC has no event.
Types
Class /SLOAP/CL_OUTPUT_GEN_ASYNC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROFILE Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE SLOAS Output Profile 20100219
2 Importing IT_RESULT_LIST Call by reference Type reference (TYPE) /SLOAP/RESULT_LIST SLOAS Result List 20100219
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key 20110105

Method CONSTRUCTOR on class /SLOAP/CL_OUTPUT_GEN_ASYNC has no exception.

Method DELETE_CACHE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GEN_TYPE Call by reference Type reference (TYPE) /SLOAP/GENERATION_TYPE type of output generation 20100330
2 Returning RV_FILE Value transfer Type reference (TYPE) XSTRING 20100330
# Exception Resumable Description Created on
1 /SLOAP/CX_CLU_IMPORT_ERROR Cluster import error 20100330
2 /SLOAP/CX_INVALID_PARAMETER Missing parameter exception 20100330
3 /SLOAP/CX_MISSING_DB_RECORD Missing DB record exception 20100330
4 /SLOAP/CX_MISSING_PARAMETER Missing parameter exception 20100330

Method DELETE_FILE Signature

Method DELETE_FILE on class /SLOAP/CL_OUTPUT_GEN_ASYNC has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_CLU_IMPORT_ERROR Cluster import error 20100409
2 /SLOAP/CX_INVALID_PARAMETER Missing parameter exception 20100409
3 /SLOAP/CX_MISSING_DB_RECORD Missing DB record exception 20100409
4 /SLOAP/CX_MISSING_PARAMETER Missing parameter exception 20100409

Method GENERATE_OUTPUT Signature

Method GENERATE_OUTPUT on class /SLOAP/CL_OUTPUT_GEN_ASYNC has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_OUTPUT_GEN_ERROR Error in Output Generation 20100222

Method GET_CACHE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GEN_TYPE Call by reference Type reference (TYPE) /SLOAP/GENERATION_TYPE type of output generation 20100221
2 Returning RV_FILE Value transfer Type reference (TYPE) XSTRING 20100221
# Exception Resumable Description Created on
1 /SLOAP/CX_CLU_IMPORT_ERROR Cluster import error 20100221
2 /SLOAP/CX_INVALID_PARAMETER Missing parameter exception 20100221
3 /SLOAP/CX_MISSING_DB_RECORD Missing DB record exception 20100221
4 /SLOAP/CX_MISSING_PARAMETER Missing parameter exception 20100221

Method GET_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILE Value transfer Type reference (TYPE) XSTRING 20100316
# Exception Resumable Description Created on
1 /SLOAP/CX_CLU_IMPORT_ERROR Cluster import error 20100316
2 /SLOAP/CX_INVALID_PARAMETER Missing parameter exception 20100316
3 /SLOAP/CX_MISSING_DB_RECORD Missing DB record exception 20100316
4 /SLOAP/CX_MISSING_PARAMETER Missing parameter exception 20100316

Method GET_OUTPUT_BUILDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OUTPUT_BUILDER Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_BUILDER SLO AS PDF builder for output 20100222

Method GET_OUTPUT_BUILDER on class /SLOAP/CL_OUTPUT_GEN_ASYNC has no exception.

Method RETRIEVE_DATA_XML Signature

Method RETRIEVE_DATA_XML on class /SLOAP/CL_OUTPUT_GEN_ASYNC has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_CLU_IMPORT_ERROR Cluster import error 20100224
2 /SLOAP/CX_INVALID_PARAMETER Missing parameter exception 20100224
3 /SLOAP/CX_MISSING_DB_RECORD Missing parameter exception 20100224
4 /SLOAP/CX_MISSING_PARAMETER Missing parameter exception 20100224

Method SAVE_CACHE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE Call by reference Type reference (TYPE) XSTRING 20100221
2 Importing IV_GEN_TYPE Call by reference Type reference (TYPE) /SLOAP/GENERATION_TYPE type of output generation 20100221
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_DB_RECORD Missing DB Record 20100221
History
Last changed by/on SAP  20141030 
SAP Release Created in 700