SAP ABAP Class IF_SHDB_APPL_INFO (Obtain data from different SAP applications)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDU_APPL_INFO provides info about application objects 20130723
Properties
Class IF_SHDB_APPL_INFO  
Short Description Obtain data from different SAP applications    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130620   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SHDB_TAB_CLASSIFICATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_SHDB_APPL_INFO has no interface implemented.
Friends
Class IF_SHDB_APPL_INFO has no friend class.
Attributes
Class IF_SHDB_APPL_INFO has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLASSIFIY_TABLE Instance method Public Method Obtain a semantic classification for a given HANA table 20130705
2 NEW Static method Public Method Generate an instance 20130809
3 PARTITION_SPEC Instance method Public Method Obtain a partition specification for a given HANA table 20130814
4 TAB_COMPRESSION Instance method Public Method Obtain compression parameters for a given HANA table 20130925
Events
Class IF_SHDB_APPL_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_COMPR Public See coding 20130925 begin of ts_COMPR, am type string, aoc type string, END OF ts_compr
Method Signatures

Method CLASSIFIY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130705
2 Importing IV_TPLACEMENT Call by reference Type reference (TYPE) ABAP_BOOL 20130809
3 Importing IV_TYPE Call by reference Type reference (TYPE) CLIKE 20130809
4 Returning RS_CLASSIFICATION Value transfer Type reference (TYPE) CL_SHDB_TAB_CLASSIFICATION=>TS_TABCLASS 20130705
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20130814

Method NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_REF Value transfer Object reference (TYPE REF TO) IF_SHDB_APPL_INFO obtain data from different SAP applications 20130809

Method NEW on class IF_SHDB_APPL_INFO has no exception.

Method PARTITION_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PSPEC_DB Call by reference Object reference (TYPE REF TO) CL_SHDB_PARTSPEC HANA Partition Specs 20130814
2 Importing IV_NUM_SERVERS Call by reference Type reference (TYPE) I 0 20130814
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130814
4 Returning RR_PSPEC Value transfer Object reference (TYPE REF TO) CL_SHDB_PARTSPEC HANA Partition Specs 20130814
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20130814

Method TAB_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130925
2 Returning RS_COMPR Value transfer Type reference (TYPE) TS_COMPR 20130925
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20130925
History
Last changed by/on SAP  20140121 
SAP Release Created in