SAP ABAP Interface IF_SMI_POST_COLLECTOR (Data reader that support association table creation)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SMI (Application Component) Social Media Intelligence Foundation
     BS_SOMI_DATA_MODELS (Package) Datta Models for Social Media Intelligence
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
Interface IF_SMI_POST_COLLECTOR  
Short Description Data reader that support association table creation    
General Data
Package BS_SOMI_DATA_MODELS   Datta Models for Social Media Intelligence 
Created 20130801   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SMI_POST_COLLECTOR has no forward declaration.
Interfaces
Interface IF_SMI_POST_COLLECTOR has no interface.
Friends
Interface IF_SMI_POST_COLLECTOR has no friend.
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
Interface 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