SAP ABAP Class CL_BICS_INA_COUNTER (Result Set Counter)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-INA (Application Component) BW INA provider
     BW_BICS_INA_MAIN (Package) Main Ina Provider
Properties
Class CL_BICS_INA_COUNTER  
Short Description Result Set Counter    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_BICS_INA_MAIN   Main Ina Provider 
Created 20130723   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BICS_INA_COUNTER has no forward declaration.
Interfaces
Class CL_BICS_INA_COUNTER has no interface implemented.
Friends
Class CL_BICS_INA_COUNTER has no friend class.
Attributes
Class CL_BICS_INA_COUNTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_COUNTER Static method Public Method Close Counter After Last Value 20130723
2 DECFLOAT_COUNTER Static method Public Method Integer Counter 20130723
3 INT_COUNTER Static method Public Method Integer Counter 20130723
4 STRING_COUNTER Static method Public Method Integer Counter 20130723
Events
Class CL_BICS_INA_COUNTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_DECFLOAT_COUNTER Public See coding 20130723 BEGIN OF tn_s_decfloat_counter, counter TYPE i, last_value TYPE decfloat34, values TYPE STANDARD TABLE OF decfloat34 WITH DEFAULT KEY, values_rle TYPE tn_t_decfloat_value, END OF tn_s_decfloat_counter
2 TN_S_DECFLOAT_VALUE Public See coding 20130723 BEGIN OF tn_s_decfloat_value, value TYPE decfloat34, count TYPE i, END OF tn_s_decfloat_value
3 TN_S_INT_COUNTER Public See coding 20130723 BEGIN OF tn_s_int_counter, counter TYPE i, last_value TYPE i, values TYPE STANDARD TABLE OF i WITH DEFAULT KEY, values_rle TYPE tn_t_int_value, END OF tn_s_int_counter
4 TN_S_INT_VALUE Public See coding 20130723 BEGIN OF tn_s_int_value, value TYPE i, count TYPE i, END OF tn_s_int_value
5 TN_S_STRING_COUNTER Public See coding 20130723 BEGIN OF tn_s_string_counter, counter TYPE i, last_value TYPE string, values TYPE STANDARD TABLE OF string WITH DEFAULT KEY, values_rle TYPE tn_t_string_value, END OF tn_s_string_counter
6 TN_S_STRING_VALUE Public See coding 20130723 BEGIN OF tn_s_string_value, value TYPE string, count TYPE i, END OF tn_s_string_value
7 TN_T_DECFLOAT_VALUE Public See coding 20130723 tn_t_decfloat_value TYPE STANDARD TABLE OF tn_s_decfloat_value WITH DEFAULT KEY
8 TN_T_INT_VALUE Public See coding 20130723 tn_t_int_value TYPE STANDARD TABLE OF tn_s_int_value WITH DEFAULT KEY
9 TN_T_STRING_VALUE Public See coding 20130723 tn_t_string_value TYPE STANDARD TABLE OF tn_s_string_value WITH DEFAULT KEY
Method Signatures

Method CLOSE_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COUNTER Call by reference Type reference (TYPE) ANY 20130723

Method CLOSE_COUNTER on class CL_BICS_INA_COUNTER has no exception.

Method DECFLOAT_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COUNTER Call by reference Type reference (TYPE) CL_BICS_INA_COUNTER=>TN_S_DECFLOAT_COUNTER Counter 20130723
2 Importing I_LAST_VALUE Call by reference Type reference (TYPE) ABAP_BOOL Last Value 20130723
3 Importing I_VALUE Call by reference Type reference (TYPE) DECFLOAT34 Decfloat Value 20130723

Method DECFLOAT_COUNTER on class CL_BICS_INA_COUNTER has no exception.

Method INT_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COUNTER Call by reference Type reference (TYPE) CL_BICS_INA_COUNTER=>TN_S_INT_COUNTER Counter 20130723
2 Importing I_LAST_VALUE Call by reference Type reference (TYPE) ABAP_BOOL Last Value 20130723
3 Importing I_VALUE Call by reference Type reference (TYPE) I Integer Value 20130723

Method INT_COUNTER on class CL_BICS_INA_COUNTER has no exception.

Method STRING_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COUNTER Call by reference Type reference (TYPE) CL_BICS_INA_COUNTER=>TN_S_STRING_COUNTER Counter 20130723
2 Importing I_LAST_VALUE Call by reference Type reference (TYPE) ABAP_BOOL Last Value 20130723
3 Importing I_VALUE Call by reference Type reference (TYPE) STRING String Value 20130723

Method STRING_COUNTER on class CL_BICS_INA_COUNTER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740