SAP ABAP Class IF_SMI_TA_RESULT_ACCESS (Interface for Text Analysis Result access)
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_TA_RESULT_ACCESS  
Short Description Interface for Text Analysis Result access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130802   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SMI_TA_RESULT_ACCESS has no forward declaration.
Interfaces
Class IF_SMI_TA_RESULT_ACCESS has no interface implemented.
Friends
Class IF_SMI_TA_RESULT_ACCESS has no friend class.
Attributes
Class IF_SMI_TA_RESULT_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RETRIEVE_POST_DISTINCT Instance method Public Method 20130813
Events
Class IF_SMI_TA_RESULT_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TA_RESULT Public See coding 20130813 BEGIN OF ty_s_ta_result, socialdatauuid TYPE socialdata-socialdatauuid, ta_rule TYPE smi_s_senti_assignment-ta_rule, ta_counter TYPE smi_s_senti_assignment-ta_counter, ta_token(250) TYPE c, ta_language(2) TYPE c, ta_type(100) TYPE c, "ta_normalized(250) TYPE c, "ta_stem(300) TYPE c, "ta_paragraph TYPE i, ta_sentence TYPE int4, ta_created_at TYPE string, ta_offset TYPE int4, creationdatetime TYPE string, post_created_at TYPE smi_s_senti_assignment-post_creation_datetime, local_created_at TYPE socialdata-createdat, END OF ty_s_ta_result
2 TY_T_TA_RESULT Public See coding 20130813 ty_t_ta_result TYPE STANDARD TABLE OF ty_s_ta_result WITH NON-UNIQUE KEY socialdatauuid ta_counter
3 TY_T_UUIDS Public See coding 20130813 ty_t_uuids TYPE STANDARD TABLE OF socialdata-socialdatauuid WITH DEFAULT KEY
Method Signatures

Method RETRIEVE_POST_DISTINCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_UUIDS Call by reference Type reference (TYPE) TY_T_UUIDS 20130813
2 Returning RT_POST_LIST Value transfer Type reference (TYPE) TY_T_TA_RESULT 20130813
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20130813
2 CX_SQL_EXCEPTION 20130813
History
Last changed by/on SAP  20131127 
SAP Release Created in