SAP ABAP Class IF_SMI_POST_COLLECTOR (Data reader that support association table creation)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SMI_DB_POST_COLLECTOR Provides data to build the association table 20130813
Properties
Class IF_SMI_POST_COLLECTOR  
Short Description Data reader that support association table creation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130801   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SMI_POST_COLLECTOR has no forward declaration.
Interfaces
Class IF_SMI_POST_COLLECTOR has no interface implemented.
Friends
Class IF_SMI_POST_COLLECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_ASSIGNMENT_RUN_INFO Constant Public Type reference (TYPE) STRING 'SentimentAssignment' 20130813
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PROCESSED Instance method Public Method Double check if post of a block have already been processed 20131016
2 COMPLETE_BLOCK Instance method Public Method 20130813
3 GET_BLOCK Instance method Public Method 20130813
4 GET_NO_OF_PENDING_POST Instance method Public Method 20130813
Events
Class IF_SMI_POST_COLLECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_POST_ID_BLOCK Public See coding 20130813 BEGIN OF ty_s_post_id_block, socialmediachannel TYPE socialdata-socialmediachannel, socialpost TYPE socialdata-socialpost, socialdatauuid TYPE socialdata-socialdatauuid, END OF ty_s_post_id_block
2 TY_TS_POST_ID_BLOCK Public See coding 20130813 ty_ts_post_id_block TYPE SORTED TABLE OF ty_s_post_id_block WITH UNIQUE KEY table_line
3 TY_T_PENDING_POSTS Public Type reference (TYPE) CHAR2 20130813
Method Signatures

Method CHECK_PROCESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCK Call by reference Object reference (TYPE REF TO) TY_TS_POST_ID_BLOCK 20131016
2 Returning RR_PROCESSED Value transfer Object reference (TYPE REF TO) TY_TS_POST_ID_BLOCK 20131112
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20131112

Method COMPLETE_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAST_RETRIEVED Call by reference Type reference (TYPE) LINE OF TY_TS_POST_ID_BLOCK 20130813
2 Returning RR_BLOCK Value transfer Object reference (TYPE REF TO) TY_TS_POST_ID_BLOCK 20130813
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20130813
2 CX_SQL_EXCEPTION 20130813

Method GET_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAST_RETRIEVED Call by reference Type reference (TYPE) LINE OF TY_TS_POST_ID_BLOCK 20130813
2 Importing IV_BLOCK_SIZE Call by reference Type reference (TYPE) I 20130813
3 Returning RR_BLOCK Value transfer Object reference (TYPE REF TO) TY_TS_POST_ID_BLOCK 20130813
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20130813
2 CX_SQL_EXCEPTION 20130813

Method GET_NO_OF_PENDING_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NO_POSTS Value transfer Type reference (TYPE) I 20130813
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20130813
2 CX_SQL_EXCEPTION 20130813
History
Last changed by/on SAP  20140121 
SAP Release Created in