Hierarchy

⤷

⤷

Properties
Class | CL_RSDDLTIP_APD_TARGET | |
Short Description | AnalyticIndex as APD Target | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSDD_LTIP_APD | |
Program status | ||
Category | 0 | |
Package | RSDD_LTIP_APD | Services for the APD to access logical indexes |
Created | 20080923 | SAP |
Last change | 20140121 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDDLTIP_APD_TARGET has no interface implemented.
Friends
Class CL_RSDDLTIP_APD_TARGET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'AIND' | 20081210 | ||
2 | ![]() |
Constant | Private | See coding | 20090330 | ||||
3 | ![]() |
Constant | Private | See coding | 20090112 | ||||
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 100 | 20090202 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | I | 50000 | 20081215 | ||
6 | ![]() |
Constant | Public | See coding | 20081205 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | All data (to be deleted) | 20090804 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREXD_ATTR_NAME | Dimension (to be loaded/deleted) | 20081205 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Authorizations (to be loaded/deleted) | 20081222 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20081211 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Row counter | 20090203 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RFCDEST | Logical destination (specified when calling function) | 20081110 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREXD_INDEX_ACTION | Documentation for Indexing | 20090330 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20081212 | |
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Object locked (enqueued) | 20090806 | ||
16 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_LTIP_APPL_LOG | Application Log | 20090119 | ||
17 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | OBJECT | Backup instance (dynamic call) | 20101022 | ||
18 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_LOG | Display of Log | 20081216 | ||
19 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDDLTIP_MAINTAIN | Maintenance of LTIPs | 20081007 | ||
20 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSO_MSG | Container for Messages | 20101012 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20081223 | |||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_S_STAT | Statistics key | 20110725 | ||
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_RSDDLTIP_MAINTAIN=>T_T_CHA | 20081223 | |||
24 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_T_CHAVL | 20081118 | |||
25 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREXT_COLUMN_AGGREGATION | 20091209 | |||
26 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREXT_COMP_DESCR | Description of Components | 20081020 | ||
27 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_T_TASK | 20090127 | |||
28 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSBTC_BATCH_ID | Batch ID | 20081211 | ||
29 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20090127 | ||
30 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_WRITE_MODE | Write mode (full, append, delete) | 20081205 |
Methods
Events
Class CL_RSDDLTIP_APD_TARGET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PT_S_STAT | Private | See coding | Statistics key (structure) | 20110725 | BEGIN OF pt_s_stat,
statuid TYPE cl_rsl_ainx_stat=>gt_statuid,
objnm TYPE cl_rsl_ainx_stat=>gt_objnm,
comp_type TYPE cl_rsl_ainx_stat=>gt_comp_type,
comp_id TYPE cl_rsl_ainx_stat=>gt_comp_id,
part_id TYPE cl_rsl_ainx_stat=>gt_part_id,
changemode TYPE cl_rsl_ainx_stat=>gt_changemode,
END OF pt_s_stat
|
|
2 | PT_T_STAT | Private | See coding | Statistics key (table) | 20110725 | pt_t_stat TYPE STANDARD TABLE OF pt_s_stat WITH DEFAULT KEY
|
|
3 | T_S_CHAVL | Public | See coding | 20081223 | begin of t_s_chavl,
ATTR_NAME type trexd_attr_name,
comp_no type i,
t_towrite TYPE STANDARD TABLE OF t_s_field WITH DEFAULT KEY INITIAL SIZE 1000,
end of t_s_chavl
|
||
4 | T_S_FIELD | Public | See coding | 20090204 | begin of t_s_field,
field type rsstring,
end of t_s_field
|
||
5 | T_T_CHAVL | Public | See coding | 20081223 | t_t_chavl TYPE STANDARD TABLE OF t_s_chavl WITH NON-UNIQUE key ATTR_NAME INITIAL SIZE 50
|
||
6 | T_T_INDEX_ID | Private | See coding | Table of Index IDs | 20090804 | t_t_index_id TYPE STANDARD TABLE OF trexd_index_id WITH DEFAULT KEY
|
|
7 | T_T_TABLE | Private | See coding | 20081107 | t_t_table TYPE HASHED TABLE OF trexd_index_id WITH UNIQUE DEFAULT KEY
|
||
8 | T_T_TASK | Private | See coding | 20090127 | t_t_task TYPE STANDARD TABLE OF sysuuid_c WITH NON-UNIQUE KEY table_line
|
||
9 | T_WRITE_MODE | Public | Type reference (TYPE) | CHAR1 | Write mode (full, append, delete) | 20081205 |
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_APD_TARGET has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_APD_TARGET has no exception.
Method CLEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_ENQUEUE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Keine Sperren | 20090806 | |
2 | ![]() |
I_RECY_MODE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Recovery mode | 20101104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081216 |
Method CLEAR_INT Signature
Method CLEAR_INT on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in put | 20090804 |
Method CLOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20081020 | |
2 | ![]() |
I_ROLLBACK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20081020 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081110 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALL_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | All data (to be deleted) | 20090804 | |
2 | ![]() |
I_ATTR_NAME | Call by reference | Type reference (TYPE) | CLIKE | SPACE | Dimension (to be loaded/deleted) | 20081205 | |
3 | ![]() |
I_AUTH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Authorizations (to be loaded/deleted) | 20081205 | |
4 | ![]() |
I_COMP_ID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_COMP_ID | ID der Komponente (z.B. Dimensionsname) | 20110725 | ||
5 | ![]() |
I_COMP_TYPE | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_COMP_TYPE | Typ der Komponente (z.B. Fakten) | 20110725 | ||
6 | ![]() |
I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Analytical Index | 20081020 | ||
7 | ![]() |
I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090227 | ||
8 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_OBJNM | Objekt | 20110725 | ||
9 | ![]() |
I_PART_ID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_PART_ID | Teil des Vorgangs (z.B. Batch-Prozess) | 20110725 | ||
10 | ![]() |
I_STATUID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_STATUID | UUID in komprimierter Form | 20110719 | ||
11 | ![]() |
I_T_COL_AGGR | Call by reference | Type reference (TYPE) | TREXT_COLUMN_AGGREGATION | 20091209 | |||
12 | ![]() |
I_WRITE_MODE | Call by reference | Type reference (TYPE) | T_WRITE_MODE | CL_RSDDLTIP_APD_TARGET=>C_WRITE_MODE-FULL | Write mode (full, append, delete) | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20081216 |
Method DEQUEUE 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 | 20090806 | ||
2 | ![]() |
I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090806 |
Method DEQUEUE on class CL_RSDDLTIP_APD_TARGET has no exception.
Method ENQUEUE 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 | 20090806 | ||
2 | ![]() |
I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Message exception | 20090806 |
Method ERROR_HANDLING Signature
Method ERROR_HANDLING on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in put | 20081223 |
Method GET_AUTH_INDEX_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 | Index-ID | 20090107 |
Method GET_AUTH_INDEX_ID on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_CHA_INDEX_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTRNAME | Call by reference | Type reference (TYPE) | CLIKE | 20081215 | |||
2 | ![]() |
R_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20081113 |
Method GET_CHA_INDEX_ID on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_FACT_INDEX_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 | Index-ID | 20081113 |
Method GET_FACT_INDEX_ID on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_INDEX_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_INDEX | Value transfer | Type reference (TYPE) | T_T_INDEX_ID | Table of Index IDs | 20081113 |
Method GET_INDEX_LIST on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_LINES | Value transfer | Type reference (TYPE) | I | 20090209 |
Method GET_LINES on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_META_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20081110 | |||
2 | ![]() |
R_T_COMP | Value transfer | Type reference (TYPE) | ABAP_COMPDESCR_TAB | 20081110 |
Method GET_META_INFO on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_MSD_COMP_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTRNAME | Call by reference | Type reference (TYPE) | CLIKE | 20081215 | |||
2 | ![]() |
R_T_COMP_DESCR | Value transfer | Type reference (TYPE) | TREXT_COMP_DESCR | Beschreibung der Komponenten | 20081215 |
Method GET_MSD_COMP_DESCR on class CL_RSDDLTIP_APD_TARGET has no exception.
Method GET_TARGET_KEY_FOR_ARUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TARGET_OBJNM | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_OBJNM | Analyselauf - Name des Datenziels | 20090805 | ||
2 | ![]() |
E_TARGET_OBJ_DETAILS | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_OBJ_DETAILS | Objekt-Details zum Datenziel | 20090805 | ||
3 | ![]() |
E_TARGET_TLOGO | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_TLOGO | Analyselauf - Objekttyp des Datenziels | 20090805 | ||
4 | ![]() |
I_ANY_VIEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Alle Views | 20090806 | |
5 | ![]() |
I_ATTR_NAME | Call by reference | Type reference (TYPE) | CLIKE | SPACE | Dimension | 20090805 | |
6 | ![]() |
I_AUTH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Berechtigungen | 20090805 | |
7 | ![]() |
I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | Analytischer Index | 20090805 | ||
8 | ![]() |
I_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090805 |
Method GET_TARGET_KEY_FOR_ARUN on class CL_RSDDLTIP_APD_TARGET has no exception.
Method MOVE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20090204 |
Method MOVE_TABLE on class CL_RSDDLTIP_APD_TARGET has no exception.
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DIRECT_RFC | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110128 | |
2 | ![]() |
I_NO_ENQUEUE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Keine Sperren | 20090806 | |
3 | ![]() |
I_RECY_MODE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Recovery mode | 20101022 | |
4 | ![]() |
I_T_COMP_DESCR | Call by reference | Type reference (TYPE) | TREXT_COMP_DESCR | Beschreibung der Komponenten | 20081020 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Sperre sitzt fürs Füllen eines BIA-Index | 20081114 |
Method OPEN_ASYNC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_COMP_DESCR | Call by reference | Type reference (TYPE) | TREXT_COMP_DESCR | Beschreibung der Komponenten | 20090127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Sperre sitzt fürs Füllen eines BIA-Index | 20090127 |
Method PREPAREOPTIMIZE_INDEX Signature
Method PREPAREOPTIMIZE_INDEX on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081107 |
Method PUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081020 | |||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20101012 | ||
3 | ![]() |
I_TRANSACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20081020 | |||
4 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Data table (data will be kept) | 20130614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081020 |
Method PUT_ASYNC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090127 | |||
2 | ![]() |
I_TRANSACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20090127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20090127 |
Method ROLLBACK Signature
Method ROLLBACK on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in put | 20081114 |
Method WAIT Signature
Method WAIT on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20090205 |
Method WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110128 | |||
2 | ![]() |
I_DOC_ACTION | Call by reference | Type reference (TYPE) | TREXD_INDEX_ACTION | Dokumentaktion für Indizierung | 20090330 | ||
3 | ![]() |
I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20081107 | ||
4 | ![]() |
I_S_STAT | Call by reference | Type reference (TYPE) | PT_S_STAT | Statistics key | 20110725 | ||
5 | ![]() |
I_T_COL_AGGR | Call by reference | Type reference (TYPE) | TREXT_COLUMN_AGGREGATION | 20091209 | |||
6 | ![]() |
I_T_COMP_DESCR | Call by reference | Type reference (TYPE) | TREXT_COMP_DESCR | Beschreibung der Komponenten | 20081113 | ||
7 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081107 |
Method WRITE_ASYNC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DOC_ACTION | Call by reference | Type reference (TYPE) | TREXD_INDEX_ACTION | Dokumentaktion für Indizierung | 20090330 | ||
2 | ![]() |
I_T_COMP_DESCR | Call by reference | Type reference (TYPE) | TREXT_COMP_DESCR | Beschreibung der Komponenten | 20090127 | ||
3 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20090127 |
Method WRITE_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20090112 |
Method WRITE_MSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081007 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081007 |
Method WRITE_TRAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081008 | |||
2 | ![]() |
I_T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Data table (data will be kept) | 20130614 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20081008 |
Method _ADD_SY_MSG Signature
Method _ADD_SY_MSG on class CL_RSDDLTIP_APD_TARGET has no parameter.
Method _ADD_SY_MSG on class CL_RSDDLTIP_APD_TARGET has no exception.
Method _CHECK_SPARSE Signature
Method _CHECK_SPARSE on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20100126 |
Method _END_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_ROWS | Call by reference | Type reference (TYPE) | I | 20110725 | |||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_EVENT | Event ID | 20110725 | ||
3 | ![]() |
I_S_STAT | Call by reference | Type reference (TYPE) | PT_S_STAT | Statistics key | 20110725 |
Method _END_EVENT on class CL_RSDDLTIP_APD_TARGET has no exception.
Method _GET_CHA_STAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTRNAME | Call by reference | Type reference (TYPE) | CLIKE | 20110725 | |||
2 | ![]() |
R_S_STAT | Value transfer | Type reference (TYPE) | PT_S_STAT | Statistics key (structure) | 20110725 |
Method _GET_CHA_STAT on class CL_RSDDLTIP_APD_TARGET has no exception.
Method _GET_STAT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_STAT | Value transfer | Type reference (TYPE) | PT_T_STAT | Statistics key (table) | 20110725 |
Method _GET_STAT_LIST on class CL_RSDDLTIP_APD_TARGET has no exception.
Method _MERGE_DELTA Signature
Method _MERGE_DELTA on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20100126 |
Method _SET_DELTA_PROPERTIES Signature
Method _SET_DELTA_PROPERTIES on class CL_RSDDLTIP_APD_TARGET has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20100126 |
Method _SET_INDEX_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20100129 | ||
2 | ![]() |
I_PROPERTY | Call by reference | Type reference (TYPE) | TREX_RFC-NUMC | Property | 20100129 | ||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | TREX_RFC-VALUE | Value | 20100129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20100129 |
Method _START_STAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMP_ID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_COMP_ID | ID der Komponente (z.B. Dimensionsname) | 20110725 | ||
2 | ![]() |
I_COMP_TYPE | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_COMP_TYPE | Typ der Komponente (z.B. Fakten) | 20110725 | ||
3 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_OBJNM | Objekt | 20110725 | ||
4 | ![]() |
I_PART_ID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_PART_ID | Teil des Vorgangs (z.B. Batch-Prozess) | 20110725 | ||
5 | ![]() |
I_STATUID | Call by reference | Type reference (TYPE) | CL_RSL_AINX_STAT=>GT_STATUID | Statistik UUID | 20110725 |
Method _START_STAT on class CL_RSDDLTIP_APD_TARGET has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |