SAP ABAP Class IF_RSO_RES_QD_TYPES (Query Designer types used for Simple Transformations)
Properties
Class IF_RSO_RES_QD_TYPES  
Short Description Query Designer types used for Simple Transformations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120911   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RSO_RES_QD_TYPES has no forward declaration.
Interfaces
Class IF_RSO_RES_QD_TYPES has no interface implemented.
Friends
Class IF_RSO_RES_QD_TYPES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CN_COMPVERSION Constant Public Type reference (TYPE) STRING '70018' 20120911
2 CN_QD_ID Constant Public Type reference (TYPE) STRING 'QUERY_MODEL' 20121009
3 CN_QD_LOCK_ID Constant Public Type reference (TYPE) STRING 'LOCKING' 20121009
4 CN_QD_LOCK_TITLE Constant Public Type reference (TYPE) STRING 'Lock Handling' 20121009
5 CN_QD_META_ID Constant Public Type reference (TYPE) STRING 'METADATA' 20121009
6 CN_QD_META_TITLE Constant Public Type reference (TYPE) STRING 'Retrieval of metadata information' 20121009
7 CN_QD_TITLE Constant Public Type reference (TYPE) STRING 'Query Model' 20121009
8 CN_USAGE_NA Constant Public Type reference (TYPE) I 0 20130117
9 CN_USAGE_SHT Constant Public Type reference (TYPE) I 1 20130117
10 CN_USAGE_SOB Constant Public Type reference (TYPE) I 2 20130117
11 CN_UTILS_EXI_ID Constant Public Type reference (TYPE) STRING 'COMP_EXISTS' 20130114
12 CN_UTILS_EXI_TITLE Constant Public Type reference (TYPE) STRING 'Component Exists' 20130114
13 CN_UTILS_MSGS_ID Constant Public Type reference (TYPE) STRING 'MESSAGES' 20130114
14 CN_UTILS_MSGS_TITLE Constant Public Type reference (TYPE) STRING 'Messages' 20130114
15 CN_UTILS_ROOT_ID Constant Public Type reference (TYPE) STRING 'DISCOVERY' 20130114
16 CN_UTILS_ROOT_TITLE Constant Public Type reference (TYPE) STRING 'BW Modeling - Entry Point' 20130114
17 CN_UTILS_SITEM_ID Constant Public Type reference (TYPE) STRING 'SITEMAP' 20130114
18 CN_UTILS_SITEM_TITLE Constant Public Type reference (TYPE) STRING 'Sitemap' 20130114
Methods
Class IF_RSO_RES_QD_TYPES has no method.
Events
Class IF_RSO_RES_QD_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_COMP_DETAILS Public See coding 20130114 BEGIN OF tn_s_comp_details, compid TYPE rszcompid, " Name (ID) of a reporting component compuid TYPE sysuuid_25, " UUID in compressed form provname TYPE rsinfocube, " InfoProvider deftype TYPE rszdeftp, " Definition type of an element description TYPE rstxtlg, " Description not_found TYPE rs_bool, " Component not found indicator END OF tn_s_comp_details
2 TN_S_COMP_ENTRY Public See coding 20130114 BEGIN OF tn_s_comp_entry, compuid TYPE sysuuid_25, " UUID in compressed form objvers TYPE rsobjvers, " State version of a component compid TYPE rszcompid, " Name (ID) of a component infocube TYPE rsinfocube, " InfoProvider version TYPE rszversion, " Component version of used designer owner TYPE rsowner, " Owner of the component deftp TYPE rszdeftp, " Defintion type of an element subdeftp TYPE rszsubdeftp, " Detailed information for deftp timestmp TYPE rstimestmp, " Time stamp hint(40) TYPE c, " General hint field END OF tn_s_comp_entry
3 TN_S_DATA_PROVIDER Public See coding Data provider information. 20130114 BEGIN OF tn_s_data_provider, provname TYPE rsinfocube, " Provider name provdesc TYPE rstxtlg, " Optional provider description is_master TYPE rs_bool, " If true, MasterDataProvider will be used folder TYPE rsztreenode, " Tree node of folder hierarchy compuid TYPE sysuuid_25, " Referenced query id genuniid TYPE rsgenuniid, " / templ_exist TYPE rs_bool, " Templates does exist or not restr_exist TYPE rs_bool, " Restriction does exist or not calc_exist TYPE rs_bool, " Calculations does exist or not END OF tn_s_data_provider
4 TN_S_ELT_DETAILS Public See coding Element details for internal processing. 20130117 BEGIN OF tn_s_elt_details, eltuid TYPE sysuuid_25, " Element Unique ID usage TYPE i, " Element usage 0=n/a, 1=Sheet, 2=Filter END OF tn_s_elt_details
5 TN_TH_ELT_DETAILS Public See coding Hashed table on element details. 20130117 tn_th_elt_details TYPE HASHED TABLE OF tn_s_elt_details WITH UNIQUE KEY eltuid INITIAL SIZE 0
6 TN_T_COMP_DETAILS Public See coding 20130114 tn_t_comp_details TYPE STANDARD TABLE OF tn_s_comp_details
7 TN_T_COMP_ENTRIES Public See coding 20130114 tn_t_comp_entries TYPE STANDARD TABLE OF tn_s_comp_entry
8 TN_T_DATA_PROVIDER Public See coding Table for data provider information. 20130114 tn_t_data_provider TYPE STANDARD TABLE OF tn_s_data_provider
History
Last changed by/on SAP  20140121 
SAP Release Created in