SAP ABAP Class IF_BICS_RS_AXIS_TUPLE (Axis Tuple in Result Set)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BICS_CONTEXT Context of an Object 20100414
2 Interface composition (i COMPRISING i_ref)  IF_BICS_QV_CONTEXT Context of a Query View Object 20100414
3 Interface composition (i COMPRISING i_ref)  IF_BICS_RS_CONTEXT Context of a Result Set Object 20100414
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BICS_RS_AXIS_TUPLE Axis Tuple in Result Set 20100420
Properties
Class IF_BICS_RS_AXIS_TUPLE  
Short Description Axis Tuple in Result Set    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100414   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_BICS_RS_AXIS_TUPLE has no forward declaration.
Interfaces
Class IF_BICS_RS_AXIS_TUPLE has no interface implemented.
Friends
Class IF_BICS_RS_AXIS_TUPLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_TUPLE_INFO Constant Public Type reference (TYPE) STRING 'TUPLE_INFO' Name of the Tuple Info Index 20100426
2 N_INDEX Instance attribute Public Type reference (TYPE) I Tuple Index 20100503
3 N_R_TUPLE_CONTAINER Instance attribute Public Object reference (TYPE REF TO) IF_BICS_RS_AXIS_TUPLE_CTR Container for Axis Tuple in Result Set 20100420
Methods
# Method Level Visibility Method type Description Created on
1 GET_ELEMENT Instance method Public Method Read Tuple Element (per Index) 20100414
2 GET_ELEMENTS Instance method Public Method Read Tuple Elements 20100414
3 GET_ELEMENT_BY_CHARACTERISTIC Instance method Public Method Read Tuple Element (per Characteristic) 20100414
4 GET_TUPLE_INFO Instance method Public Method Read Tuple Info 20100414
Events
Class IF_BICS_RS_AXIS_TUPLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_TUPLE_INFO Public See coding 20100414 BEGIN OF tn_s_tuple_info, tuple_id TYPE if_bics_object=>tn_id, total_element TYPE i, max_alert_level TYPE cl_bics_exception_alert_level=>tn_alert_level, drillstate_axis_hry TYPE cl_bics_drill_state=>tn_drill_state, displaylevel_axis_hry TYPE int2, focus_element_axis_hry TYPE i, END OF tn_s_tuple_info
Method Signatures

Method GET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_BICS_RS_AXIS_TUPLE_ELEMENT Achsen-Tupel Element im Result Set 20100414

Method GET_ELEMENT on class IF_BICS_RS_AXIS_TUPLE has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_ELEMENTS Value transfer Object reference (TYPE REF TO) IF_BICS_RS_AXIS_TUPLE_EL_CTR Achsen-Tupel Element Container im Result Set 20100414

Method GET_ELEMENTS on class IF_BICS_RS_AXIS_TUPLE has no exception.

Method GET_ELEMENT_BY_CHARACTERISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_BICS_RS_AXIS_TUPLE_ELEMENT Achsen-Tupel Element im Result Set 20100414

Method GET_ELEMENT_BY_CHARACTERISTIC on class IF_BICS_RS_AXIS_TUPLE has no exception.

Method GET_TUPLE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_TUPLE_INFO Value transfer Type reference (TYPE) TN_S_TUPLE_INFO 20100414

Method GET_TUPLE_INFO on class IF_BICS_RS_AXIS_TUPLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in