SAP ABAP Class CL_RSBPC_WEB_REST_RES (BPC REST resource)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPC-INF (Application Component) BPC 'unified model' - Infrastructure
     RSBPC_WEB_SERVICE (Package) BPC Web Client Service
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REST_RESOURCE REST Resource 20130522
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBPCPS_WEB_RES_AO_REPORT BPC REST Resource: AO Report 20130814
2 Inheritance (c INHERITING FROM c_ref)  CL_RSBPCPS_WEB_RES_EXL_RES BPC REST Resource: Excel resource 20130913
3 Inheritance (c INHERITING FROM c_ref)  CL_RSBPCPS_WEB_RES_WEB_RES BPC REST Resource: Web report 20130913
4 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_AUTO_UPD_RES test for get epm add in 20130904
5 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_DELEGATE BPC REST Resource: AO Report 20130814
6 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_FILE BPC REST Resource: File 20130709
7 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_PS BPC REST Resource: Persistence Service 20130522
8 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_PSFILE BPC REST Resource: Persistence Service 20130729
9 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_SYSTEM BPC REST Resource: System 20130522
10 Inheritance (c INHERITING FROM c_ref)  CL_RSBPC_WEB_REST_RES_USER BPC REST Resource: User 20130522
Properties
Class CL_RSBPC_WEB_REST_RES  
Short Description BPC REST resource    
Super Class CL_REST_RESOURCE REST Resource 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSBPC_WEB_SERVICE   BPC Web Client Service 
Created 20130522   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_REST_STATUS_CODE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_HTTP_STATUS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSBPC_WEB_REST_RES has no interface implemented.
Friends
Class CL_RSBPC_WEB_REST_RES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 D_METHOD Instance attribute Protected Type reference (TYPE) STRING 20130522
2 D_REQ_CONTENT_TYPE Instance attribute Protected Type reference (TYPE) STRING 20130522
3 D_RSP_CONTENT_TYPE Instance attribute Protected Type reference (TYPE) STRING 20130522
Methods
# Method Level Visibility Method type Description Created on
1 DO_DELETE Instance method Protected Method DELETE 20130522
2 DO_GET Instance method Protected Method GET 20130522
3 DO_HEAD Instance method Protected Method HEAD 20130522
4 DO_OPTIONS Instance method Protected Method OPTIONS 20130522
5 DO_POST Instance method Protected Method POST 20130522
6 DO_PUT Instance method Protected Method PUT 20130522
7 GET_DATA Instance method Protected Method Get and transform request data 20130522
8 HANDLE_REQUEST Instance method Private Method Handle request 20130522
9 SET_DATA Instance method Protected Method Transform and set response data 20130522
10 SET_EXCEPTION Instance method Protected Method Set exception 20130522
Events
Class CL_RSBPC_WEB_REST_RES has no event.
Types
Class CL_RSBPC_WEB_REST_RES has no local type.
Method Signatures

Method DO_DELETE Signature

Method DO_DELETE on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_DELETE on class CL_RSBPC_WEB_REST_RES has no exception.

Method DO_GET Signature

Method DO_GET on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_GET on class CL_RSBPC_WEB_REST_RES has no exception.

Method DO_HEAD Signature

Method DO_HEAD on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_HEAD on class CL_RSBPC_WEB_REST_RES has no exception.

Method DO_OPTIONS Signature

Method DO_OPTIONS on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_OPTIONS on class CL_RSBPC_WEB_REST_RES has no exception.

Method DO_POST Signature

Method DO_POST on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_POST on class CL_RSBPC_WEB_REST_RES has no exception.

Method DO_PUT Signature

Method DO_PUT on class CL_RSBPC_WEB_REST_RES has no parameter.
Method DO_PUT on class CL_RSBPC_WEB_REST_RES has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) DATA 20130522
2 Importing I_TRANS_ID Call by reference Type reference (TYPE) STRING 'ID' 20130522
3 Importing I_TRANS_ROOT Call by reference Type reference (TYPE) STRING 'ROOT' 20130522

Method GET_DATA on class CL_RSBPC_WEB_REST_RES has no exception.

Method HANDLE_REQUEST Signature

Method HANDLE_REQUEST on class CL_RSBPC_WEB_REST_RES has no parameter.
Method HANDLE_REQUEST on class CL_RSBPC_WEB_REST_RES has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Call by reference Type reference (TYPE) DATA 20130522
2 Importing I_TRANS_ID Call by reference Type reference (TYPE) STRING 'id' transformation id 20130522
3 Importing I_TRANS_ROOT Call by reference Type reference (TYPE) STRING 'ROOT' transformation root name 20130522

Method SET_DATA on class CL_RSBPC_WEB_REST_RES has no exception.

Method SET_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20130522
2 Importing I_STATUS Call by reference Type reference (TYPE) I CL_REST_STATUS_CODE=>GC_SERVER_ERROR_INTERNAL 20130522

Method SET_EXCEPTION on class CL_RSBPC_WEB_REST_RES has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740