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 | Constant | Public | Type reference (TYPE) | STRING | 'data.xml' | 20100224 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /SLOAP/CL_DATA_XML | data xml puffer | 20100219 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | /SLOAP/CL_OUTPUT_PROFILE | 20100219 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | /SLOAP/RESULT_LIST | Result list | 20100219 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SYLANGU | Language Key | 20110105 | |||
| 6 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | 'DATA_XML' | Output Type: DATA_XML | 20100311 | ||
| 7 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | 'HTML' | Output Type: HTML | 20100311 | ||
| 8 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | 'WORDML' | Output Type: WORDML | 20100311 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100219 | |
| 2 | Instance method | Protected | Method | Deletes the file for the given Keys from cache | 20100330 | |
| 3 | Instance method | Public | Method | Delete the file from cache | 20100409 | |
| 4 | Instance method | Protected | Method | Generate output and save file in cache | 20100219 | |
| 5 | Instance method | Protected | Method | Get the file for the given Keys from cache | 20100221 | |
| 6 | Instance method | Public | Method | Get the file from cache | 20100316 | |
| 7 | Instance method | Public | Method | Returns the output builder | 20100221 | |
| 8 | Instance method | Protected | Method | Retrieves the Data XML from Cache and sets attribute | 20100224 | |
| 9 | 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 | IR_PROFILE | Call by reference | Object reference (TYPE REF TO) | /SLOAP/CL_OUTPUT_PROFILE | SLOAS Output Profile | 20100219 | |||
| 2 | IT_RESULT_LIST | Call by reference | Type reference (TYPE) | /SLOAP/RESULT_LIST | SLOAS Result List | 20100219 | |||
| 3 | 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 | IV_GEN_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | type of output generation | 20100330 | |||
| 2 | RV_FILE | Value transfer | Type reference (TYPE) | XSTRING | 20100330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cluster import error | 20100330 | ||
| 2 | Missing parameter exception | 20100330 | ||
| 3 | Missing DB record exception | 20100330 | ||
| 4 | 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 | Cluster import error | 20100409 | ||
| 2 | Missing parameter exception | 20100409 | ||
| 3 | Missing DB record exception | 20100409 | ||
| 4 | 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 | 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 | IV_GEN_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | type of output generation | 20100221 | |||
| 2 | RV_FILE | Value transfer | Type reference (TYPE) | XSTRING | 20100221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cluster import error | 20100221 | ||
| 2 | Missing parameter exception | 20100221 | ||
| 3 | Missing DB record exception | 20100221 | ||
| 4 | Missing parameter exception | 20100221 |
Method GET_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FILE | Value transfer | Type reference (TYPE) | XSTRING | 20100316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cluster import error | 20100316 | ||
| 2 | Missing parameter exception | 20100316 | ||
| 3 | Missing DB record exception | 20100316 | ||
| 4 | Missing parameter exception | 20100316 |
Method GET_OUTPUT_BUILDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | Cluster import error | 20100224 | ||
| 2 | Missing parameter exception | 20100224 | ||
| 3 | Missing parameter exception | 20100224 | ||
| 4 | Missing parameter exception | 20100224 |
Method SAVE_CACHE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE | Call by reference | Type reference (TYPE) | XSTRING | 20100221 | ||||
| 2 | IV_GEN_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | type of output generation | 20100221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Missing DB Record | 20100221 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 700 |