SAP ABAP Interface IF_RODPS_BASE (Basic Types und Constants for ODP)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
     RODPS_BASE (Package) Basis Objects for Operational Data Provider
Properties
Interface IF_RODPS_BASE  
Short Description Basic Types und Constants for ODP    
General Data
Package RODPS_BASE   Basis Objects for Operational Data Provider 
Created 20101116   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RODPS_BASE has no forward declaration.
Interfaces
Interface IF_RODPS_BASE has no interface.
Friends
Interface IF_RODPS_BASE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AGGREGATION_FUNCTION Constant Public See coding 20101116
2 C_BOOLEAN Constant Public See coding 20101119
Methods
Interface IF_RODPS_BASE has no method.
Events
Interface IF_RODPS_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FIELDMAPPING Public See coding 20110616 BEGIN OF ts_fieldmapping, fieldname_from TYPE fieldname, "source fieldname fieldname_to TYPE fieldname, "target fieldname (if initial, source field is treated as unmapped) END OF ts_fieldmapping
2 TS_FIELD_AGGREGATION Public See coding Element of a Projection with Aggregation 20101116 BEGIN OF ts_field_aggregation, fieldname TYPE fieldname, compname TYPE string, aggregation_function TYPE if_rodps_base=>t_aggregation_function, END OF ts_field_aggregation
3 TS_FIELD_PROJECTION Public See coding Element of a Projection 20101117 BEGIN OF ts_field_projection, fieldname TYPE fieldname, compname TYPE string, END OF ts_field_projection
4 TS_LOOKUP_CONDITION Public See coding Single Condition for Lookup Accesses (FOR ALL ENTRIES) 20101117 BEGIN OF ts_lookup_condition, fieldname TYPE fieldname, option TYPE rsoption, compname TYPE string, END OF ts_lookup_condition
5 TS_SORT_DESCRIPTION Public See coding Element of a Sort Sequence 20101116 BEGIN OF ts_sort_description, name TYPE string, descending TYPE if_rodps_base=>t_boolean, END OF ts_sort_description
6 TTH_FIELDMAPPINGS Public See coding 20110616 tth_fieldmappings TYPE HASHED TABLE OF ts_fieldmapping WITH UNIQUE KEY fieldname_from
7 TT_FIELD_AGGREGATIONS Public See coding Projection with Aggregation 20101116 tt_field_aggregations TYPE STANDARD TABLE OF if_rodps_base=>ts_field_aggregation WITH DEFAULT KEY
8 TT_FIELD_PROJECTIONS Public See coding Projection 20101117 tt_field_projections TYPE STANDARD TABLE OF if_rodps_base=>ts_field_projection WITH DEFAULT KEY
9 TT_LOOKUP_CONDITIONS Public See coding Conditions for Lookup Accesses (FOR ALL ENTRIES) 20101117 tt_lookup_conditions TYPE STANDARD TABLE OF if_rodps_base=>ts_lookup_condition WITH DEFAULT KEY
10 TT_SORT_DESCRIPTIONS Public See coding Sort Sequence 20101116 tt_sort_descriptions TYPE STANDARD TABLE OF if_rodps_base=>ts_sort_description WITH DEFAULT KEY
11 T_AGGREGATION_FUNCTION Public Type reference (TYPE) RODPS_AGGREGATION_FUNCTION Aggregate Function 20101116
12 T_BOOLEAN Public Type reference (TYPE) ABAP_BOOL Boolean Data Type 20101119
History
Last changed by/on SAP  20130531 
SAP Release Created in 731