SAP ABAP Class CL_FPM_SDOC_READER (SDOC Reader)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_ODATA (Package) Floorplan Manager (Odata Integration)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_WEB_ACCESS | Web Access | 20120227 |
Properties
| Class | CL_FPM_SDOC_READER | |
| Short Description | SDOC Reader | |
| Super Class | CL_FPM_WEB_ACCESS | Web Access |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_ODATA | Floorplan Manager (Odata Integration) |
| Created | 20120207 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_SDOC_READER has no forward declaration.
Interfaces
Class CL_FPM_SDOC_READER has no interface implemented.
Friends
Class CL_FPM_SDOC_READER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | 20120207 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_READER | 20120207 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_WORKSPACE | 20120207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120207 | |
| 2 | Static method | Public | Method | 20120207 | ||
| 3 | Instance method | Private | Method | 20120207 | ||
| 4 | Instance method | Private | Method | 20120207 | ||
| 5 | Instance method | Private | Method | 20120207 | ||
| 6 | Instance method | Private | Method | 20120207 | ||
| 7 | Instance method | Private | Method | 20120207 |
Events
Class CL_FPM_SDOC_READER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ACCEPT | Public | See coding | 20120207 | BEGIN OF ts_accept,
value TYPE string,
common_attributes TYPE ts_common_attributes,
END OF ts_accept
|
||
| 2 | TS_APP_CATEGORY | Public | See coding | 20120207 | BEGIN OF ts_app_category, "app category
href TYPE string,
fixed TYPE boole_d,
scheme TYPE string,
categories TYPE tt_category,
END OF ts_app_category
|
||
| 3 | TS_CATEGORY | Public | See coding | 20120207 | BEGIN OF ts_category, "atom Category
term TYPE string,
scheme TYPE string,
label TYPE string,
END OF ts_category
|
||
| 4 | TS_COLLECTION | Public | See coding | 20120207 | BEGIN OF ts_collection,
title TYPE string,
common_attributes TYPE ts_common_attributes,
href TYPE string,
accepts TYPE tt_accept,
app_categories TYPE tt_app_categories,
sap_content_version TYPE string,
sap_updatable TYPE boole_d,
sap_creatable TYPE boole_d,
sap_deletable TYPE boole_d,
END OF ts_collection
|
||
| 5 | TS_COMMON_ATTRIBUTES | Public | See coding | 20120207 | BEGIN OF ts_common_attributes,
base TYPE string,
lang TYPE string,
space TYPE string,
END OF ts_common_attributes
|
||
| 6 | TS_READER | Private | See coding | 20120207 | begin of TS_READER,
rfcdest type rfcdest,
reader type ref to cl_fpm_sdoc_reader,
end of ts_reader
|
||
| 7 | TS_WORKSPACE | Public | See coding | 20120207 | BEGIN OF ts_workspace,
title TYPE string,
common_attributes TYPE ts_common_attributes,
collections TYPE tt_collection,
END OF ts_workspace
|
||
| 8 | TT_ACCEPT | Public | See coding | 20120207 | tt_accept TYPE STANDARD TABLE OF ts_accept WITH DEFAULT KEY
|
||
| 9 | TT_APP_CATEGORIES | Public | See coding | 20120207 | tt_app_categories TYPE STANDARD TABLE OF ts_app_category WITH DEFAULT KEY
|
||
| 10 | TT_CATEGORY | Public | See coding | 20120207 | tt_category TYPE STANDARD TABLE OF ts_category WITH DEFAULT KEY
|
||
| 11 | TT_COLLECTION | Public | See coding | 20120207 | tt_collection TYPE STANDARD TABLE OF ts_collection WITH DEFAULT KEY
|
||
| 12 | TT_READER | Private | See coding | 20120207 | tt_reader type hashed table of ts_reader WITH UNIQUE key rfcdest
|
||
| 13 | TT_WORKSPACE | Public | See coding | 20120207 | tt_workspace TYPE STANDARD TABLE OF ts_workspace WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120227 |
Method CONSTRUCTOR on class CL_FPM_SDOC_READER has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120227 | |||
| 2 | RO_READER | Value transfer | Object reference (TYPE REF TO) | CL_FPM_SDOC_READER | Test | 20120227 |
Method GET on class CL_FPM_SDOC_READER has no exception.
Method PROCESS_CATEGORIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CATEGORIES | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20120207 | |||
| 2 | RS_APP_CATEGORIES | Value transfer | Type reference (TYPE) | TS_APP_CATEGORY | 20120207 |
Method PROCESS_CATEGORIES on class CL_FPM_SDOC_READER has no exception.
Method PROCESS_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_COLLECTION | Call by reference | Type reference (TYPE) | TS_COLLECTION | 20120228 | ||||
| 2 | IO_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20120207 |
Method PROCESS_COLLECTION on class CL_FPM_SDOC_READER has no exception.
Method PROCESS_COMMON_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20120207 | |||
| 2 | RS_COMMON_ATTRIBUTES | Value transfer | Type reference (TYPE) | TS_COMMON_ATTRIBUTES | 20120207 |
Method PROCESS_COMMON_ATTRIBUTES on class CL_FPM_SDOC_READER has no exception.
Method PROCESS_WORKSPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WORKSPACE | Call by reference | Type reference (TYPE) | TS_WORKSPACE | 20120228 | ||||
| 2 | IO_WORKSPACE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20120207 |
Method PROCESS_WORKSPACE on class CL_FPM_SDOC_READER has no exception.
Method READ Signature
Method READ on class CL_FPM_SDOC_READER has no parameter.
Method READ on class CL_FPM_SDOC_READER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |