SAP ABAP Class CL_RSO_RES_INTERNAL_CORE (Resource for handling of backend messages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_QUERY (Package) BW: ResourceQuery
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers 20130110
Properties
Class CL_RSO_RES_INTERNAL_CORE  
Short Description Resource for handling of backend messages    
Super Class CL_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_QUERY   BW: ResourceQuery 
Created 20120924   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ATOM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_RES_INTERNAL_CORE has no interface implemented.
Friends
Class CL_RSO_RES_INTERNAL_CORE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ACCEPT_SSO Constant Private Type reference (TYPE) STRING 'ACCEPT_SSO_TICKET' 20131004
2 CO_CLASS_NAME Constant Public Type reference (TYPE) SEOCLSNAME 'CL_RSO_RES_INTERNAL_CORE' 20130110
3 CO_CLIENT Constant Private Type reference (TYPE) STRING 'CLIENT' 20130912
4 CO_QUERY_BASE_URI Constant Private Type reference (TYPE) STRING '/sap/bw/modeling/query/' 20130502
5 CO_SRV_TIME Constant Private Type reference (TYPE) STRING 'SERVERTIME' 20130912
6 CO_TIME_ZONE Constant Private Type reference (TYPE) STRING 'TIMEZONE' 20130912
7 CO_USR_NAME Constant Private Type reference (TYPE) STRING 'USER_NAME' 20130912
8 P_ACTION Instance attribute Private Type reference (TYPE) STRING 20130110
9 P_ACTVT Instance attribute Private Type reference (TYPE) ACTIV_AUTH 20130110
10 P_APPL_LOG_STYLE_READ Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130110
11 P_COMPID Instance attribute Private Type reference (TYPE) RSZCOMPID 20130110
12 P_COMPTYPE Instance attribute Private Type reference (TYPE) RSZCOMPTP 20130110
13 P_COMPUID Instance attribute Private Type reference (TYPE) SYSUUID_25 20130110
14 P_INFOCUBE Instance attribute Private Type reference (TYPE) RSINFOCUBE 20130110
15 P_LAST_N_CALLS Instance attribute Private Type reference (TYPE) NUMC4 20130110
16 P_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS 20130110
17 P_S_ENTRY Instance attribute Private Type reference (TYPE) IF_ATOM_TYPES=>ENTRY_S 20130110
18 P_S_FEED Instance attribute Private Type reference (TYPE) IF_ATOM_TYPES=>FEED_S 20130110
19 P_S_ID_EXT Instance attribute Private Type reference (TYPE) IF_ATOM_TYPES=>EXT_ATTRIBUTE_S 20130110
20 P_TEXTID Instance attribute Private Type reference (TYPE) SCX_T100KEY 20130110
21 P_TIMESTAMP Instance attribute Private Type reference (TYPE) RSZX_TIMESTMP 20130110
22 P_T_FIELDS Instance attribute Private Type reference (TYPE) TIHTTPNVP 20130425
23 P_T_ID_EXT Instance attribute Private Type reference (TYPE) IF_ATOM_TYPES=>EXT_ATTRIBUTE_T 20130110
24 P_T_PARAGRAPHS Instance attribute Private Type reference (TYPE) EFG_TAB_ITCDP Table Type itcdp 20130110
Methods
# Method Level Visibility Method type Description Created on
1 AUTHCHECK Instance method Private Method 20130110
2 COMPEXIST Instance method Private Method Perform a component exist check and returns HTTP code 20130425
3 EXISTS Instance method Private Method 20130110
4 GET_UNIQUE_ID Instance method Private Method Creation of an unique ID for consumption in Queries 20130802
5 TIMECHECK Instance method Private Method 20130110
6 USR_PROPERTIES Instance method Private Method Provides user properties 20130912
Events
Class CL_RSO_RES_INTERNAL_CORE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_APPLICATION_LOG Private See coding 20130212 BEGIN OF tp_s_application_log, s_msg TYPE rs_s_msg, shorttext TYPE string, messagetype TYPE string, t_longtext TYPE tp_t_msg_longtext, END OF tp_s_application_log
2 TP_S_MSG_LONGTEXT Private See coding 20130212 BEGIN OF tp_s_msg_longtext, tdformat TYPE string, text TYPE string, END OF tp_s_msg_longtext
3 TP_T_APPLICATION_LOG Private See coding 20130212 tp_t_application_log TYPE STANDARD TABLE OF tp_s_application_log WITH DEFAULT KEY
4 TP_T_MSG_LONGTEXT Private See coding 20130212 tp_t_msg_longtext TYPE STANDARD TABLE OF tp_s_msg_longtext WITH DEFAULT KEY
Method Signatures

Method AUTHCHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130110
# Exception Resumable Description Created on
1 CX_ADT_REST 20130110

Method COMPEXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE ADT Access to REST Response 20130425
# Exception Resumable Description Created on
1 CX_ADT_REST Shared exceptions for resource/service framework 20130425

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130110
# Exception Resumable Description Created on
1 CX_ADT_REST 20130110

Method GET_UNIQUE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130802
# Exception Resumable Description Created on
1 CX_ADT_REST 20130802

Method TIMECHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130110
# Exception Resumable Description Created on
1 CX_ADT_REST 20130110

Method USR_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKSSO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20131004
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider for which cache refresh is requested 20130923
3 Importing I_R_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE ADT Access to REST Response 20130912
# Exception Resumable Description Created on
1 CX_ADT_REST Shared exceptions for resource/service framework 20130912
History
Last changed by/on SAP  20140121 
SAP Release Created in 740