Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20040614 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMD_RS | Master Data Read services | 20040212 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20060320 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSMD_RS_LOCALSID | InfoObjects with local sid | 20121108 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSMD_RS_SPECIAL | Master Data Read services for flat value list | 20120831 |
Properties
Class | CL_RSMD_RS | |
Short Description | Master Data Read services for flat value list | |
Super Class | CL_RS_BASE | BW Basis |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSMD_RS | Master Data Read Services ( Value Help etc) |
Created | 20040212 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
8 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSMD_RS | Master Data Read services | 20040212 | ||
2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20060320 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_RSMD_RS_FACTORY | 20040217 | Master Data value help service |
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20120831 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040217 |
3 | ![]() |
Instance method | Private | Method | 20060320 | |
4 | ![]() |
Instance method | Protected | Method | determine the BWA/HANA support for read_modes | 20120831 |
5 | ![]() |
Instance method | Private | Method | 20060320 | |
6 | ![]() |
Instance method | Protected | Method | e.g. sid to key convert | 20121109 |
7 | ![]() |
Instance method | Protected | Method | Check if Read Mode is allowed | 20040218 |
8 | ![]() |
Instance method | Protected | Method | check the requested attributes/compounds (incl. presentation | 20040218 |
9 | ![]() |
Instance method | Protected | Method | Check if sorting is conform with field (infoobj.) properties | 20040218 |
10 | ![]() |
Instance method | Protected | Method | Check if sorting is conform with field (infoobj.) properties | 20040217 |
11 | ![]() |
Instance method | Protected | Method | 20060412 | |
12 | ![]() |
Instance method | Protected | Method | 20070524 | |
13 | ![]() |
Instance method | Protected | Method | 20060412 | |
14 | ![]() |
Instance method | Protected | Method | Generate a structure to hold the returned data | 20040224 |
15 | ![]() |
Instance method | Protected | Method | imposes the authorisation restrictions in the query | 20040614 |
16 | ![]() |
Instance method | Protected | Method | 20060628 | |
17 | ![]() |
Instance method | Protected | Method | 20060809 | |
18 | ![]() |
Instance method | Protected | Method | imposes restrictions based on the selopt structure | 20040614 |
19 | ![]() |
Instance method | Protected | Method | imposes restriction based on the read mode | 20040614 |
20 | ![]() |
Instance method | Protected | Method | 20120831 | |
21 | ![]() |
Instance method | Protected | Method | Gibt Einschränkungen ausgehende von der Struktur selopt vor | 20060823 |
22 | ![]() |
Instance method | Protected | Method | Sind P und Q Modus unterstützt | 20070306 |
23 | ![]() |
Instance method | Protected | Method | returns the special text for the technical Info objects | 20040702 |
24 | ![]() |
Instance method | Protected | Method | Get The data type in the generated structure | 20040406 |
25 | ![]() |
Instance method | Protected | Method | read data from DB | 20121109 |
26 | ![]() |
Instance method | Protected | Method | 20071107 | |
27 | ![]() |
Instance method | Protected | Method | create the select field structure based on requested atrib | 20040614 |
28 | ![]() |
Instance method | Protected | Method | transforms the data into the format as requested by the user | 20040519 |
29 | ![]() |
Instance method | Protected | Method | transforms the data into the format as requested by the user | 20121129 |
30 | ![]() |
Instance method | Protected | Method | transforms the data into the format as requested by the user | 20040702 |
Events
Class CL_RSMD_RS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OT_BWA_SUPPORT | Protected | See coding | 20120831 | BEGIN OF ot_bwa_support,
m TYPE rs_bool,
a TYPE rs_bool,
d TYPE rs_bool,
END OF ot_bwa_support
|
||
2 | OT_S_READ_MODE | Protected | See coding | 20120831 | BEGIN OF ot_s_read_mode,
read_mode TYPE rsmd_rs_read_mode,
END OF ot_s_read_mode
|
||
3 | OT_S_READ_TEXT | Protected | See coding | 20120831 | BEGIN OF ot_s_read_text,
iobjnm TYPE rsdiobjnm,
END OF ot_s_read_text
|
||
4 | OT_S_RSADMIN | Protected | See coding | 20120831 | BEGIN OF ot_s_rsadmin,
object TYPE rsadobj,
value TYPE rsvalue,
filter TYPE rsvalue,
END OF ot_s_rsadmin
|
||
5 | OT_T_READ_MODE | Protected | See coding | 20120831 | ot_t_read_mode TYPE STANDARD TABLE OF rsmd_rs_read_mode
|
||
6 | OT_T_READ_TEXT | Protected | See coding | 20120831 | ot_t_read_text TYPE STANDARD TABLE OF ot_s_read_text
|
||
7 | TO_S_ATTR_TEXT | Protected | See coding | 20121108 | BEGIN OF to_s_attr_text,
attrinm TYPE rsd_attrinm,
attrivl TYPE rsd_attrivl,
txtsml TYPE rstxtsmxl,
END OF to_s_attr_text
|
||
8 | TO_TH_ATTR_TEXT | Protected | See coding | 20121108 | to_th_attr_text TYPE HASHED TABLE OF to_s_attr_text
WITH UNIQUE KEY attrinm attrivl
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSMD_RS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSMD_RS has no exception.
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 | Merkmal | 20040217 | ||
2 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20040406 | ||
3 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprache | 20040406 | |
4 | ![]() |
I_NO_AUTHINFO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Provide no Info about atuhr. Attributes | 20121112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040521 |
Method DESERIALIZE_HELPER Signature
Method DESERIALIZE_HELPER on class CL_RSMD_RS has no exception.
Method DETERMINE_BWA_SUPPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_READ_MODES | Call by reference | Type reference (TYPE) | RSMD_RS_T_READ_MODES | Read(F4)-modes (supported in a given scenario) | 20120831 |
Method DETERMINE_BWA_SUPPORT on class CL_RSMD_RS has no exception.
Method SERIALIZE_HELPER Signature
Method SERIALIZE_HELPER on class CL_RSMD_RS has no exception.
Method _ADAPT_SELDR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selection to the Data Manager | 20121109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: General Error Class | 20121109 |
Method _CHECK_READ_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_READ_MODE | Call by reference | Type reference (TYPE) | RSMD_RS_READ_MODE | Lesemodus (F4) für Stammdaten-Leseservices | 20040218 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040521 |
Method _CHECK_REQUESTED_IOBJNMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_REQ_IOBJNMS | Call by reference | Type reference (TYPE) | RSMD_RS_T_REQ | Erforderliche Attribute für die Stammdaten-Leseservices | 20040426 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040218 |
Method _CHECK_SELOPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20040412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion ist hier nicht zulässig | 20070209 | |
2 | ![]() |
BI: Allgemeine Fehlerklasse | 20040218 |
Method _CHECK_SORTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_SORTING | Call by reference | Type reference (TYPE) | RSMD_RS_T_SORTING | Sorting Information for Master Data Read Service | 20070827 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040217 |
Method _CONVEXIT_PROCESSING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_T_SELOPT | 20060412 | |||
2 | ![]() |
I_R_CHA_PROP | Call by reference | Object reference (TYPE REF TO) | IF_RSD_CHA_PROP | Properties of Characteristic | 20130204 | ||
3 | ![]() |
I_S_RSADMIN | Call by reference | Type reference (TYPE) | OT_S_RSADMIN | 20090309 | |||
4 | ![]() |
I_S_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_S_SELOPT | 20060412 |
Method _CONVEXIT_PROCESSING on class CL_RSMD_RS has no exception.
Method _EX_IN_CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHAVL | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Dim: Feld für einen beliebigen Merkmalswert | 20070524 | ||
2 | ![]() |
I_R_CHA_PROP | Call by reference | Object reference (TYPE REF TO) | IF_RSD_CHA_PROP | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20130204 | ||
3 | ![]() |
R_CHAVL | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20070524 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion ist hier nicht zulässig | 20070524 |
Method _FILL_POST_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_SELOPT | Call by reference | Type reference (TYPE) | RSMD_RS_S_SELOPT | 20060412 |
Method _FILL_POST_FILTER on class CL_RSMD_RS has no exception.
Method _GENERATE_RETURN_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_STRUCTURE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Erkennung des Laufzeittyps | 20040224 | ||
2 | ![]() |
E_R_STRUCTURE_DB | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20121108 | ||
3 | ![]() |
E_TH_IOBJNM_POS | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Position von IObjnm in generierter Struktur | 20040224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040521 |
Method _GET_AUTH_RESTRICT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf Build-Query-Klasse | 20040614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040614 |
Method _GET_BUILD_QUERY_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_QUERY_CLASS | Value transfer | Type reference (TYPE) | ABAP_CLASSNAME | 20060628 |
Method _GET_BUILD_QUERY_CLASS on class CL_RSMD_RS has no exception.
Method _GET_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | RSMD_S_REQ-CHANMID | 20060821 | |||
2 | ![]() |
I_PRSNT | Call by reference | Type reference (TYPE) | RSMD_RS_PRSNT | 20060809 | |||
3 | ![]() |
R_FIELDNAME | Value transfer | Type reference (TYPE) | RSDRS_ALIAS | 20060809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060809 |
Method _GET_RANGE_RESTRICT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OR_SELECTION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20071030 | ||
2 | ![]() |
I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf die gebildete Query-Klasse | 20040614 | ||
3 | ![]() |
I_T_SELOPT | Value transfer | Type reference (TYPE) | RSMD_RS_T_SELOPT | Selektionsoptionen für Stammdaten-Leseservices | 20071030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040614 |
Method _GET_READMODE_RESTRICT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf Build-Query-Klasse | 20040614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040614 |
Method _GET_SELDR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selection to the Data Manager | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20120831 |
Method _GET_SELDR_RESTRICT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Interface for Queries | 20060823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20060823 |
Method _GET_SUPPORTED_Q_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_READ_MODES | Value transfer | Type reference (TYPE) | RSMD_RS_T_READ_MODES | Lese(F4)-Modi (in einem bestimmten Szenario unterstützt) | 20070306 |
Method _GET_SUPPORTED_Q_P on class CL_RSMD_RS has no exception.
Method _GET_TEXT_SPECIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_T_CHAVLINFO | 20040702 | |||
2 | ![]() |
I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20040702 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040702 |
Method _GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_LASTPOS | Call by reference | Type reference (TYPE) | I | Letzte Position in der Struktur | 20040406 | ||
2 | ![]() |
C_S_COMP | Call by reference | Type reference (TYPE) | ABAP_COMPONENTDESCR | Tabellenstruktur der Komponente | 20040406 | ||
3 | ![]() |
C_S_POSITION | Call by reference | Type reference (TYPE) | RSMD_RS_SH_IOBJNM_POS | Struktur der Positionstabelle | 20040406 | ||
4 | ![]() |
I_ABAPLEN | Value transfer | Type reference (TYPE) | I | Länge des Datentyps | 20040406 | ||
5 | ![]() |
I_DATATP | Value transfer | Type reference (TYPE) | DATATYPE_D | Datentyp in cob pro | 20040406 | ||
6 | ![]() |
I_S_REQ_IOBJ | Value transfer | Type reference (TYPE) | RSMD_S_REQ | Angefordertes Attribut | 20040406 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040521 |
Method _READ_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_T_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20121109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: General Error Class | 20121109 |
Method _SET_AUTH_FOR_ATTR Signature
Method _SET_AUTH_FOR_ATTR on class CL_RSMD_RS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071107 |
Method _SET_SELECT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BUILD_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RS_BUILD_QUERY | Referenz auf die gebildete Query-Klasse | 20040614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040614 |
Method _TRANSFORM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Type reference (TYPE) | DATA | Referenz auf die vom Benutzer angegebene Struktur | 20040519 | ||
2 | ![]() |
I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf die von der Datenbank zurückgegebenen Daten | 20040519 | ||
3 | ![]() |
I_TH_POSITION | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Positionstabelle | 20040519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040521 |
Method _TRANSFORM_DATA_CHAVLINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Type reference (TYPE) | DATA | reference to the structure as requested by user | 20121129 | ||
2 | ![]() |
I_TH_ATTR_TXT | Call by reference | Type reference (TYPE) | TO_TH_ATTR_TEXT | 20121129 | |||
3 | ![]() |
I_TH_POSITION | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Information about position of iobjnm in generated structure | 20121129 | ||
4 | ![]() |
I_TX_ATR | Call by reference | Type reference (TYPE) | RSDM_TX_ATR | table of structure containg attributes of info objects | 20121129 | ||
5 | ![]() |
I_T_CHAVLINFO | Call by reference | Type reference (TYPE) | RSDM_T_CHAVLINFO | the chavlinfo table containing chavls in internal format | 20121129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: General Error Class | 20121129 |
Method _TRANSFORM_DATA_SPECIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Type reference (TYPE) | DATA | Referenz auf die vom Benutzer angegebene Struktur | 20040702 | ||
2 | ![]() |
I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf die von der Datenbank zurückgegebenen Daten | 20040702 | ||
3 | ![]() |
I_TH_POSITION | Call by reference | Type reference (TYPE) | RSMD_RS_TH_IOBJNM_POS | Positionstabelle | 20040702 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BI: Allgemeine Fehlerklasse | 20040702 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 400 |