SAP ABAP Class CL_RSO_RES_HCPR_DB (Database requests)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_HCPR (Package) BW: ResourceHanaCompositeProvider
Properties
Class CL_RSO_RES_HCPR_DB  
Short Description Database requests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_HCPR   BW: ResourceHanaCompositeProvider 
Created 20121212   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_RES_HCPR_DB has no interface implemented.
Friends
Class CL_RSO_RES_HCPR_DB has no friend class.
Attributes
Class CL_RSO_RES_HCPR_DB has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_HCPR Static method Public Method 20121212
2 EXISTS_ON_DB Static method Public Method 20121212
3 GET_ALL Static method Public Method Return Repository F4 list 20130708
4 GET_ALL_WITH_TEXTS Static method Public Method Get all HCPR objects with text information 20131004
5 GET_LAST_CHANGED Static method Public Method Returns the timestamp of last change for a given version 20130726
6 READ_HCPR Static method Public Method 20121212
7 READ_HISTORIC_VERS Static method Public Method 20131004
8 WRITE_ACTIVEFL Static method Public Method 20121217
9 WRITE_HCPR Static method Public Method 20121212
10 WRITE_OBJSTAT Static method Public Method 20121214
11 WRITE_TIMESTAMP Static method Public Method 20121214
Events
Class CL_RSO_RES_HCPR_DB has no event.
Types
Class CL_RSO_RES_HCPR_DB has no local type.
Method Signatures

Method DELETE_HCPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121212
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20121212

Method DELETE_HCPR on class CL_RSO_RES_HCPR_DB has no exception.

Method EXISTS_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121212
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20121212
3 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20121212

Method EXISTS_ON_DB on class CL_RSO_RES_HCPR_DB has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130708
2 Importing I_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS List of Source Systems 20130708
3 Returning R_T_OBJECT_LIST Value transfer Type reference (TYPE) RSO_T_OBJECT_F4_LIST BW Repository: List Format (ALV) for F4 Help 20130708

Method GET_ALL on class CL_RSO_RES_HCPR_DB has no exception.

Method GET_ALL_WITH_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20131004
2 Returning R_T_HCPR_TXT Value transfer Type reference (TYPE) RSO_T_HCPR_TXT HanaCompositeProvider with text information 20131004

Method GET_ALL_WITH_TEXTS on class CL_RSO_RES_HCPR_DB has no exception.

Method GET_LAST_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSOHCPRNM The CompositeProvider name 20130726
2 Importing I_VERSION Call by reference Type reference (TYPE) RSOBJVERS Object version 20130726
3 Returning R_TIMESTAMP Value transfer Type reference (TYPE) RSTIMESTMP UTC Time Stamp of last change in Short Form (YYYYMMDDhhmmss) 20130726
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130726

Method READ_HCPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HCPR Call by reference Type reference (TYPE) RSO_T_HCPR HanaCompositeProvider 20121212
2 Exporting E_T_HCPRT Call by reference Type reference (TYPE) RSO_T_HCPRT Texts for HanaCompositeProvider 20121212
3 Exporting E_T_HCPR_XREF Call by reference Type reference (TYPE) RSO_T_HCPR_XREF HanaCompositeProvider, Where-Used Lists 20121212
4 Importing I_DESCRIPTION_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Only read the object description text 20130705
5 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121212
6 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20121212
7 Importing I_VERSNO Call by reference Type reference (TYPE) RSOVERSNO Version Number of TLOGO Object 20131004
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20131004
2 CX_RS_NOT_FOUND Object Not Found 20121212

Method READ_HISTORIC_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HCPR Call by reference Type reference (TYPE) RSO_T_HCPR HanaCompositeProvider 20131004
2 Exporting E_T_HCPRT Call by reference Type reference (TYPE) RSO_T_HCPRT Texts for HanaCompositeProvider 20131004
3 Exporting E_T_HCPR_XREF Call by reference Type reference (TYPE) RSO_T_HCPR_XREF HanaCompositeProvider, Where-Used Lists 20131004
4 Importing I_DESCRIPTION_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Only read the object description text 20131004
5 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20131004
6 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20131004
7 Importing I_VERSNO Call by reference Type reference (TYPE) RSOVERSNO Version Number of TLOGO Object 20131004
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20131004
2 CX_RS_NOT_FOUND Object Not Found 20131004

Method WRITE_ACTIVEFL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVFL Call by reference Type reference (TYPE) RSACTIVFL Object Status 20121217
2 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121217
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20121217

Method WRITE_HCPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_HCPR Call by reference Type reference (TYPE) RSOHCPR HanaCompositeProvider 20130311
2 Importing I_T_HCPRT Call by reference Type reference (TYPE) RSO_T_HCPRT 20121212
3 Importing I_T_HCPR_XREF Call by reference Type reference (TYPE) RSO_T_HCPR_XREF 20121212
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20121212

Method WRITE_OBJSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121214
2 Importing I_OBJSTAT Call by reference Type reference (TYPE) RSOBJSTAT Object Status 20121214
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20121214

Method WRITE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Application Log: Level of detail 20121214
2 Importing I_HCPRNM Call by reference Type reference (TYPE) RSOHCPRNM HanaCompositeProvider: Name 20121214
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20121214
4 Returning R_TSTPINT Value transfer Type reference (TYPE) RSTSTPINT Include: Last changed by, time stamp in internal format 20121214
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20121214
History
Last changed by/on SAP  20140121 
SAP Release Created in 740