Hierarchy

⤷

⤷

Properties
Class | CL_RSTT_DATA | |
Short Description | Manage Application Instances | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_ATR | Repository for Automatic Tests |
Created | 20080114 | 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) |
Interfaces
Class CL_RSTT_DATA has no interface implemented.
Friends
Class CL_RSTT_DATA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_VARIANTID | Key for BI Application | 20080115 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RSTT_FLAG | Instance Creation Using Buffer | 20080416 | ||
3 | ![]() |
Constant | Public | See coding | Activities | 20080114 | |||
4 | ![]() |
Constant | Public | See coding | Data Types | 20080114 | |||
5 | ![]() |
Constant | Public | See coding | Mapping Types | 20080114 | |||
6 | ![]() |
Constant | Public | See coding | Data Types | 20080114 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_CHAR20 | ID of Application Instance | 20080115 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_FLAG | Data instance not persisted yet | 20080416 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | NT_SX_ARCHIVE | Parameters of Application Instance | 20080115 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Direct Attributes Changed | 20080115 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_PSOBJNM | Class Name | 20080115 | ||
12 | ![]() |
Constant | Protected | Type reference (TYPE) | ABAP_INTFNAME | 'IF_RSTT_EXTRACT' | Extraction Interface | 20080115 | |
13 | ![]() |
Constant | Protected | Type reference (TYPE) | RSTT_VARTYPE | 'COMPREL' | Type of Variant | 20080115 | |
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_LGTXT | Description | 20080115 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Initial Structure | 20080417 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_TUSER | Person Responsible | 20080416 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSRMODTIME | Last Change to Definition | 20080416 | ||
18 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Requested Data in Internal Format | 20080115 | ||
19 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | OT_THX_BUFFER | Buffer Table for Instances | 20080115 | ||
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_THX_RELATION | Relationships to BI Objects | 20080115 | ||
21 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TVIEW2 | Tree Structure for Objects | 20080115 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Extraction Status of a Data Block | 20090217 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080115 |
3 | ![]() |
Static method | Public | Method | Create Instance | 20080115 |
4 | ![]() |
Static method | Public | Method | Find Description for Data Type | 20080416 |
5 | ![]() |
Static method | Public | Method | Get Object Hierarchy | 20080115 |
6 | ![]() |
Instance method | Public | Method | Determine version | 20081126 |
7 | ![]() |
Instance method | Public | Method | Get Object Affiliation | 20080115 |
8 | ![]() |
Instance method | Public | Method | Get Relation to BI Object | 20080115 |
9 | ![]() |
Instance method | Public | Method | Determine List for Relation Parameters | 20080115 |
10 | ![]() |
Instance method | Public | Method | Update/Enhance Data in BI Instance | 20080115 |
11 | ![]() |
Instance method | Public | Method | Update Object Hierarchy | 20080115 |
12 | ![]() |
Instance method | Public | Method | Read Data from BI Object | 20080626 |
13 | ![]() |
Instance method | Public | Method | Request Data for Application Instance | 20080115 |
14 | ![]() |
Instance method | Public | Method | Request Data for Application Instance in Other BI System | 20080115 |
15 | ![]() |
Instance method | Public | Method | Save Relations and BI Object Affiliation | 20080115 |
16 | ![]() |
Instance method | Public | Method | Update Object Affiliation | 20080115 |
17 | ![]() |
Instance method | Public | Method | Update Relation to BI Object | 20080115 |
18 | ![]() |
Static method | Public | Method | Interpret Component Name | 20080115 |
19 | ![]() |
Instance method | Public | Method | Update Icons | 20080416 |
20 | ![]() |
Static method | Private | Method | Check Extractor Class | 20080115 |
21 | ![]() |
Static method | Private | Method | Get Internal Data Structure | 20080115 |
22 | ![]() |
Static method | Protected | Method | Get Icon | 20080115 |
23 | ![]() |
Static method | Protected | Method | Get Text for Relation | 20080115 |
24 | ![]() |
Static method | Protected | Method | Add Entry to Object Tree/Update Tree | 20080115 |
25 | ![]() |
Instance method | Protected | Method | Propose Mapping | 20080115 |
26 | ![]() |
Instance method | Protected | Method | Read All Parameters | 20080115 |
27 | ![]() |
Instance method | Protected | Method | Save All Parameters | 20080115 |
Events
Class CL_RSTT_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_SX_ARCHIVE | Public | See coding | 20080115 | BEGIN OF nt_sx_archive,
tlogo TYPE rstlogo,
objnm TYPE rstt_tobjnm,
classnm TYPE rstt_compnm,
type TYPE rstt_flag,
relations TYPE nt_thx_rel,
END OF nt_sx_archive
|
||
2 | NT_SX_REL | Public | See coding | 20080115 | BEGIN OF nt_sx_rel,
activity TYPE rstt_flag,
datakind TYPE rstt_tdatatp,
objnm TYPE rstt_tobjnm,
tlogo TYPE rstlogo,
vari TYPE rstt_variantid, "variant for data request through interface method
mapping TYPE rstt_t_map,
hierobj TYPE rsdri_t_sfc,
hienm TYPE rshienm,
hietxt TYPE rstt_lgtxt,
init type rstt_flag,
END OF nt_sx_rel
|
||
3 | NT_THX_REL | Public | See coding | 20080115 | nt_thx_rel TYPE HASHED TABLE OF nt_sx_rel
WITH UNIQUE KEY activity datakind
|
||
4 | OT_SX_BUFFER | Protected | See coding | 20080114 | BEGIN OF ot_sx_buffer,
appl TYPE rstt_variantid,
dataid TYPE rstt_char20,
instance TYPE REF TO cl_rstt_data,
END OF ot_sx_buffer
|
||
5 | OT_SX_RELATION | Protected | See coding | 20080114 | BEGIN OF ot_sx_relation,
activity TYPE rstt_flag,
datakind TYPE rstt_tdatatp,
objnm TYPE rstt_tobjnm,
tlogo TYPE rstlogo,
vari TYPE rstt_variantid, "variant for data request through interface method
mapping TYPE rstt_t_map,
strucnm TYPE rstt_comptypnm,
strucref TYPE REF TO cl_abap_structdescr,
objref TYPE REF TO cl_rstt_bidata,
data_req TYPE REF TO data,
proposed TYPE rstt_flag,
hierobj TYPE rsdri_t_sfc,
hienm TYPE rshienm,
hietxt TYPE rstt_lgtxt,
init type rstt_flag,
END OF ot_sx_relation
|
||
6 | OT_S_KEY | Protected | See coding | 20080114 | BEGIN OF ot_s_key,
dataid TYPE rstt_char20,
activity TYPE rstt_flag,
datakind TYPE rstt_tdatatp,
objnm TYPE rstt_tobjnm,
END OF ot_s_key
|
||
7 | OT_S_MAPKEY | Protected | See coding | 20080114 | BEGIN OF ot_s_mapkey,
activity TYPE rstt_flag,
datakind TYPE rstt_tdatatp,
objnm TYPE rstt_tobjnm,
END OF ot_s_mapkey
|
||
8 | OT_THX_BUFFER | Protected | See coding | 20080114 | ot_thx_buffer TYPE HASHED TABLE OF ot_sx_buffer
WITH UNIQUE KEY appl dataid
|
||
9 | OT_THX_RELATION | Protected | See coding | 20080114 | ot_thx_relation TYPE HASHED TABLE OF ot_sx_relation
WITH UNIQUE KEY activity datakind
|
Method Signatures
Method COMMIT_BLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl bearbeiteter Datensätze | 20090217 | ||
2 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20090217 | ||
3 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | N_C_ACTIVITY-WRITE | Aktivität | 20090217 | |
4 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20090217 | ||
5 | ![]() |
I_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Statuswert | 20090217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090217 | ||
2 | ![]() |
20090217 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPL | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Schlüssel der BI-Anwendung | 20080115 | ||
2 | ![]() |
I_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_PSOBJNM | Klasse für Datenermittlung | 20080115 | ||
3 | ![]() |
I_DATAID | Call by reference | Type reference (TYPE) | RSTT_CHAR20 | ID der Anwendungsinstanz | 20080115 | ||
4 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Typ | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 | ||
2 | ![]() |
20080115 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPL | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Anwendungsschlüssel | 20080115 | ||
2 | ![]() |
I_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_PSOBJNM | Klasse für Datenermittlung | 20080115 | ||
3 | ![]() |
I_DATAID | Call by reference | Type reference (TYPE) | RSTT_CHAR20 | ID der Anwendungsinstanz | 20080115 | ||
4 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080416 | ||
5 | ![]() |
I_DESCR | Call by reference | Type reference (TYPE) | ANY | Beschreibung | 20080115 | ||
6 | ![]() |
I_FOLDERID | Call by reference | Type reference (TYPE) | RSTT_CHAR20 | ID des übergeordneten Ordners | 20080115 | ||
7 | ![]() |
I_FOLDERTEXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Text des übergeordneten Ordners | 20080115 | ||
8 | ![]() |
R_R_DATA | Value transfer | Object reference (TYPE REF TO) | CL_RSTT_DATA | Anwendungsinstanz | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 |
Method GET_DATAKIND_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080416 | ||
2 | ![]() |
R_DESCR | Value transfer | Type reference (TYPE) | RSTT_LGTXT | Beschreibung | 20080416 |
Method GET_DATAKIND_DESCR on class CL_RSTT_DATA has no exception.
Method GET_OBJTREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_OBJTREE | Value transfer | Type reference (TYPE) | TVIEW2 | Objekthierarchie | 20080115 |
Method GET_OBJTREE on class CL_RSTT_DATA has no exception.
Method GET_OBJVERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJVERS | Call by reference | Type reference (TYPE) | RSTT_FLAG | Version | 20081126 | ||
2 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20081126 | ||
3 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20081126 |
Method GET_OBJVERS on class CL_RSTT_DATA has no exception.
Method GET_OBJ_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Klasse | 20080115 | ||
2 | ![]() |
E_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Objektname | 20080115 | ||
3 | ![]() |
E_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Typ | 20080115 |
Method GET_OBJ_PARAM on class CL_RSTT_DATA has no exception.
Method GET_RELATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA_PROPOSED | Call by reference | Type reference (TYPE) | RSTT_FLAG | Beziehungen vorgeschlagen | 20080115 | ||
2 | ![]() |
E_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20080417 | ||
3 | ![]() |
E_HIETEXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Hierarchiebeschreibung | 20080417 | ||
4 | ![]() |
E_INIT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Initialisierung erforderlich | 20100325 | ||
5 | ![]() |
E_INTFCLAS | Call by reference | Type reference (TYPE) | RSTT_CHAR60 | Interfaceklasse | 20080625 | ||
6 | ![]() |
E_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Objektname | 20080115 | ||
7 | ![]() |
E_R_BIOBJ | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_BIDATA | BI-Objektinstanz | 20080115 | ||
8 | ![]() |
E_R_STRUC | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Interne Struktur | 20080115 | ||
9 | ![]() |
E_STRUCNM | Call by reference | Type reference (TYPE) | RSTT_STRING | interne Struktur | 20080115 | ||
10 | ![]() |
E_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Typ | 20080115 | ||
11 | ![]() |
E_T_HIEROBJ | Call by reference | Type reference (TYPE) | RSDRI_T_SFC | Objektebenen der Hierarchie | 20080417 | ||
12 | ![]() |
E_T_MAP | Call by reference | Type reference (TYPE) | RSTT_T_MAP | Mappingtabelle zweier interner Tabellen | 20080115 | ||
13 | ![]() |
E_VARIANT | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Extraktionsvariante | 20080115 | ||
14 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20080115 | ||
15 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 | ||
16 | ![]() |
I_INIT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Zurücksetzen | 20081125 |
Method GET_RELATION on class CL_RSTT_DATA has no exception.
Method GET_RELATION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_RELATION | Value transfer | Type reference (TYPE) | RSTT_T_RELOBJ | Tabelle Objektparameter | 20080115 |
Method GET_RELATION_LIST on class CL_RSTT_DATA has no exception.
Method MODIFY_DATA_BI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Einträge | 20080115 | ||
2 | ![]() |
E_T_MESG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Meldungen | 20090218 | ||
3 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | N_C_ACTIVITY-WRITE | Aktivität | 20080115 | |
4 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 | ||
2 | ![]() |
20080115 | ||
3 | ![]() |
20080115 | ||
4 | ![]() |
20080115 |
Method MODIFY_OBJTREE_ENTRY Signature
Method MODIFY_OBJTREE_ENTRY on class CL_RSTT_DATA has no parameter.
Method MODIFY_OBJTREE_ENTRY on class CL_RSTT_DATA has no exception.
Method READ_DATA_BI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Daten in internem gemappten Format | 20080626 | ||
2 | ![]() |
E_R_DATA_BI | Call by reference | Object reference (TYPE REF TO) | DATA | Daten im Format der Datenquelle | 20080626 | ||
3 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20080626 | ||
4 | ![]() |
I_AGGRE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ergebnis aggregiert ermitteln (nur für Cube/DSO) | 20080626 | ||
5 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080626 | ||
6 | ![]() |
I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Filter | 20080626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080626 | ||
2 | ![]() |
20080626 |
Method REQUEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_END_OF_DATA | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ende der Daten erreicht | 20090213 | ||
2 | ![]() |
E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl Einträge | 20090213 | ||
3 | ![]() |
E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz | 20080115 | ||
4 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | N_C_ACTIVITY-READ | Aktivität | 20080115 | |
5 | ![]() |
I_BLOCKSIZE | Call by reference | Type reference (TYPE) | RSTT_INT4 | Blockgröße | 20090213 | ||
6 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 | ||
7 | ![]() |
I_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | Parametertabelle | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 | ||
2 | ![]() |
20080115 |
Method REQUEST_DATA_RFC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz | 20080115 | ||
2 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | N_C_ACTIVITY-READ | Aktivität | 20080115 | |
3 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 | ||
4 | ![]() |
I_DEST | Call by reference | Type reference (TYPE) | RSRLOGSYS | Logisches System des Empfängers | 20080115 | ||
5 | ![]() |
I_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | Parametertabelle | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 | ||
2 | ![]() |
20080115 | ||
3 | ![]() |
20080115 |
Method SAVE Signature
Method SAVE on class CL_RSTT_DATA has no parameter.
Method SAVE on class CL_RSTT_DATA has no exception.
Method SET_OBJ_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Objektname | 20080115 | ||
2 | ![]() |
I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Typ | 20080115 |
Method SET_OBJ_PARAM on class CL_RSTT_DATA has no exception.
Method SET_RELATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | N_C_ACTIVITY-WRITE | Aktivität | 20080115 | |
2 | ![]() |
I_CHANGE_RELEVANT | Call by reference | Type reference (TYPE) | RSTT_FLAG | RS_C_TRUE | Änderungsrelevant | 20080625 | |
3 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 | ||
4 | ![]() |
I_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20080417 | ||
5 | ![]() |
I_HIETEXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Hierarchiebeschreibung | 20080417 | ||
6 | ![]() |
I_INIT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Dateninitialisierung erforderlich | 20100325 | ||
7 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Objektname | 20080115 | ||
8 | ![]() |
I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Typ | 20080115 | ||
9 | ![]() |
I_T_HIEROBJ | Call by reference | Type reference (TYPE) | RSDRI_T_SFC | Objektebenen der Hierarchie | 20080417 | ||
10 | ![]() |
I_T_MAP | Call by reference | Type reference (TYPE) | RSTT_T_MAP | Mappingtabelle zweier interner Tabellen | 20080115 | ||
11 | ![]() |
I_VARIANT | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Extraktionsvariante | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080115 |
Method TRANSLATE_COMPNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_COMPNM_BASE | Call by reference | Type reference (TYPE) | RSTT_STRING | Komponentenname (Basis) | 20080115 | ||
2 | ![]() |
E_KEY_INTERN | Call by reference | Type reference (TYPE) | RSTT_FLAG | Schlüssel (internes Format) | 20080115 | ||
3 | ![]() |
E_MAPTYPE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Typ | 20080115 | ||
4 | ![]() |
E_TXTLG | Call by reference | Type reference (TYPE) | RSTT_FLAG | Langtext | 20080115 | ||
5 | ![]() |
E_TXTMD | Call by reference | Type reference (TYPE) | RSTT_FLAG | Mitteltext | 20080115 | ||
6 | ![]() |
E_TXTSH | Call by reference | Type reference (TYPE) | RSTT_FLAG | Kurztext | 20080115 | ||
7 | ![]() |
I_COMPNM | Call by reference | Type reference (TYPE) | RSTT_STRING | Komponentenname | 20080115 |
Method TRANSLATE_COMPNM on class CL_RSTT_DATA has no exception.
Method UPDATE_ICONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_ITEM | Call by reference | Type reference (TYPE) | RSTT_S_APPLITEM_WDY | Anzeigestruktur für Anwendungsinstanz | 20080416 | ||
2 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20080416 | ||
3 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Art der Daten | 20080416 |
Method UPDATE_ICONS on class CL_RSTT_DATA has no exception.
Method _CHECK_EXTRACTOR_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_PSOBJNM | Klasse | 20080115 | ||
2 | ![]() |
R_VALID | Value transfer | Type reference (TYPE) | RSTT_FLAG | Zulässig | 20080115 |
Method _CHECK_EXTRACTOR_CLASS on class CL_RSTT_DATA has no exception.
Method _GET_DATA_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_STRUC | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Strukturinstanz | 20080115 | ||
2 | ![]() |
E_STRUCNM | Call by reference | Type reference (TYPE) | RSTT_COMPTYPNM | Interne Struktur der Datentabelle | 20080115 | ||
3 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20080417 | ||
4 | ![]() |
I_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_PSOBJNM | Klasse | 20080115 | ||
5 | ![]() |
I_VARIANT | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Extraktionsvariante | 20080115 |
Method _GET_DATA_STRUCTURE on class CL_RSTT_DATA has no exception.
Method _GET_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_KEY | Call by reference | Type reference (TYPE) | OT_S_KEY | Schlüssel | 20080115 | ||
2 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Typ | 20080115 | ||
3 | ![]() |
R_IMAGE | Value transfer | Type reference (TYPE) | RSTT_STRING | Bildpfad | 20080115 |
Method _GET_ICON on class CL_RSTT_DATA has no exception.
Method _GET_RELATION_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_KEY | Call by reference | Type reference (TYPE) | OT_S_KEY | Schlüssel | 20080115 | ||
2 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | RSTT_LGTXT | Text | 20080115 |
Method _GET_RELATION_TEXT on class CL_RSTT_DATA has no exception.
Method _MODIFY_OBJTREE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPL | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Anwendungsschlüssel | 20080115 | ||
2 | ![]() |
I_CLASSNM | Call by reference | Type reference (TYPE) | RSTT_PSOBJNM | Klasse für Datenermittlung | 20080115 | ||
3 | ![]() |
I_DATAID | Call by reference | Type reference (TYPE) | RSTT_CHAR20 | ID der Anwendungsinstanz | 20080115 | ||
4 | ![]() |
I_FOLDERID | Call by reference | Type reference (TYPE) | RSTT_CHAR20 | ID des übergeordneten Ordners | 20080115 | ||
5 | ![]() |
I_FOLDERTEXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Text des übergeordneten Ordners | 20080115 | ||
6 | ![]() |
I_R_DATA | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_DATA | Dateninstanz mit Anbindung an BI Reporting | 20080115 | ||
7 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Typ | 20080115 |
Method _MODIFY_OBJTREE_ENTRY on class CL_RSTT_DATA has no exception.
Method _PROPOSE_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MAP | Call by reference | Type reference (TYPE) | RSTT_T_MAP | Mappingtabelle zweier interner Tabellen | 20080115 | ||
2 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | RSTT_FLAG | Aktivität | 20080115 | ||
3 | ![]() |
I_DATAKIND | Call by reference | Type reference (TYPE) | RSTT_TDATATP | Datenart | 20080115 | ||
4 | ![]() |
I_R_BIOBJ | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_BIDATA | BI Dateninstanz | 20080115 | ||
5 | ![]() |
I_R_STRUC | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Typinstanz | 20080115 |
Method _PROPOSE_MAPPING on class CL_RSTT_DATA has no exception.
Method _READ_PARAM Signature
Method _READ_PARAM on class CL_RSTT_DATA has no parameter.
Method _READ_PARAM on class CL_RSTT_DATA has no exception.
Method _SAVE_PARAM Signature
Method _SAVE_PARAM on class CL_RSTT_DATA has no parameter.
Method _SAVE_PARAM on class CL_RSTT_DATA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |