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 MS_SAP_CONTENT_VERSION Instance attribute Public Type reference (TYPE) STRING 20120207
2 MT_READER Static Attribute Private Type reference (TYPE) TT_READER 20120207
3 MT_WORKSPACE Instance attribute Public Type reference (TYPE) TT_WORKSPACE 20120207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120207
2 GET Static method Public Method 20120207
3 PROCESS_CATEGORIES Instance method Private Method 20120207
4 PROCESS_COLLECTION Instance method Private Method 20120207
5 PROCESS_COMMON_ATTRIBUTES Instance method Private Method 20120207
6 PROCESS_WORKSPACE Instance method Private Method 20120207
7 READ 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 Importing 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 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120227
2 Returning 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 Importing IO_CATEGORIES Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20120207
2 Returning 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 Exporting ES_COLLECTION Call by reference Type reference (TYPE) TS_COLLECTION 20120228
2 Importing 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 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20120207
2 Returning 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 Exporting ES_WORKSPACE Call by reference Type reference (TYPE) TS_WORKSPACE 20120228
2 Importing 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