Hierarchy
⤷
⤷
Properties
| Class | CL_RSDDLTIP_MAINTAIN | |
| Short Description | AnalyticIndex maintenance | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | RSDD_TIP_LOGI | |
| Program status | ||
| Category | 0 | |
| Package | RSDD_LTIP_PUBLISH_UI | Publish OLAP Indexes as InfoProviders |
| Created | 20080902 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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
Class CL_RSDDLTIP_MAINTAIN has no interface implemented.
Friends
Class CL_RSDDLTIP_MAINTAIN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 64 | 20081216 | |||
| 2 | Constant | Private | See coding | 20081117 | |||||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '~authorization' | 20090107 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'facts' | 20090323 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | '0bw:apd' | 20081121 | |||
| 6 | Constant | Private | See coding | 20081117 | |||||
| 7 | Constant | Private | See coding | 20081117 | |||||
| 8 | Constant | Private | See coding | 20081117 | |||||
| 9 | Constant | Public | Type reference (TYPE) | RSTLOGO | 'AINX' | Object Type (AI is not a TLOGO object) | 20100126 | ||
| 10 | Constant | Public | See coding | 20090324 | |||||
| 11 | Constant | Public | See coding | 20080908 | |||||
| 12 | Instance attribute | Private | Type reference (TYPE) | TREXD_ATTR_NAME | Attribute Name | 20081201 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Debugging flag (internal) | 20110518 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | RFCDEST | Logical destination (specified when calling function) | 20090227 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20081216 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Insert Only | 20090326 | |||
| 17 | Static Attribute | Private | Type reference (TYPE) | TREXD_RFCDEST | RFC Destination to the TREX Engine | 20080902 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20081118 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | T_SX_INDEX | 20080902 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | CL_RSDD_LTIP_META_TABLES=>T_S_RSDCUBE | 20090112 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | T_T_ATR | 20081201 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | CL_RSDD_LTIP_META_TABLES=>T_TH_RSDCUBEIOBJ | 20090112 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | CL_RSDD_LTIP_META_TABLES=>T_TH_RSDCUBEIOBJATR | 20090112 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Mode in a Dynpro | 20081117 |
Methods
Events
Class CL_RSDDLTIP_MAINTAIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SX_INDEX | Public | See coding | 20080902 | BEGIN OF t_sx_index,
cube_name TYPE rsltipname,
infoarea TYPE rsd_infoarea,
index_id TYPE trexd_index_id,
text TYPE trex_rfc-description,
t_cha TYPE t_t_cha,
t_kyf TYPE t_t_kyf,
END OF t_sx_index
|
||
| 2 | T_S_ATR | Public | Type reference (TYPE) | RSDDLTIPDYNP_ATR | 20081201 | |
|
| 3 | T_S_AUTH | Public | See coding | Description of authorization data structure component | 20081211 | BEGIN OF t_s_auth,
attr_name TYPE rsddltip_attr_name,
iobjnm TYPE rsiobjnm,
dtelnm TYPE rsdltip_dtelnm,
text TYPE rstxtlg,
END OF t_s_auth
|
|
| 4 | T_S_CHA | Public | Type reference (TYPE) | RSDDLTIPDYNP_CHA | 20080902 | |
|
| 5 | T_S_KYF | Public | Type reference (TYPE) | RSDDLTIPDYNP_KYF | 20080902 | |
|
| 6 | T_S_LIST | Public | See coding | 20080902 | BEGIN OF t_s_list,
index_id TYPE trexd_index_id,
text TYPE rstxtlg,
END OF t_s_list
|
||
| 7 | T_S_OBJ_ASC | Public | See coding | Associated Object | 20090806 | BEGIN OF t_s_obj_asc,
dest TYPE RFCDEST,
index_id TYPE trexd_index_id,
tlogo TYPE rstlogo,
objnm TYPE sobj_name,
asc_type TYPE rso_asc_type,
txtlg TYPE rstxtlg,
END OF t_s_obj_asc
|
|
| 8 | T_T_ATR | Public | See coding | 20081201 | t_t_atr TYPE STANDARD TABLE OF t_s_atr WITH NON-UNIQUE KEY attr_name INITIAL SIZE 0
|
||
| 9 | T_T_AUTH | Public | See coding | Description of authorization data structure | 20081211 | t_t_auth TYPE STANDARD TABLE OF t_s_auth WITH DEFAULT KEY INITIAL SIZE 0
|
|
| 10 | T_T_CHA | Public | See coding | 20080902 | t_t_cha TYPE STANDARD TABLE OF t_s_cha WITH NON-UNIQUE KEY attr_name INITIAL SIZE 0
|
||
| 11 | T_T_FCTS | Public | See coding | Table of OK codes | 20100813 | T_T_FCTS type standard table of SYUCOMM with default key initial size 0
|
|
| 12 | T_T_KYF | Public | See coding | 20080902 | t_t_kyf TYPE STANDARD TABLE OF t_s_kyf WITH NON-UNIQUE KEY attr_name INITIAL SIZE 0
|
||
| 13 | T_T_LIST | Public | See coding | 20080902 | t_t_list TYPE STANDARD TABLE OF t_s_list WITH KEY index_id INITIAL SIZE 0
|
||
| 14 | T_T_OBJ_ASC | Public | See coding | Table of Associated Objects | 20090806 | t_t_obj_asc TYPE STANDARD TABLE OF t_s_obj_asc WITH DEFAULT KEY
|
|
| 15 | T_VIEW | Public | Type reference (TYPE) | I | Data view (facts, dimension, authorizations) | 20090324 | |
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on class CL_RSDDLTIP_MAINTAIN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20081217 |
Method ADJUST_INFOPROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090713 | |||
| 2 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090713 | |||
| 3 | I_S_DEST | Call by reference | Type reference (TYPE) | CL_RSDDLTIP_DEST=>G_S_DEST | TREX Destination (Eigenschaften) | 20090713 |
Method ADJUST_INFOPROV on class CL_RSDDLTIP_MAINTAIN has no exception.
Method AUTH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Analytical Index | 20081118 | |||
| 2 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | RFC Destination | 20091102 | |||
| 3 | I_WORKMODE | Call by reference | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Modus in einem Dynpro | 20081118 | |||
| 4 | R_HAS_AUTH | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081118 |
Method AUTH_CHECK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method BACK Signature
Method BACK on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method BACK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method BUID_PUBLISH_CHA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_CHA | Value transfer | Type reference (TYPE) | CL_RSDD_LTIP_PUBLISH_MAINTAIN=>T_T_CHA | 20081023 |
Method BUID_PUBLISH_CHA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method BUID_PUBLISH_KYF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_KYF | Value transfer | Type reference (TYPE) | CL_RSDD_LTIP_PUBLISH_MAINTAIN=>T_T_KYF | 20081023 |
Method BUID_PUBLISH_KYF on class CL_RSDDLTIP_MAINTAIN has no exception.
Method CHANGE Signature
Method CHANGE on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method CHANGE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SHOW | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20081119 | |||
| 2 | R_IS_CORRECT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081119 |
Method CHECK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Index-ID | 20080929 | |||
| 2 | I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20090227 | |||
| 3 | I_WORKMODE | Call by reference | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Modus in einem Dynpro | 20090303 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20081217 | ||
| 2 | BW: Allgemeine Fehlerklasse | 20081007 |
Method CONVERT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CUBE_NAME | Call by reference | Type reference (TYPE) | CLIKE | AI ID | 20090713 | |||
| 2 | E_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20090713 | |||
| 3 | I_CUBE_NAME | Call by reference | Type reference (TYPE) | CLIKE | AI ID | 20090713 | |||
| 4 | I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20090713 |
Method CONVERT_ID on class CL_RSDDLTIP_MAINTAIN has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_AIND | Call by reference | Object reference (TYPE REF TO) | CL_RSDDLTIP_MAINTAIN | Analytical Index to be copied | 20090701 |
Method COPY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DATA_DELETE Signature
Method DATA_DELETE on class CL_RSDDLTIP_MAINTAIN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20081216 |
Method DATA_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AS_POPUP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | In Popup anzeigen | 20090324 | ||
| 2 | I_ATTR_NAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | Name Dimension | 20090324 | |||
| 3 | I_VIEW | Call by reference | Type reference (TYPE) | T_VIEW | C_VIEW-FACTS | Datensicht (Fakten, Dimension, Berechtigungen) | 20090324 |
Method DATA_DISPLAY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DELETE Signature
Method DELETE on class CL_RSDDLTIP_MAINTAIN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20090619 |
Method DELETE_CMD Signature
Method DELETE_CMD on class CL_RSDDLTIP_MAINTAIN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20090619 |
Method DEQUEUE Signature
Method DEQUEUE on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method DEQUEUE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DEQUEUE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AINDEX | Call by reference | Type reference (TYPE) | RSDDLTIP_AINDEX | Analytischer Index | 20090616 | |||
| 2 | I_DEST | Call by reference | Type reference (TYPE) | RSDDLTIP_DESTINATION | Destination des Analytischen Index | 20090616 |
Method DEQUEUE_INT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method DISPLAY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DISP_EDIT Signature
Method DISP_EDIT on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method DISP_EDIT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DISP_MONITOR Signature
Method DISP_MONITOR on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method DISP_MONITOR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method DISP_WHERE_USED Signature
Method DISP_WHERE_USED on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method DISP_WHERE_USED on class CL_RSDDLTIP_MAINTAIN has no exception.
Method ENQUEUE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AINDEX | Call by reference | Type reference (TYPE) | RSDDLTIP_AINDEX | Analytischer Index | 20090616 | |||
| 2 | I_DEST | Call by reference | Type reference (TYPE) | RSDDLTIP_DESTINATION | Destination des Analytischen Index | 20090616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Enqueue failed | 20090616 |
Method EXECUTE_QUERY Signature
Method EXECUTE_QUERY on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method EXECUTE_QUERY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method F4_UNI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PATTERN | Call by reference | Type reference (TYPE) | CLIKE | 20081119 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | TREXD_ATTR_NAME | Attributname | 20081119 |
Method F4_UNI on class CL_RSDDLTIP_MAINTAIN has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Index-ID | 20080929 | |||
| 2 | I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20090227 | |||
| 3 | I_WORKMODE | Call by reference | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | CL_RSDDLTIP_MAINTAIN=>C_WORKMODE-DISPLAY | Modus in einem Dynpro | 20090303 | ||
| 4 | R_R_LTIP | Value transfer | Object reference (TYPE REF TO) | CL_RSDDLTIP_MAINTAIN | Maintainance of LTIPs | 20080902 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20081007 |
Method FILL_KYF_UNIT Signature
Method FILL_KYF_UNIT on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method FILL_KYF_UNIT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_ATR | Value transfer | Type reference (TYPE) | T_T_ATR | 20081201 |
Method GET_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_AUTH_STRUC_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_AUTH | Value transfer | Type reference (TYPE) | T_T_AUTH | Beschreibung Berechtigungsdaten-Struktur | 20081211 |
Method GET_AUTH_STRUC_DESCR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_CHA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_CHA | Value transfer | Type reference (TYPE) | T_T_CHA | 20080902 |
Method GET_CHA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20081020 |
Method GET_DESCRIPTION on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DEST | Value transfer | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20081107 |
Method GET_DEST on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Analytischer Index | 20080902 |
Method GET_ID on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_INFOAREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INFOAREA | Value transfer | Type reference (TYPE) | RSD_INFOAREA | 20081023 |
Method GET_INFOAREA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_INFOPROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090211 |
Method GET_INFOPROV on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INPUT | Value transfer | Type reference (TYPE) | I | 20081117 |
Method GET_INPUT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_INSERT_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INSERT_ONLY | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090326 |
Method GET_INSERT_ONLY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_IPROVNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IPROVNM | Value transfer | Type reference (TYPE) | STRING | 20090112 |
Method GET_IPROVNM on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_IS_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_LOCAL | Value transfer | Type reference (TYPE) | RS_BOOL | Flag: WSP local | 20110518 |
Method GET_IS_LOCAL on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_KYF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_KYF | Value transfer | Type reference (TYPE) | T_T_KYF | 20080902 |
Method GET_KYF on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_PF_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PFSTATUS | Value transfer | Type reference (TYPE) | PFSTATUS | PF-Status | 20081117 |
Method GET_PF_STATUS on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_PF_STATUS_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PFSTATUS | Value transfer | Type reference (TYPE) | PFSTATUS | PF-Status | 20081201 |
Method GET_PF_STATUS_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_PS_AUTH_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | STRING | 20090304 |
Method GET_PS_AUTH_TABLE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_RELATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_OBJ_USED | Call by reference | Type reference (TYPE) | T_T_OBJ_ASC | Welche Objekte verwenden diesen Analytischen Index? | 20090806 | |||
| 2 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Nur Objekte dieses Typs werden benötigt | 20090806 |
Method GET_RELATED on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_RELATED_GENERIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DISPLAYED_IN | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Wird in folgenden Objekten angezeigt | 20110314 | |||
| 2 | E_T_OBJ_DEPENDENT | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Benötigte Objekte | 20110314 | |||
| 3 | E_T_OBJ_EXISTENTIAL | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Existentiell benötigte Objekte | 20110314 | |||
| 4 | E_T_OBJ_USED | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Verwendungsnachweis (wird in ... verwendet) | 20110314 | |||
| 5 | E_T_RECEIVE_DATA_FROM | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Erhält Daten von (benötigt im Szeanrio) folgenden Objekte | 20110314 | |||
| 6 | E_T_SEND_DATA_TO | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Sendet Daten an (benötigt im Szeanrio) folgende Objekte | 20110314 | |||
| 7 | I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | AINX name | 20110314 | |||
| 8 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | Nur Objekte dieses Typs werden benötigt | 20110314 |
Method GET_RELATED_GENERIC on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_STATUS_EXCLUDED_FCTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXCLUDED_FCTS | Value transfer | Type reference (TYPE) | T_T_FCTS | Excluded function codes | 20100813 |
Method GET_STATUS_EXCLUDED_FCTS on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_STATUS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20081118 |
Method GET_STATUS_TEXT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TEXT | Value transfer | Type reference (TYPE) | TREX_RFC-DESCRIPTION | Beschreibung | 20081023 |
Method GET_TEXT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_TITLE_BAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TITLE | Value transfer | Type reference (TYPE) | STRING | 20081117 |
Method GET_TITLE_BAR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_TITLE_BAR_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TITLEBAR | Value transfer | Type reference (TYPE) | STRING | 20081201 |
Method GET_TITLE_BAR_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_TREX_INDEX_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AUTH_INDEX | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Request id of auth index | 20100715 | ||
| 2 | I_CHARNM_INDEX | Call by reference | Type reference (TYPE) | CLIKE | Request id of dimension table for a characteristic | 20100715 | |||
| 3 | I_FACTS_INDEX | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Request id of facts index | 20100715 | ||
| 4 | I_LOGICAL_INDEX | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Request logical index id | 20100715 | ||
| 5 | R_TREX_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20100715 |
Method GET_TREX_INDEX_ID on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_TST_LAST_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TSTDATE | Call by reference | Type reference (TYPE) | RSTSTPDAT | Änderungsdatum | 20090420 | |||
| 2 | E_TSTPNAME | Call by reference | Type reference (TYPE) | RSTSTPNM | Letzter Änderer | 20090420 | |||
| 3 | E_TSTTIME | Call by reference | Type reference (TYPE) | RSTSTPTIM | Änderungszeit | 20090420 |
Method GET_TST_LAST_CHANGED on class CL_RSDDLTIP_MAINTAIN has no exception.
Method GET_WORKMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_WORKMODE | Value transfer | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Modus in einem Dynpro | 20081117 |
Method GET_WORKMODE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method IS_EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXIT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081216 |
Method IS_EXIT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method IS_INDEX_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Index-ID | 20080929 | |||
| 2 | I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination-Tabelle fuer Remote Function Call | 20090227 | |||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20081104 |
Method IS_NAME_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Index-ID | 20080929 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080908 |
Method IS_NAME_VALID on class CL_RSDDLTIP_MAINTAIN has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTED_WORKMODE | Call by reference | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Modus in einem Dynpro | 20081118 | |||
| 2 | R_LOCKED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081118 |
Method LOCK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method MODIFY_SCREEN_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUP1 | Call by reference | Type reference (TYPE) | CLIKE | 20081117 | ||||
| 2 | I_GROUP2 | Call by reference | Type reference (TYPE) | CLIKE | 20081117 | ||||
| 3 | I_GROUP3 | Call by reference | Type reference (TYPE) | CLIKE | 20081117 | ||||
| 4 | R_INPUT | Value transfer | Type reference (TYPE) | I | 20081117 |
Method MODIFY_SCREEN_GROUP on class CL_RSDDLTIP_MAINTAIN has no exception.
Method OTHER_OBJECT Signature
Method OTHER_OBJECT on class CL_RSDDLTIP_MAINTAIN has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20081217 |
Method PATTERN_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ATR | Call by reference | Type reference (TYPE) | RSDDLTIPDYNP_T_ATR | RSDDLTIPDYNP_ATR | 20090415 | |||
| 2 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20090415 |
Method PATTERN_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method PICK Signature
Method PICK on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method PICK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method PICK_CHA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHA | Call by reference | Type reference (TYPE) | T_T_CHA | Merkmalsstruktur für Dynpro | 20081201 | |||
| 2 | I_CURRENT_LINE | Call by reference | Type reference (TYPE) | I | 20090206 |
Method PICK_CHA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method POLESTART_AUTH Signature
Method POLESTART_AUTH on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method POLESTART_AUTH on class CL_RSDDLTIP_MAINTAIN has no exception.
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTVT | Call by reference | Type reference (TYPE) | ACTIV_AUTH | RSSB_C_AUTH_ACTVT-MAINTAIN | Aktivität | 20090616 | ||
| 2 | I_WITH_AUTHORITY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | = 'X': mit Berechtigung | 20090616 | ||
| 3 | I_WITH_ENQUEUE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | = 'X': mit Enqueue Sperre | 20090616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt darf nur angezeigt, nicht aber bearbeitet werden | 20090616 | ||
| 2 | Keine Berechtigung (nicht als Vaterklasse benutzen !!) | 20090616 |
Method PROCESS_CMD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OKCODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20081117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20081117 |
Method PROCESS_CMD_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OKCODE | Call by reference | Type reference (TYPE) | CLIKE | 20081201 |
Method PROCESS_CMD_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method PROCESS_CMD_CHA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHA | Call by reference | Type reference (TYPE) | T_T_CHA | Merkmalsstruktur für Dynpro | 20081201 | |||
| 2 | I_CURRENT_LINE | Call by reference | Type reference (TYPE) | I | 20090206 | ||||
| 3 | I_OKCODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20081201 |
Method PROCESS_CMD_CHA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method P_ADJUST_ATTR_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ATTR_NAME | Call by reference | Type reference (TYPE) | RSDDLTIP_ATTR_NAME | Attribut eine Analytischen Indexes | 20090415 |
Method P_ADJUST_ATTR_NAME on class CL_RSDDLTIP_MAINTAIN has no exception.
Method READ_DATA_FROM_STORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Value transfer | Type reference (TYPE) | CLIKE | 20081118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20081217 | ||
| 2 | Objekt nicht gefunden | 20081118 |
Method REBUILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONFIRMATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Confirmation popup if data exists | 20100813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20100813 |
Method REMOVE_TRANSIENT_OBJ_NAMES Signature
Method REMOVE_TRANSIENT_OBJ_NAMES on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method REMOVE_TRANSIENT_OBJ_NAMES on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SAVE_SOURCE Signature
Method SAVE_SOURCE on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method SAVE_SOURCE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_ATR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ATR | Call by reference | Type reference (TYPE) | T_T_ATR | RSDDLTIPDYNP_ATR | 20081201 |
Method SET_ATR on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_CHA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_CHA | Call by reference | Type reference (TYPE) | T_T_CHA | 20080911 |
Method SET_CHA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_INFOAREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOAREA | Value transfer | Type reference (TYPE) | RSD_INFOAREA | 20081023 |
Method SET_INFOAREA on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_INSERT_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSERT_ONLY | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090326 |
Method SET_INSERT_ONLY on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_KYF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_KYF | Call by reference | Type reference (TYPE) | T_T_KYF | 20080911 |
Method SET_KYF on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MAP | Call by reference | Type reference (TYPE) | RSANM_TH_MAP_TARGET_FIELD | 20081020 |
Method SET_MAP on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_SAVED Signature
Method SET_SAVED on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method SET_SAVED on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20081023 |
Method SET_TEXT on class CL_RSDDLTIP_MAINTAIN has no exception.
Method SET_WORKMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WORKMODE | Call by reference | Type reference (TYPE) | RSDDLTIP_DYNP_WORKMODE | Modus in einem Dynpro | 20081117 |
Method SET_WORKMODE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method TEMPLATE Signature
Method TEMPLATE on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method TEMPLATE on class CL_RSDDLTIP_MAINTAIN has no exception.
Method TREX_ADMIN Signature
Method TREX_ADMIN on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method TREX_ADMIN on class CL_RSDDLTIP_MAINTAIN has no exception.
Method UNLOCK Signature
Method UNLOCK on class CL_RSDDLTIP_MAINTAIN has no parameter.
Method UNLOCK on class CL_RSDDLTIP_MAINTAIN has no exception.
Method VALUE_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20090227 | |||
| 2 | I_EXCLUDE_CORRUPT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090821 | ||
| 3 | I_INPUT | Call by reference | Type reference (TYPE) | STRING | 20080902 | ||||
| 4 | R_T_LIST | Value transfer | Type reference (TYPE) | T_T_LIST | 20080902 |
Method VALUE_HELP on class CL_RSDDLTIP_MAINTAIN has no exception.
Method _2_OF_READ_DATA_FROM_STORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Value transfer | Type reference (TYPE) | CLIKE | 20100802 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20100802 | ||
| 2 | Objekt nicht gefunden | 20100802 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |