SAP ABAP Class IF_RODPS_ODP (ODP Metadata)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RODPS_HIER_ODP ODP Metadata 20100917
2 Interface composition (i COMPRISING i_ref)  IF_RODPS_ODP_ESH ODP from Enterprise Search Repository 20101214
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RODPS_ODP ODP (abstract) 20090716
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_ASSOCIATED_ODP Open ODS View: ODP-Association 20130508
Properties
Class IF_RODPS_ODP  
Short Description ODP Metadata    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090709   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_ODQ_QUEUE_MODEL_EXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RODPS_ASC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RODPS_ODP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_RODPS_ODP has no interface implemented.
Friends
Class IF_RODPS_ODP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AGGREGATION Constant Public See coding 20090925
2 C_FIELDROLE Constant Public See coding 20091002
3 C_FIELD_KIND Constant Public See coding 20090713
4 C_FIELD_TYPE Constant Public See coding 20100506
5 C_GROUPNAME Constant Public See coding 20101007
6 C_ODPTYPE Constant Public See coding 20090717
7 C_SEL_OBLIGATION Constant Public See coding 20090925
8 C_SEL_OPTIONS Constant Public See coding 20090925
9 C_SUFFIX Constant Public See coding 20100426
10 C_SUFFIX_PATTERN Constant Public See coding 20100426
11 C_SUFFIX_SEPARATOR Constant Public See coding '$' 20100426
12 MR_CONTEXT Instance attribute Public Object reference (TYPE REF TO) IF_RODPS_CONTEXT ODP Context (=Factory) 20111027
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADDITIONAL_INFO Instance method Public Method 20110607
2 GET_ASSOCIATION Instance method Public Method 20090716
3 GET_ASSOCIATIONS Instance method Public Method 20090713
4 GET_ATTRIBUTES Instance method Public Method 20110527
5 GET_AUTHORIZATIONS Instance method Public Method 20100705
6 GET_BACKEND_OBJECT Instance method Public Method 20091125
7 GET_FIELDS Instance method Public Method 20090713
8 GET_FIELD_TEXT Instance method Public Method 20090720
9 GET_FIELD_TEXTS Instance method Public Method 20090720
10 GET_HEADER Instance method Public Method 20090713
11 GET_HEADER_TEXT Instance method Public Method 20100426
12 GET_HEADER_TEXTS Instance method Public Method 20100903
13 GET_JOIN_PATH Instance method Public Method 20101014
14 GET_JOIN_PATHS Instance method Public Method 20101014
15 GET_NAME Instance method Public Method 20090713
16 GET_PART_ODP Instance method Public Method 20100702
17 GET_PART_ODPS Instance method Public Method 20091125
18 GET_QUEUE_MODEL_NAME Instance method Public Method 20110517
19 GET_SPECIAL_DIMENSION Instance method Public Method 20091007
20 GET_SPECIAL_FIELDNAME Instance method Public Method 20090713
21 GET_STRUCTDESCR Instance method Public Method 20090715
22 GET_SUFFIX Instance method Public Method 20100702
23 GET_TABLEDESCR Instance method Public Method 20090715
24 GET_TABNAME Instance method Public Method 20090717
25 GET_TIMESTAMP Instance method Public Method 20100204
26 GET_UNIVERSE Instance method Public Method 20090721
27 HAS_KEYFIGURES Instance method Public Method 20090716
28 IS_CLIENT_DEPENDENT Instance method Public Method 20090713
29 IS_INVALID Instance method Public Method 20091106
30 IS_LANGUAGE_DEPENDENT Instance method Public Method 20090713
31 IS_TIME_DEPENDENT Instance method Public Method 20090713
32 SUPPORTS_WRITEBACK Instance method Public Method Supports writing 20101005
Events
Class IF_RODPS_ODP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TR_ODP Public Object reference (TYPE REF TO) IF_RODPS_ODP ODP Metadata 20091125
2 TSX_ATTRIBUTES Public See coding 20110527 BEGIN OF tsx_attributes , s_header TYPE ts_header, t_header_texts TYPE tt_header_texts, t_fields TYPE tt_fields, ts_field_texts TYPE tts_field_texts, s_time_dep TYPE ts_time_dependency, s_langu_dep TYPE ts_language_dependency, fieldname TYPE fieldname, timestamp TYPE timestampl, writeback TYPE abap_bool, s_backend TYPE ts_backend, * s_model type esh_s_om_aotyp_ext, ts_associations TYPE SORTED TABLE OF ts_attr_association WITH UNIQUE KEY fieldname asctype, ts_authorizations TYPE SORTED TABLE OF ts_attr_authorization WITH NON-UNIQUE KEY group, * tx_fieldpath TYPE if_rodps_odp_esh=>ttx_fieldpath, * s_node TYPE esh_s_om_aotypn_ext, t_part_odp TYPE STANDARD TABLE OF if_rodps_odp=>t_odpname WITH NON-UNIQUE KEY table_line, ts_join_path TYPE SORTED TABLE OF ts_attr_join_path WITH UNIQUE KEY fieldname WITH NON-UNIQUE SORTED KEY odpname COMPONENTS odpname_asc, fields_compr TYPE xstring, END OF tsx_attributes
3 TSX_JOIN_PATH Public See coding 20101014 BEGIN OF tsx_join_path, fieldname TYPE fieldname, reffield TYPE fieldname, r_asc TYPE REF TO if_rodps_asc, tgtfield TYPE fieldname, is_complex TYPE abap_bool, t_step TYPE tts_join_path_steps, END OF tsx_join_path
4 TSX_ODP Public See coding 20130611 BEGIN OF tsx_odp, odp TYPE rodps_odpname, odpname TYPE if_rodps_odp=>t_odpname, semantics TYPE rodps_semantics, display_name TYPE rodps_repl_display_name, s_header TYPE if_rodps_odp=>ts_header, t_header_text TYPE if_rodps_odp=>tt_header_texts, t_odpfield TYPE if_rodps_odp=>tt_fields, ts_odpfield_text TYPE if_rodps_odp=>tts_field_texts, t_add_info TYPE if_rodps_odp=>tt_additional_info, ts_attr_asc TYPE SORTED TABLE OF if_rodps_odp=>ts_attr_association WITH UNIQUE KEY fieldname asctype, END OF tsx_odp
5 TS_ADDITIONAL_INFO Public See coding 20110607 begin of TS_ADDITIONAL_INFO, fieldname type fieldname, value(255) type c, end of ts_additional_info
6 TS_ASSOCIATION Public See coding 20090713 BEGIN OF ts_association, fieldname TYPE fieldname, asctype TYPE if_rodps_asc=>t_asctype, r_asc TYPE if_rodps_asc=>tr_asc, END OF ts_association
7 TS_ATTR_ASSOCIATION Public See coding 20110527 BEGIN OF ts_attr_association, fieldname TYPE fieldname, asctype TYPE if_rodps_asc=>t_asctype, ascname TYPE if_rodps_asc=>t_ascname, odpname_asc TYPE if_rodps_odp=>t_odpname, t_join_conditions TYPE if_rodps_asc=>tt_join_conditions, derived TYPE abap_bool, th_fields TYPE if_rodps_asc=>tth_fields, ts_field_texts TYPE if_rodps_asc=>tts_field_texts, END OF ts_attr_association
8 TS_ATTR_AUTHORIZATION Public See coding 20110527 BEGIN OF ts_attr_authorization, group TYPE if_rodps_odp=>t_authgroup, auth TYPE if_rodps_odp=>t_authname, s_header TYPE if_rodps_auth=>ts_header, t_conditions TYPE if_rodps_auth=>tt_conditions, END OF ts_attr_authorization
9 TS_ATTR_JOIN_PATH Public See coding 20110527 BEGIN OF ts_attr_join_path, * please check IF_RODPS_ODP=>TSX_JOIN_PATH fieldname TYPE fieldname, reffield TYPE fieldname, " fieldname for association as well!!! asctype TYPE if_rodps_asc=>t_asctype, odpname_asc TYPE if_rodps_odp=>t_odpname, tgtfield TYPE fieldname, * no complex path END OF ts_attr_join_path
10 TS_AUTHORIZATION Public See coding 20100705 BEGIN OF ts_authorization, group TYPE t_authgroup, auth TYPE t_authname, r_auth TYPE REF TO if_rodps_auth, END OF ts_authorization
11 TS_BACKEND Public See coding 20091125 BEGIN OF ts_backend, type TYPE if_rodps_odp=>t_odptype, name TYPE if_rodps_odp=>t_odpname, END OF ts_backend
12 TS_FIELD Public See coding 20090713 BEGIN OF ts_field, * Language-independent properties from DD03P fieldname TYPE fieldname, odpfield TYPE t_odpfield, position TYPE tabfdpos, keyflag TYPE keyflag, groupname TYPE t_groupname, rollname TYPE rollname, inttype TYPE inttype, intlen TYPE intlen, * reftable TYPE reftable, "no longer needed. reffield TYPE reffield, domname TYPE domname, datatype TYPE dynptype, leng TYPE ddleng, outputlen TYPE outputlen, decimals TYPE decimals, lowercase TYPE lowercase, signflag TYPE signflag, convexit TYPE convexit, * mask TYPE as4mask, "no longer need (DDIF_TABLE_GET returns nonsense) * masklen TYPE masklen, "no longer need (DDIF_TABLE_GET returns nonsense) languflag TYPE ddlanguflg, * Special properties for Analytics iobjnm TYPE rodps_iobjnm, has_local_iobjnm TYPE abap_bool, auth_relevant TYPE abap_bool, is_hidden TYPE abap_bool, "field is hidden (i.e. cannot be part of a query result set) is_derived TYPE abap_bool, "field is derived (e.g. from an association) sel_options TYPE t_sel_options, "supported selection conditions sel_obligation TYPE t_sel_obligation, is_keyfigure TYPE abap_bool, "deprecated: Use fieldrole instead fieldrole TYPE t_fieldrole, aggregation TYPE t_aggregation, field_type TYPE t_field_type, auth_relevant_fe TYPE abap_bool, auth_relevant_st TYPE abap_bool, END OF ts_field
13 TS_FIELD_PROJECTION Public See coding 20090715 BEGIN OF ts_field_projection, fieldname TYPE fieldname, compname TYPE string, END OF ts_field_projection
14 TS_FIELD_TEXT Public See coding 20090720 BEGIN OF ts_field_text, * Language-dependent properties from DD03P langu TYPE ddlanguage, fieldname TYPE fieldname, txtsh TYPE rstxtsh, txtmd TYPE rstxtmd, txtlg TYPE rstxtlg, * ddtext TYPE as4text, * reptext TYPE reptext, * scrtext_s TYPE scrtext_s, * scrtext_m TYPE scrtext_m, * scrtext_l TYPE scrtext_l , END OF ts_field_text
15 TS_HEADER Public See coding 20090713 BEGIN OF ts_header, odpname TYPE t_odpname, odptype TYPE t_odptype, tabname TYPE tabname, timedep TYPE abap_bool, langdep TYPE abap_bool, clntdep TYPE abap_bool, haskyfs TYPE abap_bool, is_replicable TYPE abap_bool, is_reporting_view TYPE abap_bool, is_derived TYPE abap_bool, clsname_rt TYPE seoclsname, clsname_wb TYPE seoclsname, "infoarea TYPE t_infoarea, devclass TYPE devclass, appl_comp TYPE rsapplnm, "ufps_posid, base_odpnm TYPE if_rodps_odp=>t_odpname, contvers TYPE RODPS_CONTVERS, END OF ts_header
16 TS_HEADER_TEXT Public See coding 20100426 BEGIN OF ts_header_text, * Language-dependent header properties langu TYPE ddlanguage, txtsh TYPE rstxtsh, txtlg TYPE rstxtlg, END OF ts_header_text
17 TS_JOIN_PATH_STEP Public See coding 20101014 BEGIN OF ts_join_path_step, posit TYPE i, reffield TYPE fieldname, asctype TYPE if_rodps_asc=>t_asctype, tgtfield TYPE fieldname, END OF ts_join_path_step
18 TS_LANGUAGE_DEPENDENCY Public See coding 20090722 BEGIN OF ts_language_dependency, langu TYPE fieldname, text_short TYPE fieldname, text_medium TYPE fieldname, text_long TYPE fieldname, END OF ts_language_dependency
19 TS_QUEUE_MODEL_NAME Public See coding 20110517 begin of TS_QUEUE_MODEL_NAME , MODELNAME TYPE IF_ODQ_QUEUE_MODEL_EXT=>T_MODELNAME, QUEUENAME TYPE IF_ODQ_QUEUE_MODEL_EXT=>T_QUEUENAME, end of TS_QUEUE_MODEL_NAME
20 TS_TIME_DEPENDENCY Public See coding 20090713 BEGIN OF ts_time_dependency, to TYPE fieldname, from TYPE fieldname, END OF ts_time_dependency
21 TTA_FIELD_PROJECTIONS Public See coding 20090725 tta_field_projections TYPE ANY TABLE OF ts_field_projection
22 TTH_FIELD_PROJECTIONS Public See coding 20090725 tth_field_projections TYPE HASHED TABLE OF ts_field_projection WITH UNIQUE KEY primary_key COMPONENTS fieldname WITH UNIQUE HASHED KEY inverse COMPONENTS compname
23 TTR_ODPS Public See coding 20091125 ttr_odps TYPE STANDARD TABLE OF tr_odp WITH KEY table_line
24 TTS_ASSOCIATIONS Public See coding 20090716 tts_associations TYPE SORTED TABLE OF ts_association WITH UNIQUE KEY fieldname asctype
25 TTS_FIELDNAME Public See coding 20130704 tts_fieldname type SORTED TABLE OF fieldname with UNIQUE key TABLE_LINE
26 TTS_FIELD_TEXTS Public See coding 20090720 tts_field_texts TYPE SORTED TABLE OF ts_field_text WITH UNIQUE KEY langu fieldname
27 TTS_JOIN_PATH_STEPS Public See coding 20101014 tts_join_path_steps TYPE SORTED TABLE OF ts_join_path_step WITH UNIQUE KEY posit
28 TTS_ODP Public See coding 20130611 tts_odp TYPE SORTED TABLE OF tsx_odp WITH UNIQUE KEY odp
29 TTS_ODPNAME Public See coding 20101126 tts_odpname TYPE SORTED TABLE OF t_odpname WITH UNIQUE KEY table_line
30 TTX_JOIN_PATHS Public See coding 20101014 ttx_join_paths TYPE SORTED TABLE OF tsx_join_path WITH UNIQUE KEY fieldname
31 TT_ADDITIONAL_INFO Public See coding 20110607 tt_additional_info type STANDARD TABLE OF ts_additional_info with DEFAULT KEY
32 TT_AUTHORIZATIONS Public See coding 20100705 tt_authorizations TYPE SORTED TABLE OF ts_authorization WITH NON-UNIQUE KEY group
33 TT_FIELDROLES Public See coding 20100910 tt_fieldroles TYPE STANDARD TABLE OF t_fieldrole WITH KEY table_line
34 TT_FIELDS Public See coding 20090713 tt_fields TYPE STANDARD TABLE OF ts_field WITH DEFAULT KEY
35 TT_FIELD_PROJECTIONS Public See coding 20090715 tt_field_projections TYPE STANDARD TABLE OF ts_field_projection WITH DEFAULT KEY
36 TT_FIELD_TEXTS Public See coding 20090720 tt_field_texts TYPE STANDARD TABLE OF ts_field_text WITH DEFAULT KEY
37 TT_HEADER_TEXTS Public See coding 20100426 tt_header_texts TYPE STANDARD TABLE OF ts_header_text WITH DEFAULT KEY
38 T_AGGREGATION Public See coding 20090925 t_aggregation TYPE c LENGTH 3
39 T_AUTHGROUP Public Type reference (TYPE) I 20100705
40 T_AUTHNAME Public Type reference (TYPE) XUAUTH 20100707
41 T_FIELDROLE Public See coding 20091002 T_FIELDROLE type c length 1
42 T_FIELD_KIND Public See coding 20090713 t_field_kind TYPE c LENGTH 4
43 T_FIELD_TYPE Public See coding 20100506 T_FIELD_TYPE type c LENGTH 2
44 T_GROUPNAME Public Type reference (TYPE) FIELDNAME 20100818
45 T_INFOAREA Public See coding 20100426 t_infoarea TYPE c LENGTH 30
46 T_ODPFIELD Public See coding 20101029 t_odpfield TYPE c LENGTH 12
47 T_ODPNAME Public Type reference (TYPE) RODPS_ODPNAME 20090713
48 T_ODPTYPE Public Type reference (TYPE) RODPS_ODPTYPE 20090713
49 T_SEL_OBLIGATION Public Type reference (TYPE) RODPS_SEL_OBLIGATION 20090925
50 T_SEL_OPTIONS Public Type reference (TYPE) RODPS_SEL_OPTIONS 20090925
51 T_SUFFIX Public Type reference (TYPE) RODPS_SEMANTICS 20100426
Method Signatures

Method GET_ADDITIONAL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ADDITIONAL_INFO Value transfer Type reference (TYPE) TT_ADDITIONAL_INFO 20110607

Method GET_ADDITIONAL_INFO on class IF_RODPS_ODP has no exception.

Method GET_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASCTYPE Call by reference Type reference (TYPE) IF_RODPS_ASC=>T_ASCTYPE 20090716
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20090716
3 Returning RR_ASC Value transfer Object reference (TYPE REF TO) IF_RODPS_ASC 20090716
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20090716
2 CX_RODPS_OBJECT_NOT_FOUND Objekt exsistiert nicht 20090716

Method GET_ASSOCIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASCTYPE Call by reference Type reference (TYPE) IF_RODPS_ASC=>T_ASCTYPE 20090716
2 Importing I_CLIENT_SPECIFIED Call by reference Type reference (TYPE) ABAP_BOOL 20090716
3 Returning RTS_ASSOCIATIONS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TTS_ASSOCIATIONS 20090716

Method GET_ASSOCIATIONS on class IF_RODPS_ODP has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_ATTRIBUTES Call by reference Type reference (TYPE) TSX_ATTRIBUTES 20110527
2 Importing I_COMPRESSION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110527

Method GET_ATTRIBUTES on class IF_RODPS_ODP has no exception.

Method GET_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_AUTHORIZATIONS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TT_AUTHORIZATIONS 20100705

Method GET_AUTHORIZATIONS on class IF_RODPS_ODP has no exception.

Method GET_BACKEND_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RES_BACKEND_OBJECT Value transfer Type reference (TYPE) IF_RODPS_ODP=>TS_BACKEND 20091125

Method GET_BACKEND_OBJECT on class IF_RODPS_ODP has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_DERIVED Call by reference Type reference (TYPE) ABAP_BOOL 20100507
2 Returning RT_FIELDS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TT_FIELDS 20090717

Method GET_FIELDS on class IF_RODPS_ODP has no exception.

Method GET_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20090720
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20090720
3 Returning RS_FIELD_TEXT Value transfer Type reference (TYPE) IF_RODPS_ODP=>TS_FIELD_TEXT 20090720

Method GET_FIELD_TEXT on class IF_RODPS_ODP has no exception.

Method GET_FIELD_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20090720
2 Importing I_WITH_DERIVED Call by reference Type reference (TYPE) ABAP_BOOL 20100507
3 Returning RTS_FIELD_TEXTS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TTS_FIELD_TEXTS 20090720

Method GET_FIELD_TEXTS on class IF_RODPS_ODP has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_HEADER Value transfer Type reference (TYPE) IF_RODPS_ODP=>TS_HEADER 20090713

Method GET_HEADER on class IF_RODPS_ODP has no exception.

Method GET_HEADER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20100426
2 Returning RS_TEXT Value transfer Type reference (TYPE) IF_RODPS_ODP=>TS_HEADER_TEXT 20100426

Method GET_HEADER_TEXT on class IF_RODPS_ODP has no exception.

Method GET_HEADER_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TEXTS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TT_HEADER_TEXTS 20100903

Method GET_HEADER_TEXTS on class IF_RODPS_ODP has no exception.

Method GET_JOIN_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20101014
2 Returning RSX_JOIN_PATH Value transfer Type reference (TYPE) TSX_JOIN_PATH 20101014

Method GET_JOIN_PATH on class IF_RODPS_ODP has no exception.

Method GET_JOIN_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTX_JOIN_PATHS Value transfer Type reference (TYPE) TTX_JOIN_PATHS 20101015

Method GET_JOIN_PATHS on class IF_RODPS_ODP has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ODPNAME Value transfer Type reference (TYPE) IF_RODPS_ODP=>T_ODPNAME 20090713

Method GET_NAME on class IF_RODPS_ODP has no exception.

Method GET_PART_ODP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUFFIX Call by reference Type reference (TYPE) CLIKE 20100702
2 Returning RR_ODP Value transfer Object reference (TYPE REF TO) IF_RODPS_ODP ODP-Metadaten 20100702

Method GET_PART_ODP on class IF_RODPS_ODP has no exception.

Method GET_PART_ODPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTR_ODPS Value transfer Type reference (TYPE) IF_RODPS_ODP=>TTR_ODPS 20091125

Method GET_PART_ODPS on class IF_RODPS_ODP has no exception.

Method GET_QUEUE_MODEL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_QUEUE_MODEL_NAME Value transfer Type reference (TYPE) TS_QUEUE_MODEL_NAME 20110517

Method GET_QUEUE_MODEL_NAME on class IF_RODPS_ODP has no exception.

Method GET_SPECIAL_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Type reference (TYPE) IF_RODPS_ODP=>T_FIELD_KIND 20091007
2 Returning RR_DIMENSION Value transfer Object reference (TYPE REF TO) IF_RSMDS_DIMENSION Dimension einer Menge 20091007
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20091007
2 CX_RODPS_OBJECT_NOT_FOUND Objekt exsistiert nicht 20091007

Method GET_SPECIAL_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Type reference (TYPE) IF_RODPS_ODP=>T_FIELD_KIND 20090713
2 Returning R_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME 20090713
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20090716

Method GET_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_PROJECTIONS Call by reference Type reference (TYPE) IF_RODPS_ODP=>TT_FIELD_PROJECTIONS 20090715
2 Importing I_USE_COMPNAME Call by reference Type reference (TYPE) ABAP_BOOL 20090716
3 Returning RR_STRUCTDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20090715
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20090715

Method GET_SUFFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUFFIX Value transfer Type reference (TYPE) T_SUFFIX 20100702

Method GET_SUFFIX on class IF_RODPS_ODP has no exception.

Method GET_TABLEDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_PROJECTIONS Call by reference Type reference (TYPE) IF_RODPS_ODP=>TT_FIELD_PROJECTIONS 20090715
2 Importing I_USE_COMPNAME Call by reference Type reference (TYPE) ABAP_BOOL 20090716
3 Returning RR_TABLEDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Run Time Type Services 20090715
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20090715

Method GET_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABNAME Value transfer Type reference (TYPE) TABNAME Tabellenname 20090717

Method GET_TABNAME on class IF_RODPS_ODP has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20100204

Method GET_TIMESTAMP on class IF_RODPS_ODP has no exception.

Method GET_UNIVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Allgemeine Menge (Factory-Klasse) 20090721

Method GET_UNIVERSE on class IF_RODPS_ODP has no exception.

Method HAS_KEYFIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20090716

Method HAS_KEYFIGURES on class IF_RODPS_ODP has no exception.

Method IS_CLIENT_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20090716

Method IS_CLIENT_DEPENDENT on class IF_RODPS_ODP has no exception.

Method IS_INVALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INVALID Value transfer Type reference (TYPE) ABAP_BOOL 20091106

Method IS_INVALID on class IF_RODPS_ODP has no exception.

Method IS_LANGUAGE_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20090716

Method IS_LANGUAGE_DEPENDENT on class IF_RODPS_ODP has no exception.

Method IS_TIME_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20090716

Method IS_TIME_DEPENDENT on class IF_RODPS_ODP has no exception.

Method SUPPORTS_WRITEBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUPPORTS_WRITEBACK Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method SUPPORTS_WRITEBACK on class IF_RODPS_ODP has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in