SAP ABAP Class IF_RODPS_ASC (ODP association)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RODPS_ASC | ODP association from ABAP Dictionary | 20090717 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RODPS_ASC_CHABAS | Association with a BW Basis Characteristic | 20130517 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSFBP_INFOOBJECT_ASC | Association to InfoObject (for nav.attr.) | 20130528 |
Properties
| Class | IF_RODPS_ASC | |
| Short Description | ODP association | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090713 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RODPS_ASC has no interface implemented.
Friends
Class IF_RODPS_ASC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090713 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090716 | ||
| 2 | Instance method | Public | Method | 20090713 | ||
| 3 | Instance method | Public | Method | 20090722 | ||
| 4 | Instance method | Public | Method | 20100507 | ||
| 5 | Instance method | Public | Method | 20090713 | ||
| 6 | Instance method | Public | Method | 20090713 | ||
| 7 | Instance method | Public | Method | 20090717 | ||
| 8 | Instance method | Public | Method | 20090717 | ||
| 9 | Instance method | Public | Method | 20090717 | ||
| 10 | Instance method | Public | Method | 20090713 | ||
| 11 | Instance method | Public | Method | 20100414 | ||
| 12 | Instance method | Public | Method | 20090716 | ||
| 13 | Instance method | Public | Method | 20090716 |
Events
Class IF_RODPS_ASC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TR_ASC | Public | Object reference (TYPE REF TO) | IF_RODPS_ASC | 20090713 | |
|
| 2 | TS_FIELD | Public | See coding | 20100507 | BEGIN OF ts_field,
fieldname TYPE fieldname,
* position TYPE i,
END OF ts_field
|
||
| 3 | TS_FIELD_TEXT | Public | See coding | 20100722 | ts_field_text TYPE LINE OF tts_field_texts
|
||
| 4 | TS_HEADER | Public | See coding | 20090713 | BEGIN OF ts_header,
odpname TYPE if_rodps_odp=>t_odpname,
fieldname TYPE fieldname,
asctype TYPE t_asctype,
ascname TYPE rodps_ascname,
odpname_asc TYPE if_rodps_odp=>t_odpname,
chabasnm_asc TYPE rschabasnm,
is_derived TYPE abap_bool,
END OF ts_header
|
||
| 5 | TS_JOIN_CONDITION | Public | See coding | 20090713 | BEGIN OF ts_join_condition,
fieldname TYPE fieldname,
option TYPE rsoption,
fieldname_asc TYPE fieldname,
END OF ts_join_condition
|
||
| 6 | TTH_FIELDS | Public | See coding | 20100507 | tth_fields TYPE HASHED TABLE OF ts_field
WITH UNIQUE KEY fieldname
|
||
| 7 | TTR_ASCS | Public | See coding | 20090713 | ttr_ascs TYPE STANDARD TABLE OF tr_asc WITH DEFAULT KEY
|
||
| 8 | TTS_FIELD_TEXTS | Public | Type reference (TYPE) | IF_RODPS_ODP=>TTS_FIELD_TEXTS | 20100723 | |
|
| 9 | TT_JOIN_CONDITIONS | Public | See coding | 20090713 | tt_join_conditions TYPE STANDARD TABLE OF ts_join_condition
WITH DEFAULT KEY
|
||
| 10 | T_ASCNAME | Public | Type reference (TYPE) | RODPS_ASCNAME | Name of association (ODP) | 20090717 | |
| 11 | T_ASCTYPE | Public | Type reference (TYPE) | RODPS_ASCTYPE | 20090713 | |
Method Signatures
Method GET_ASCTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ASCTYPE | Value transfer | Type reference (TYPE) | IF_RODPS_ASC=>T_ASCTYPE | 20090716 |
Method GET_ASCTYPE on class IF_RODPS_ASC has no exception.
Method GET_ASSOCIATED_ODP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_ODP | Value transfer | Object reference (TYPE REF TO) | IF_RODPS_ODP | 20090713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20100907 | ||
| 2 | Objekt exsistiert nicht | 20100907 |
Method GET_ASSOCIATED_ODPNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | IF_RODPS_ODP=>T_ODPNAME | Name einer Assoziation (ODP) | 20090722 |
Method GET_ASSOCIATED_ODPNAME on class IF_RODPS_ASC has no exception.
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTH_FIELDS | Value transfer | Type reference (TYPE) | IF_RODPS_ASC=>TTH_FIELDS | 20100507 |
Method GET_FIELDS on class IF_RODPS_ASC has no exception.
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_HEADER | Value transfer | Type reference (TYPE) | TS_HEADER | 20090713 |
Method GET_HEADER on class IF_RODPS_ASC has no exception.
Method GET_JOIN_CONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT_SPECIFIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090713 | ||||
| 2 | RT_JOIN_CONDITIONS | Value transfer | Type reference (TYPE) | TT_JOIN_CONDITIONS | 20090717 |
Method GET_JOIN_CONDITIONS on class IF_RODPS_ASC has no exception.
Method GET_JOIN_STRUCTDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_PROJECTIONS | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>TT_FIELD_PROJECTIONS | 20090717 | ||||
| 2 | I_FOR_ASSOCIATED_ODP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090717 | ||||
| 3 | RR_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20090717 |
Method GET_JOIN_STRUCTDESCR on class IF_RODPS_ASC has no exception.
Method GET_JOIN_TABLEDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_PROJECTIONS | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>TT_FIELD_PROJECTIONS | 20090717 | ||||
| 2 | I_FOR_ASSOCIATED_ODP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090717 | ||||
| 3 | RR_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20090717 |
Method GET_JOIN_TABLEDESCR on class IF_RODPS_ASC has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | IF_RODPS_ASC=>T_ASCNAME | Name einer Assoziation (ODP) | 20090717 |
Method GET_NAME on class IF_RODPS_ASC has no exception.
Method GET_ODP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_ODP | Value transfer | Object reference (TYPE REF TO) | IF_RODPS_ODP | ODP-Metadaten | 20090717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20100908 | ||
| 2 | Objekt exsistiert nicht | 20100908 |
Method IS_DERIVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100414 |
Method IS_DERIVED on class IF_RODPS_ASC has no exception.
Method IS_LANGUAGE_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090716 |
Method IS_LANGUAGE_DEPENDENT on class IF_RODPS_ASC has no exception.
Method IS_TIME_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090716 |
Method IS_TIME_DEPENDENT on class IF_RODPS_ASC has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |