Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSMD_RS_BW_SPEC | obsolete: use CL_RSMD_RS_BW_SPEC_BASE instead | 20100618 |
Properties
| Class | CL_FCOM_IP_IOBJ_ACCESS | |
| Short Description | Read Master Data of InfoObject from DataSource | |
| Super Class | CL_RSMD_RS_BW_SPEC | obsolete: use CL_RSMD_RS_BW_SPEC_BASE instead |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | FCOM_PLANNING_CORE | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | FCOM_PLANNING_CORE | Planning |
| Created | 20100618 | SAP |
| Last change | 20130531 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FCOM_IP_IOBJ_ACCESS has no interface implemented.
Friends
Class CL_FCOM_IP_IOBJ_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | I | 500 | 20100716 | |||
| 2 | Constant | Protected | Type reference (TYPE) | RSSG_PROGCLASS | 'FCOM_IOBJ_ACCESS' | 20100716 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FCOM_IP_METAINFO | 20100618 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20100716 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20100716 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20100810 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RSAOT_S_OSOURCE | 20100618 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | RSAOT_S_OSOURCE | Additional Data Source | 20120124 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | RSAOT_S_OSOURCE | 20100618 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | FCOMIPIOBJACCESS | 20100716 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | TS_ATTR_DREF | Data refs for attributes | 20101229 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TS_ATTR_FNM_MAPPING | 20100723 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | RSD_T_ATR | 20100618 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TS_IOBJ_FNM_MAPPING | 20100716 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | TS_IOBJ_FNM_MAPPING | 20100716 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | RSD_T_IOBJ_CMP | Compounding of InfoObjects | 20110715 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | ROOSOURCER | 20100618 | ||||
| 18 | Instance attribute | Protected | Type reference (TYPE) | ROOSOURCER | 20120124 | ||||
| 19 | Instance attribute | Protected | Type reference (TYPE) | ROOSOURCER | 20100618 | ||||
| 20 | Instance attribute | Protected | Type reference (TYPE) | KOKRS | Controlling Area | 20110318 | |||
| 21 | Instance attribute | Protected | Type reference (TYPE) | ODQ_RID | 20100716 | ||||
| 22 | Static Attribute | Protected | Type reference (TYPE) | FLAG | Is currently an extraction performed | 20101216 | |||
| 23 | Static Attribute | Protected | Type reference (TYPE) | YT_BUFFER | 20101129 |
Methods
Events
Class CL_FCOM_IP_IOBJ_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTR_DREF | Protected | See coding | 20101229 | begin of s_attr_dref,
attrnm type rsiobjnm,
dref type ref to data,
end of s_attr_dref
|
||
| 2 | S_ATTR_FNM_MAPPING | Protected | See coding | 20100723 | begin of s_attr_fnm_mapping,
datasrc type roosourcer, "data source
attrnm type rsiobjnm, "attribute name of the iobj
fieldname type fieldname, "field of data src
end of s_attr_fnm_mapping
|
||
| 3 | S_IOBJ_FNM_MAPPING | Protected | See coding | 20100716 | begin of S_IOBJ_FNM_MAPPING,
iobjnm type rsiobjnm,
fname type fieldname,
end of s_iobj_fnm_mapping
|
||
| 4 | S_SEL | Protected | See coding | 20100716 | BEGIN OF s_sel,
fieldname TYPE fieldname,
sign TYPE ddsign,
option TYPE ddoption,
low TYPE rschavl,
high TYPE rschavl,
END OF s_sel
|
||
| 5 | TS_ATTR_DREF | Protected | See coding | 20101229 | ts_attr_dref type sorted table of s_attr_dref with unique key attrnm
|
||
| 6 | TS_ATTR_FNM_MAPPING | Protected | See coding | 20100723 | ts_attr_fnm_mapping type sorted table of
s_attr_fnm_mapping with UNIQUE key datasrc attrnm
|
||
| 7 | TS_IOBJ_FNM_MAPPING | Protected | See coding | 20100716 | tS_IOBJ_FNM_MAPPING type SORTED TABLE OF S_IOBJ_FNM_MAPPING
with unique key iobjnm
|
||
| 8 | T_ABAPSOURCE | Protected | See coding | 20100716 | T_ABAPSOURCE type STANDARD TABLE OF abapsource
|
||
| 9 | T_SEL | Protected | See coding | 20100716 | t_sel TYPE STANDARD TABLE OF s_sel WITH DEFAULT KEY
|
||
| 10 | YS_BUFFER | Protected | See coding | 20101129 | begin of YS_BUFFER,
chanm type RSCHANM,
hash_no type hash160, "Hash on selected attributes!
t_selopt type RSMD_RS_T_SELOPT,
maxrows(8) type n,
no_text type rs_bool,
hash_no_sorting type hash160,
b_found type boole_d,
d_chavlinfo type ref to data,
tx_atr type rsdm_tx_atr,
b_sort_later type boole_d,
end of ys_buffer
|
||
| 11 | YT_BUFFER | Protected | See coding | 20101129 | yt_buffer type standard TABLE OF ys_buffer WITH DEFAULT KEY
|
Method Signatures
Method ADD_DATE_TO_WHERE_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_WHERE | Call by reference | Type reference (TYPE) | T_ABAPSOURCE | 20101129 |
Method ADD_DATE_TO_WHERE_CLAUSE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method ADD_LANGU_TO_WHERE_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_WHERE | Call by reference | Type reference (TYPE) | T_ABAPSOURCE | 20100716 |
Method ADD_LANGU_TO_WHERE_CLAUSE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method ATTR2HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | Table of IOBJNMs | 20110323 | |||
| 2 | R_HASH | Value transfer | Type reference (TYPE) | HASH160 | Hash Value (160 Bits) | 20110323 |
Method ATTR2HASH on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method BUILD_WHERE_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WHERE | Call by reference | Type reference (TYPE) | T_ABAPSOURCE | 20100716 | ||||
| 2 | IF_ADD_LANGU | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20120222 | ||
| 3 | IF_SELOPT_HAS_FNM | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20110127 | ||
| 4 | IT_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 5 | I_DATASRC | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20110318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100716 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | 20100618 | ||||
| 2 | I_DATE | Call by reference | Type reference (TYPE) | RSDATE | 20100618 | ||||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20100618 | ||||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20100618 | |||
| 5 | I_S_COBPRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | 20100618 |
Method CONSTRUCTOR on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method CREATE Signature
Method CREATE on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method CREATE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method FILL_CHAVLINFO_FROM_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100726 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | IF_FILTER | Call by reference | Type reference (TYPE) | FLAG | SPACE | Filter values against range | 20110218 | ||
| 5 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100716 | ||||
| 6 | IT_DATA_ADD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120124 | ||||
| 7 | IT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100716 | ||||
| 8 | IT_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Select options for master data read services | 20110727 | |||
| 9 | I_DATASRC | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20100726 | |||
| 10 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 11 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method FILL_CHAVLINFO_FROM_ITAB on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method FILL_CHAVLINFO_FROM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 3 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100716 | ||||
| 4 | IT_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100716 | ||||
| 5 | IT_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Select options for master data read services | 20110728 | |||
| 6 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method FILL_CHAVLINFO_FROM_TEXT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method FILL_TEXT_FROM_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 2 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100716 |
Method FILL_TEXT_FROM_ITAB on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GENERATE_ACCESS_REPORT Signature
Method GENERATE_ACCESS_REPORT on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method GENERATE_ACCESS_REPORT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GEN_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDC | Call by reference | Type reference (TYPE) | RSSG_UNI_IDC25 | 20100716 |
Method GEN_CODE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method GET_ATTRIBUTES on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_ATTR_BY_FUNC_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100716 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 5 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 6 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 7 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method GET_ATTR_BY_FUNC_1 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_ATTR_BY_FUNC_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100716 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 5 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 6 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 7 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method GET_ATTR_BY_FUNC_2 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_ATTR_FROM_DBTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100716 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 5 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 6 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 7 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100716 |
Method GET_ATTR_FROM_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100716 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 5 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 6 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 7 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method GET_ATTR_FROM_DOMAIN on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_CAPABILITIES Signature
Method GET_CAPABILITIES on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method GET_CAPABILITIES on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_DATASRC_FNAME_FROM_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ATTRNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20100723 | |||
| 2 | I_DATASRC | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20100723 | |||
| 3 | R_FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Field Name | 20100723 |
Method GET_DATASRC_FNAME_FROM_ATTR on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_ELEMDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DECIMALS | Call by reference | Type reference (TYPE) | DDLENG | 20100716 | ||||
| 2 | I_INTTYPE | Call by reference | Type reference (TYPE) | INTTYPE | 20100716 | ||||
| 3 | I_LENGTH | Call by reference | Type reference (TYPE) | DDLENG | 20100716 | ||||
| 4 | RO_ELEMDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_ELEMDESCR | 20100716 |
Method GET_ELEMDESCR on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_REQUESTED_ATTR_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD | Call by reference | Type reference (TYPE) | SBIWA_T_FIELDS | 20110218 | ||||
| 2 | I_DATASRC | Call by reference | Type reference (TYPE) | ROOSOURCER | DataSource (OSOA/OSOD) | 20110914 | |||
| 3 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | Table of IOBJNMs | 20110218 |
Method GET_REQUESTED_ATTR_FIELDS on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_SUPERORDINATE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_KEY_SO | Call by reference | Type reference (TYPE) | SORTED TABLE | 20110727 | ||||
| 2 | IT_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Select options for master data read services | 20110727 |
Method GET_SUPERORDINATE_KEYS on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method GET_TEXT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT_BY_FUNC1_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 3 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 4 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 5 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method GET_TEXT_BY_FUNC1_2 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT_BY_FUNC2_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 3 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 4 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 5 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method GET_TEXT_BY_FUNC2_2 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT_BY_FUNC_MODULE_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 |
Method GET_TEXT_BY_FUNC_MODULE_1 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT_BY_FUNC_MODULE_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 |
Method GET_TEXT_BY_FUNC_MODULE_2 on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_TEXT_FROM_DBTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 2 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 999999 | 20100716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100716 |
Method GET_TEXT_FROM_DBTABLE_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 3 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 4 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 5 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100716 |
Method GET_TEXT_FROM_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 |
Method GET_TEXT_FROM_DOMAIN on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method GET_VALUES Signature
Method GET_VALUES on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method GET_VALUES on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method INIT_DATASRC_FIELD_MAP Signature
Method INIT_DATASRC_FIELD_MAP on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method INIT_DATASRC_FIELD_MAP on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method INIT_KEY_STRUCTURE Signature
Method INIT_KEY_STRUCTURE on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method INIT_KEY_STRUCTURE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method INIT_KEY_STRUCTURE_TXT Signature
Method INIT_KEY_STRUCTURE_TXT on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method INIT_KEY_STRUCTURE_TXT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method IN_DIRECT_ACCESS_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_IS | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20101216 |
Method IN_DIRECT_ACCESS_CALL on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method KEY2TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEY | Call by reference | Type reference (TYPE) | DATA | Struct with fieldnames | 20120614 | |||
| 2 | R_TEXT | Value transfer | Type reference (TYPE) | RSCHAVLEXT | Field for any characteristic value (external display) | 20120614 |
Method KEY2TEXT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method SET_KEY_DATE Signature
Method SET_KEY_DATE on class CL_FCOM_IP_IOBJ_ACCESS has no parameter.
Method SET_KEY_DATE on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method SORTING_INFO_2HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | Sorting Information for Master Data Read Service | 20131025 | |||
| 2 | R_HASH | Value transfer | Type reference (TYPE) | HASH160 | Hash Value (160 Bits) | 20131025 |
Method SORTING_INFO_2HASH on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method _GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 |
Method _GET_TEXT on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
Method _GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SORT_LATER | Call by reference | Type reference (TYPE) | RS_BOOL | 20100716 | ||||
| 2 | E_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | 20100716 | ||||
| 3 | E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_TA_CHAVLINFO | 20100716 | ||||
| 4 | I_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | 20100716 | ||||
| 5 | I_TS_REQ_ATTR | Call by reference | Type reference (TYPE) | RSR_TS_IOBJNM | 20100716 | ||||
| 6 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20100716 | ||||
| 7 | I_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | 20100716 |
Method _GET_VALUES on class CL_FCOM_IP_IOBJ_ACCESS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |