Hierarchy
⤷
⤷
Properties
| Class | CL_RSTT_TCT_OBJECTS | |
| Short Description | Processing and Maintenance of Technical Content Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_RSTT_REPORTING | Evaluation of Automatic Texts by Trace Tool |
| Created | 20050902 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 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_RSTT_TCT_OBJECTS has no interface implemented.
Friends
Class CL_RSTT_TCT_OBJECTS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TBTCJOB-JOBNAME | 'RSTT_TCT_MODIFY' | Job Name | 20060609 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSTT_COMPNM | 'CHANGED' | Component Name of Change | 20060317 | ||
| 3 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'OBJKEYS' | Code for Object Key Table | 20060609 | ||
| 4 | Constant | Public | See coding | Message Classes for Upload | 20060609 | ||||
| 5 | Constant | Public | Type reference (TYPE) | RSTT_COMPNM | 'OBJVERS' | Component Name of Object Version | 20060317 | ||
| 6 | Constant | Public | See coding | Correction Phases | 20070125 | ||||
| 7 | Constant | Public | Type reference (TYPE) | RSTT_COMPNM | 'BWTCTVALID' | Name of Validity Component | 20060316 | ||
| 8 | Constant | Public | Type reference (TYPE) | RSTT_COMPNM | 'BWTCTVALIDT' | Name of Validity Component (Text) | 20060317 | ||
| 9 | Constant | Public | Type reference (TYPE) | RSTT_VARTYPE | 'TCTLOAD' | Variant Type for Activation | 20060609 | ||
| 10 | Static Attribute | Public | Type reference (TYPE) | RSTT_T_REP_V | Current Report List | 20060907 | |||
| 11 | Constant | Protected | See coding | 20121019 | |||||
| 12 | Constant | Protected | See coding | 20121019 | |||||
| 13 | Static Attribute | Protected | Type reference (TYPE) | RSTT_INT4 | Block Size | 20060622 | |||
| 14 | Static Attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Is block size loaded? | 20060622 | |||
| 15 | Constant | Protected | Type reference (TYPE) | RSTT_COMPNM | 'BLOCKSIZE' | Code Name for Block Size | 20060622 | ||
| 16 | Constant | Protected | Type reference (TYPE) | RSTT_CHAR10 | 'SP' | Patch Prefix | 20060911 | ||
| 17 | Static Attribute | Protected | Type reference (TYPE) | OT_TH_SELPARAM | Buffer for Current Selections | 20070223 | |||
| 18 | Static Attribute | Protected | Type reference (TYPE) | OT_T_ANAPARAM | Parameter Buffer | 20060627 | |||
| 19 | Static Attribute | Public | Type reference (TYPE) | RSDDS_T_RANGE_CHABASNM | 20060316 | ||||
| 20 | Static Attribute | Protected | Type reference (TYPE) | RSTT_T_SP_RANGE | Table for Support Package Cycles | 20070127 | |||
| 21 | Static Attribute | Protected | Type reference (TYPE) | RSTT_T_SP_RANGE | Table for Support Package Cycles (Java) | 20070314 |
Methods
Events
Class CL_RSTT_TCT_OBJECTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OT_S_ANAPARAM | Protected | See coding | 20060627 | BEGIN OF ot_s_anaparam,
tarea TYPE rstt_tarea,
objkey TYPE rstt_compnm,
date TYPE rsdate,
END OF ot_s_anaparam
|
||
| 2 | OT_S_PVAR | Protected | See coding | 20121019 | BEGIN OF ot_s_pvar,
tarea TYPE rstt_tarea,
pvar TYPE rstt_variantid,
readmode TYPE char1,
cachemode TYPE char1,
aggrmode TYPE char1,
hiermode TYPE char1,
END OF ot_s_pvar
|
||
| 3 | OT_S_SELPARAM | Protected | See coding | 20070223 | BEGIN OF ot_s_selparam,
tarea TYPE rstt_tarea,
chanm TYPE rsiobjnm,
infoprov TYPE rsinfoprov,
value TYPE REF TO data,
END OF ot_s_selparam
|
||
| 4 | OT_S_TEXT | Protected | See coding | 20121019 | begin of ot_s_text,
key type string,
langu type sylangu,
txtsh type string,
txtlg type string,
end of ot_s_text
|
||
| 5 | OT_TH_SELPARAM | Protected | See coding | 20070223 | ot_th_selparam TYPE HASHED TABLE OF ot_s_selparam
WITH UNIQUE KEY tarea chanm infoprov
|
||
| 6 | OT_T_ANAPARAM | Protected | See coding | 20060627 | ot_t_anaparam TYPE STANDARD TABLE OF ot_s_anaparam WITH DEFAULT KEY
|
||
| 7 | OT_T_PVAR | Protected | See coding | 20121019 | ot_t_pvar type STANDARD TABLE OF ot_s_pvar with DEFAULT KEY
|
||
| 8 | OT_T_TEXT | Protected | See coding | 20121019 | ot_t_text type STANDARD TABLE OF ot_s_text with DEFAULT KEY
|
Method Signatures
Method ADD_FILTER_REPORT_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_URL | Call by reference | Type reference (TYPE) | RSTT_STRING | URL | 20060305 | |||
| 2 | I_FILTERVAR | Call by reference | Type reference (TYPE) | RSTT_FILTERVAR | Filtervariante | 20060305 | |||
| 3 | I_PORTAL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Report im Portal ausführen? | 20060305 | |||
| 4 | I_TEMPLATE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Report Webtemplate? | 20060305 |
Method ADD_FILTER_REPORT_URL on class CL_RSTT_TCT_OBJECTS has no exception.
Method EXECUTE_ACTIVATION_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_JOBNO | Call by reference | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20060609 | |||
| 2 | E_RELEASED | Call by reference | Type reference (TYPE) | RSTT_FLAG | Freigegeben? | 20060609 | |||
| 3 | E_S_JOBLIST | Call by reference | Type reference (TYPE) | TBTCJOB_BK | Kopfdaten des Jobs | 20060609 | |||
| 4 | I_VARGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID des Aktivierungslaufs | 20060609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060609 | |||
| 2 | 20060609 | |||
| 3 | 20060609 |
Method EXECUTE_ACTIVATION_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060609 | |||
| 2 | I_VARGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Aktivierungsvariante | 20060609 |
Method EXECUTE_ACTIVATION_RUN on class CL_RSTT_TCT_OBJECTS has no exception.
Method EXECUTE_CHANGERUN Signature
Method EXECUTE_CHANGERUN on class CL_RSTT_TCT_OBJECTS has no parameter.
Method EXECUTE_CHANGERUN on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_AM_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20050905 |
Method FILL_0RSTT_AM_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_CM_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20050905 |
Method FILL_0RSTT_CM_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_CPTY_TXT Signature
Method FILL_0RSTT_CPTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_CPTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_DOTY_TXT Signature
Method FILL_0RSTT_DOTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_DOTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_ERRTY_TXT Signature
Method FILL_0RSTT_ERRTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_ERRTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_MSGKD_TXT Signature
Method FILL_0RSTT_MSGKD_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_MSGKD_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_MSGNO_TXT Signature
Method FILL_0RSTT_MSGNO_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_MSGNO_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_MSGTY_TXT Signature
Method FILL_0RSTT_MSGTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_MSGTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_POTY_TXT Signature
Method FILL_0RSTT_POTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_POTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_PVAR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20050905 |
Method FILL_0RSTT_PVAR_ATTR on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_RM_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20050905 |
Method FILL_0RSTT_RM_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_TAREA_TXT Signature
Method FILL_0RSTT_TAREA_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_TAREA_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_TOTY_TXT Signature
Method FILL_0RSTT_TOTY_TXT on class CL_RSTT_TCT_OBJECTS has no parameter.
Method FILL_0RSTT_TOTY_TXT on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_0RSTT_TXT_FROM_DOMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060612 | |||
| 2 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060609 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060315 |
Method FILL_0RSTT_TXT_FROM_DOMA on class CL_RSTT_TCT_OBJECTS has no exception.
Method FILL_BW_OBJECT_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Inhalt | 20050902 | |||
| 2 | I_TABNM | Call by reference | Type reference (TYPE) | RSTT_DBNM | Name von Datenbank-Tabelle | 20050902 | |||
| 3 | I_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20050902 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050902 |
Method GET_CURRENT_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CALDAY | Call by reference | Type reference (TYPE) | RSCALDAY | Kalendertag | 20060627 | |||
| 2 | E_CALMONTH | Call by reference | Type reference (TYPE) | RSCALMONTH | Kalenderjahr / Monat | 20060627 | |||
| 3 | E_CALWEEK | Call by reference | Type reference (TYPE) | RSCALWEEK | Kalenderjahr / Woche | 20060627 | |||
| 4 | E_CALYEAR | Call by reference | Type reference (TYPE) | RSCALYEAR | Kalenderjahr | 20060627 | |||
| 5 | I_DAY | Call by reference | Type reference (TYPE) | RSTT_FLAG | RS_C_TRUE | Tag? | 20060627 | ||
| 6 | I_MONTH | Call by reference | Type reference (TYPE) | RSTT_FLAG | Monat? | 20060627 | |||
| 7 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060627 | |||
| 8 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060627 | |||
| 9 | I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Rangeparameter | 20070125 | |||
| 10 | I_WEEK | Call by reference | Type reference (TYPE) | RSTT_FLAG | Woche? | 20060627 | |||
| 11 | I_YEAR | Call by reference | Type reference (TYPE) | RSTT_FLAG | Jahr? | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060627 | |||
| 2 | 20060627 |
Method GET_DATE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CALDAY | Call by reference | Type reference (TYPE) | RSDATE | Datum | 20060911 | |||
| 2 | E_CALMONTH | Call by reference | Type reference (TYPE) | RSCALMONTH | Monat | 20060911 | |||
| 3 | E_CALWEEK | Call by reference | Type reference (TYPE) | RSCALWEEK | Woche | 20060911 | |||
| 4 | E_CALYEAR | Call by reference | Type reference (TYPE) | RSCALYEAR | Jahr | 20060911 | |||
| 5 | I_DATE | Call by reference | Type reference (TYPE) | RSDATE | Datum | 20070126 | |||
| 6 | I_TIME | Call by reference | Type reference (TYPE) | RSRMODTIME | Zeitstempel | 20060911 |
Method GET_DATE_VALUES on class CL_RSTT_TCT_OBJECTS has no exception.
Method GET_OBJKEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TCTTYPE | Call by reference | Type reference (TYPE) | RSTT_TCTTYPE | Typ des Content-Objekts | 20060609 | |||
| 2 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte auch lesen? | 20060609 | |||
| 3 | R_T_OBJKEY | Value transfer | Type reference (TYPE) | RSTT_T_OBJKEY | Tabelle für Objektschlüssel | 20060609 |
Method GET_OBJKEYS on class CL_RSTT_TCT_OBJECTS has no exception.
Method GET_REPORT_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_APPENDIX | Call by reference | Type reference (TYPE) | RSTT_T_URL_APPENDIX | Parameterliste | 20050907 | |||
| 2 | E_URL | Call by reference | Type reference (TYPE) | RSTT_STRING | URL | 20050907 | |||
| 3 | I_BOOKMARK | Call by reference | Type reference (TYPE) | RSZWBOOKMARK-BOOKMARKID | Bookmark | 20080908 | |||
| 4 | I_EREPORT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Enterprise Report? | 20070927 | |||
| 5 | I_NORELATIVE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Relative URL? | 20050907 | |||
| 6 | I_PORTAL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Report im Portal ausführen? | 20050907 | |||
| 7 | I_PROVNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | InfoProvider-Name | 20050907 | |||
| 8 | I_REPORTNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Reportname | 20050907 | |||
| 9 | I_START_BROADCASTER | Call by reference | Type reference (TYPE) | RSTT_FLAG | Broadcaster zu Bericht starten | 20070927 | |||
| 10 | I_TEMPLATE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Webtemplate? | 20050907 |
Method GET_REPORT_URL on class CL_RSTT_TCT_OBJECTS has no exception.
Method GET_REPORT_URL_APPENDIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_APPENDIX | Call by reference | Type reference (TYPE) | RSTT_T_URL_APPENDIX | Tabelle für URL-Appendix | 20050907 | |||
| 2 | E_URL_APPENDIX | Value transfer | Type reference (TYPE) | RSTT_STRING | URL | 20050907 | |||
| 3 | I_PORTAL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Report im Portal ausführen? | 20050907 | |||
| 4 | I_TEMPLATE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Report Webtemplate? | 20050907 |
Method GET_REPORT_URL_APPENDIX on class CL_RSTT_TCT_OBJECTS has no exception.
Method GET_REPORT_URL_LGUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_JOBLOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Struktur für Job-Log-Header | 20060320 | |||
| 2 | R_URL | Value transfer | Type reference (TYPE) | RSTT_STRING | URL | 20060320 |
Method GET_REPORT_URL_LGUID on class CL_RSTT_TCT_OBJECTS has no exception.
Method GET_SP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SPPHASE | Call by reference | Type reference (TYPE) | RSTT_SPPHASE | Support-Package-Phase | 20070125 | |||
| 2 | E_SYSPATCH | Value transfer | Type reference (TYPE) | RSTT_SYSPATCH | Patch-Level von System | 20070125 | |||
| 3 | I_DATE | Call by reference | Type reference (TYPE) | RSDATE | Datum | 20060628 | |||
| 4 | I_JAVA | Call by reference | Type reference (TYPE) | RSTT_FLAG | Java - SupportPackage Info | 20070314 | |||
| 5 | I_TIME | Call by reference | Type reference (TYPE) | RS_SELTIME | Zeitpunkt für Phasenermittlung | 20070125 |
Method GET_SP on class CL_RSTT_TCT_OBJECTS has no exception.
Method INITIALIZE_O10 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_DATA | Call by reference | Type reference (TYPE) | RSTT_T_O10_TCT | Tabelle mit Bezug zwischen aktivem Fehler und Job | 20060915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060915 | |||
| 2 | 20060915 |
Method INVALIDATE_TCT_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS_ATTR | Value transfer | Type reference (TYPE) | RSTT_INT4 | Anzahl modifizierter Einträge (Attribute) | 20060317 | |||
| 2 | E_RECORDS_TEXT | Value transfer | Type reference (TYPE) | RSTT_INT4 | Anzahl modifizierter Einträge (Text) | 20060317 | |||
| 3 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060317 |
Method INVALIDATE_TCT_SOURCE on class CL_RSTT_TCT_OBJECTS has no exception.
Method LOAD_REPORTTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_REP | Call by reference | Type reference (TYPE) | RSTT_T_REP_V | Tabelle zum View RSTT_REP_V | 20060302 | |||
| 2 | I_PARENTID | Call by reference | Type reference (TYPE) | RSTT_INT4 | ID des Vaterknotens | 20060326 |
Method LOAD_REPORTTAB on class CL_RSTT_TCT_OBJECTS has no exception.
Method MARK_OBJKEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_T_OBJKEY | Tabelle für Objektschlüssel | 20060612 | |||
| 2 | I_ATTR | Call by reference | Type reference (TYPE) | RSTT_FLAG | Attribute markieren? | 20060612 | |||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte markieren? | 20060612 | |||
| 4 | I_TRANS | Call by reference | Type reference (TYPE) | RSTT_FLAG | Bewegungsdaten markieren? | 20060612 |
Method MARK_OBJKEYS on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_ACTIVATION_VAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VARGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | neue GUID der Variante | 20060609 | |||
| 2 | I_T_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_T_OBJKEY | Tabelle für Objektschlüssel | 20060609 | |||
| 3 | I_VARGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Variante | 20060609 | |||
| 4 | I_VARNM | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Name der Variante | 20060609 | |||
| 5 | I_VARTXT | Call by reference | Type reference (TYPE) | RSTT_LGTXT | Text der Variante | 20060609 |
Method MODIFY_ACTIVATION_VAR on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_ATTR_EID Signature
Method MODIFY_ATTR_EID on class CL_RSTT_TCT_OBJECTS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051220 | |||
| 2 | 20051220 |
Method MODIFY_ATTR_TID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | RS_C_TRUE | Nur CATT-Trace lesen? | 20051115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051115 | |||
| 2 | 20051115 |
Method MODIFY_BLOCK_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SIZE | Call by reference | Type reference (TYPE) | RSTT_INT4 | Blockgröße | 20060622 |
Method MODIFY_BLOCK_SIZE on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_DATA_O02 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 verbuchter Sätze | 20051114 | |||
| 2 | I_UPDATE_ATTR | Call by reference | Type reference (TYPE) | RSTT_FLAG | Attribute aktualisieren | 20051114 | |||
| 3 | I_UPDATE_TXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte aktualisieren | 20051114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051114 | |||
| 2 | 20051114 |
Method MODIFY_DATA_O04 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 verbuchter Sätze | 20051230 | |||
| 2 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20051230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051230 | |||
| 2 | 20051230 |
Method MODIFY_DATA_O07 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 Datensätze | 20060531 |
Method MODIFY_DATA_O07 on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_SP_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JAVA | Call by reference | Type reference (TYPE) | RSTT_FLAG | Java - SupportPackage Info | 20070314 | |||
| 2 | I_T_SP | Call by reference | Type reference (TYPE) | RSTT_T_SP_RANGE | Tabelle für Support-Package-Zyklen | 20060628 |
Method MODIFY_SP_RANGE on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_TCTOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060612 | |||
| 2 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl Datensätze | 20051230 | |||
| 3 | I_ATTR | Call by reference | Type reference (TYPE) | RSTT_FLAG | Attribute aktualisieren? | 20051230 | |||
| 4 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | RS_C_TRUE | Nur CATT-Trace lesen? | 20060316 | ||
| 5 | I_DERIVATE | Call by reference | Type reference (TYPE) | ANY | Alternatives Datenziel (Derivat von Objektschlüssel) | 20070129 | |||
| 6 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20051230 | |||
| 7 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20051230 | |||
| 8 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte aktualisieren? | 20051230 | |||
| 9 | I_T_DATA_I | Call by reference | Type reference (TYPE) | ANY TABLE | Daten in interner Struktur | 20060523 | |||
| 10 | I_T_DATA_TI | Call by reference | Type reference (TYPE) | ANY TABLE | Texte in interner Struktur | 20070126 |
Method MODIFY_TCTOBJ on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_TEXT_DOCS 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 Zeilen | 20060609 | |||
| 2 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060609 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060609 | |||
| 4 | I_T_TEXT | Call by reference | Type reference (TYPE) | ANY TABLE | Text-Tabelle (optional) | 20060609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060609 |
Method MODIFY_TEXT_DOCUMENT 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 Datensätze | 20060609 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Merkmalsname | 20060609 | |||
| 3 | I_CHAVALUE | Call by reference | Type reference (TYPE) | ANY | Merkmalswert | 20060609 | |||
| 4 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | ANY | Beschreibung | 20060609 | |||
| 5 | I_DOC_TEXT | Call by reference | Type reference (TYPE) | ANY | Dokumenttext | 20060609 | |||
| 6 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060609 |
Method MODIFY_TEXT_DOCUMENT on class CL_RSTT_TCT_OBJECTS has no exception.
Method MODIFY_TEXT_EID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20051220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051220 | |||
| 2 | 20051220 |
Method MODIFY_TEXT_TID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | RS_C_TRUE | Nur CATT-Trace lesen? | 20051115 | ||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20051115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051115 | |||
| 2 | 20051115 |
Method READ_ACTIVATION_VAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Variante | 20060609 | |||
| 2 | R_T_OBJKEY | Value transfer | Type reference (TYPE) | RSTT_T_OBJKEY | Tabelle für Objektschlüssel | 20060609 |
Method READ_ACTIVATION_VAR on class CL_RSTT_TCT_OBJECTS has no exception.
Method READ_BLOCK_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SIZE | Value transfer | Type reference (TYPE) | RSTT_INT4 | Blockgröße | 20060622 |
Method READ_BLOCK_SIZE on class CL_RSTT_TCT_OBJECTS has no exception.
Method READ_SP_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JAVA | Call by reference | Type reference (TYPE) | RSTT_FLAG | Java - SupportPackage Info | 20070314 | |||
| 2 | R_T_SP | Value transfer | Type reference (TYPE) | RSTT_T_SP_RANGE | Tabelle für Support-Package-Zyklen | 20060628 |
Method READ_SP_RANGE on class CL_RSTT_TCT_OBJECTS has no exception.
Method SELECT_CURRENT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | aktueller Wert | 20070223 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSIOBJNM | Merkmal | 20070223 | |||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070223 | |||
| 4 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20070223 | |||
| 5 | I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Rangeparameter | 20070223 |
Method SELECT_CURRENT_VALUE on class CL_RSTT_TCT_OBJECTS has no exception.
Method UPDATE_PLAYVAR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20121019 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RSTT_T_MSG | Tabelle einfacher Meldungsparameter | 20121019 | |||
| 3 | I_IGNORE_CONTENT | Call by reference | Type reference (TYPE) | CHAR1 | Contentaktivierung ignorieren | 20121019 | |||
| 4 | I_INTERNAL_CHECK | Call by reference | Type reference (TYPE) | CHAR1 | Interne Prüfung zur Durchführung berücksichtigen | 20121019 | |||
| 5 | I_SUB_TEXT | Call by reference | Type reference (TYPE) | CHAR1 | Texte von Unterobjekten ebenfalls aktualisieren | 20121019 |
Method UPDATE_PLAYVAR_ATTR on class CL_RSTT_TCT_OBJECTS has no exception.
Method UPDATE_TCT_INFOOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nur CATT-Trace lesen? | 20060317 |
Method UPDATE_TCT_INFOOBJ on class CL_RSTT_TCT_OBJECTS has no exception.
Method VALIDATE_TCT_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS_ATTR | Value transfer | Type reference (TYPE) | RSTT_INT4 | Anzahl modifizierter Einträge (Attribute) | 20060317 | |||
| 2 | E_RECORDS_TEXT | Value transfer | Type reference (TYPE) | RSTT_INT4 | Anzahl modifizierter Einträge (Text) | 20060317 | |||
| 3 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060317 |
Method VALIDATE_TCT_SOURCE on class CL_RSTT_TCT_OBJECTS has no exception.
Method _CHECK_OBJKEY_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_S_OBJKEY | Struktur für Objektschlüssel | 20060609 | |||
| 2 | R_UPDATE | Value transfer | Type reference (TYPE) | RSTT_FLAG | Aktualisieren | 20060609 |
Method _CHECK_OBJKEY_EXECUTION on class CL_RSTT_TCT_OBJECTS has no exception.
Method _CHECK_REPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_REP | Call by reference | Type reference (TYPE) | RSTT_T_REP_V | Tabelle zum View RSTT_REP_V | 20060302 |
Method _CHECK_REPORTS on class CL_RSTT_TCT_OBJECTS has no exception.
Method _EXTRACT_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Gesamttabelle | 20060622 | |||
| 2 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Blocktabelle | 20060622 |
Method _EXTRACT_BLOCK on class CL_RSTT_TCT_OBJECTS has no exception.
Method _FILL_CHAR_TXT 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 | Inhalte der Texttabelle | 20060609 | |||
| 2 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060609 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060609 | |||
| 2 | 20060609 |
Method _GET_CHANM_FROM_OBJKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060609 | |||
| 2 | R_CHANM | Value transfer | Type reference (TYPE) | RSCHANM | Merkmal | 20060609 |
Method _GET_CHANM_FROM_OBJKEY on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_COMPNM_DOC_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COMPNM_DESCR | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Komponentenname - Beschreibung | 20060604 | |||
| 2 | E_COMPNM_KEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Komponentenname - Schlüssel | 20060604 | |||
| 3 | E_COMPNM_LGTEXT | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Komponentenname - Langtext | 20060604 | |||
| 4 | E_COMPNM_TAREA | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Komponentenname - Anwendungsbereich | 20060604 | |||
| 5 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060604 |
Method _GET_COMPNM_DOC_MODIFY on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ATTR | Call by reference | Type reference (TYPE) | ANY TABLE | Attribute | 20060316 | |||
| 2 | E_T_TEXT | Call by reference | Type reference (TYPE) | ANY TABLE | Texte | 20060316 | |||
| 3 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nur CATT-Trace? | 20060316 | |||
| 4 | I_DBNM_ATTR | Call by reference | Type reference (TYPE) | RSTT_DBNM | Attribut-Tabelle | 20060316 | |||
| 5 | I_DBNM_TEXT | Call by reference | Type reference (TYPE) | RSTT_DBNM | Text-Tabelle | 20060316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060317 |
Method _GET_DATA_RQID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | RSTT_T_TREQ | Tabelle von Testanforderungen | 20060627 | |||
| 2 | E_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_V_TREQ | Tabelle von Testanforderungen (für Texte) | 20060627 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060627 | |||
| 4 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte besorgen | 20060627 |
Method _GET_DATA_RQID on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_DATA_TREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | RSTT_T_C05_TCT | Tabelle für Daten des Cubes 0RSTT_C05 | 20060627 | |||
| 2 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060627 |
Method _GET_DATA_TREQ on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_FIELD_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_COMP | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | Komponentenmapping | 20051230 | |||
| 2 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060316 | |||
| 3 | I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Reporting-Objekt | 20051230 | |||
| 4 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte mappen? | 20060316 |
Method _GET_FIELD_MAPPING on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_FUNC_TEXT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_FUNCID | Texte zu Funktionen | 20060613 |
Method _GET_FUNC_TEXT_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_INFOOBJ_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ATTR | Call by reference | Type reference (TYPE) | RSTT_T_IONM_A_TCT | Tabelle für InfoObjekt-Eigenschaften | 20060531 | |||
| 2 | E_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_IONM_T_TCT | Tabelle für InfoObjekt-Texte | 20060531 |
Method _GET_INFOOBJ_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_INFOPROV_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INFOPROV_A | Call by reference | Type reference (TYPE) | RSTT_T_IPNM_A_TCT | Tabelle für InfoProvider-Attribute | 20060528 | |||
| 2 | E_T_INFOPROV_T | Call by reference | Type reference (TYPE) | RSTT_T_IPNM_T_TCT | Tabelle für InfoProvider-Texte | 20060528 |
Method _GET_INFOPROV_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_INFOPROV_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INFOPROV_PART | Call by reference | Type reference (TYPE) | RSTT_T_O08_TCT | Interne Tabelle für DataStoreObject 0RSTT_O08 | 20060607 |
Method _GET_INFOPROV_PART on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_INFOPROV_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VIEWNM | Call by reference | Type reference (TYPE) | RSD_S_CUBE-VIEWTIOBJNM2 | Viewname | 20070131 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070131 | |||
| 3 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20070131 |
Method _GET_INFOPROV_VIEW on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_O02_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20060609 |
Method _GET_O02_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_O05_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20060103 |
Method _GET_O05_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_O06_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20060103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060103 |
Method _GET_O09_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | RSTT_T_TRACE_JOB | Bezug zwischen Trace, Paket und Job | 20060908 | |||
| 2 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nur CATT-Objekte | 20060908 |
Method _GET_O09_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_O10_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | RSTT_T_O10_TCT | Bezug zwischen Job und aktivem Fehler | 20060915 |
Method _GET_O10_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_OBJ_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20051230 | ||||
| 2 | E_T_TEXT | Call by reference | Type reference (TYPE) | ANY TABLE | 20051230 | ||||
| 3 | I_ATTR | Call by reference | Type reference (TYPE) | RSTT_FLAG | Attribute aktualisieren? | 20051230 | |||
| 4 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nur CATT-Trace lesen? | 20060316 | |||
| 5 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20051230 | |||
| 6 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Testbereich-ID | 20051230 | |||
| 7 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte aktualisieren? | 20051230 |
Method _GET_OBJ_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_PMODE_COMBINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_PVAR | Call by reference | Type reference (TYPE) | OT_T_PVAR | 20121019 | ||||
| 2 | C_T_VALUES | Call by reference | Type reference (TYPE) | RSTT_T_PLAYVAR | Trace-Tool: Tabelle für Abspielvarianten-Aufschlüsselung | 20121019 | |||
| 3 | I_INDEX | Call by reference | Type reference (TYPE) | I | 20121019 | ||||
| 4 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20121019 | |||
| 5 | I_TX_PM | Call by reference | Type reference (TYPE) | RSTT_TX_PLAYMODES | Trace-Tool: Tabelle für Abspielmodi (inkl. Werte) | 20121019 |
Method _GET_PMODE_COMBINATIONS on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_QUERY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_QUERY_A | Call by reference | Type reference (TYPE) | RSR_T_REPDIR | Tabelle für Query-Attribute | 20060528 | |||
| 2 | E_T_QUERY_T | Call by reference | Type reference (TYPE) | RSTT_T_QYNM_T_TCT | Tabelle für Query-Texte | 20060528 | |||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte auch lesen? | 20060528 |
Method _GET_QUERY_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_RELEVANT_MESSAGES 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 | Inhalte der Texttabelle | 20060609 |
Method _GET_RELEVANT_MESSAGES on class CL_RSTT_TCT_OBJECTS has no exception.
Method _GET_TOPIC_TEXT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_FUNCID | Texte zu Funktionen | 20060613 |
Method _GET_TOPIC_TEXT_DATA on class CL_RSTT_TCT_OBJECTS has no exception.
Method _LOAD_REPORTTAB_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_REP | Call by reference | Type reference (TYPE) | RSTT_T_REP_V | Tabelle zum View RSTT_REP_V | 20060302 | |||
| 2 | I_PARENTID | Call by reference | Type reference (TYPE) | RSTT_INT4 | ID des Vaterknotens | 20060326 |
Method _LOAD_REPORTTAB_SYSTEM on class CL_RSTT_TCT_OBJECTS has no exception.
Method _MAP_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_TARGET | Call by reference | Type reference (TYPE) | ANY | Zielstruktur | 20060915 | |||
| 2 | I_COMPONENT | Call by reference | Type reference (TYPE) | ANY | Komponente | 20060915 | |||
| 3 | I_SOURCE_VALUE | Call by reference | Type reference (TYPE) | ANY | Quellwert | 20060915 |
Method _MAP_VALUE on class CL_RSTT_TCT_OBJECTS has no exception.
Method _MODIFY_INFOOBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060612 | |||
| 2 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl Datensätze | 20060316 | |||
| 3 | I_CATT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nur CATT-Trace lesen? | 20060316 | |||
| 4 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060316 | |||
| 5 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060316 | |||
| 6 | I_TEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Texte aktualisieren? | 20060528 | |||
| 7 | I_T_DATA_I | Call by reference | Type reference (TYPE) | ANY TABLE | Daten in interner Struktur | 20060523 | |||
| 8 | I_T_DATA_TI | Call by reference | Type reference (TYPE) | ANY TABLE | Texte in interner Struktur | 20070126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060316 |
Method _MODIFY_INFOPROV 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 Datensätze | 20060316 | |||
| 2 | I_DERIVATE | Call by reference | Type reference (TYPE) | ANY | Alternatives Datenziel (Derivat von Objektschlüssel) | 20070129 | |||
| 3 | I_OBJKEY | Call by reference | Type reference (TYPE) | RSTT_COMPNM | Objekt-Schlüssel | 20060316 | |||
| 4 | I_OBJNM | Call by reference | Type reference (TYPE) | ANY | Objektname | 20060523 | |||
| 5 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060316 | |||
| 6 | I_T_DATA_I | Call by reference | Type reference (TYPE) | ANY TABLE | Daten in interner Struktur | 20060523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060523 |
Method _SELECT_CURRENT_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | aktueller Wert | 20070223 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSIOBJNM | Zeitmerkmal | 20070223 | |||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070223 | |||
| 4 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20070223 | |||
| 5 | I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Rangeparameter | 20070223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070223 | |||
| 2 | 20070223 | |||
| 3 | 20070223 |
Method _SELECT_CURRENT_VALUE_BOOKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | aktueller Wert | 20070223 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSIOBJNM | Zeitmerkmal | 20070223 | |||
| 3 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070223 | |||
| 4 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20070223 | |||
| 5 | I_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | Rangeparameter | 20070223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070223 | |||
| 2 | 20070223 | |||
| 3 | 20070223 |
Method _TRANSFORM_COB_PRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_COB_PRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20060531 | |||
| 2 | R_S_MAP | Value transfer | Type reference (TYPE) | RSTT_S_O07_TCT | Struktur für InfoProvider-InfoObject-Beziehung | 20060531 |
Method _TRANSFORM_COB_PRO on class CL_RSTT_TCT_OBJECTS has no exception.
Method _TRANSFORM_DATASET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_TARGET | Call by reference | Type reference (TYPE) | ANY | Zielstruktur | 20051230 | |||
| 2 | I_OBJNM | Call by reference | Type reference (TYPE) | RSTT_TOBJNM | Reporting-Objekt | 20051230 | |||
| 3 | I_S_SOURCE | Call by reference | Type reference (TYPE) | ANY | Ausgangsstruktur | 20051230 | |||
| 4 | I_T_COMP | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | Feldmapping-Tabelle | 20051230 |
Method _TRANSFORM_DATASET on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REC | Call by reference | Type reference (TYPE) | I | Einträge | 20121019 | |||
| 2 | E_R_TAREA | Call by reference | Object reference (TYPE REF TO) | IF_RSTT_TAREA | Basisinterface für Anwendungsbereich | 20121019 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20121019 | |||
| 4 | E_TX_PM | Call by reference | Type reference (TYPE) | RSTT_TX_PLAYMODES | Trace-Tool: Tabelle für Abspielmodi (inkl. Werte) | 20121019 | |||
| 5 | E_T_MSG | Call by reference | Type reference (TYPE) | RSTT_T_MSG | Tabelle einfacher Meldungsparameter | 20121019 | |||
| 6 | I_CHANM_HM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal für Hierarchiemodus | 20121019 |
Method _UPDATE_PLAYVAR_ATTR on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_ATTR_CHECK_IOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CHANM | Value transfer | Type reference (TYPE) | RSCHANM | Merkmal für Hierarchiemodus | 20121019 |
Method _UPDATE_PLAYVAR_ATTR_CHECK_IOB on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_ATTR_CHECK_UPD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UPDATE | Value transfer | Type reference (TYPE) | CHAR1 | Aktualisierung notwendig | 20121019 |
Method _UPDATE_PLAYVAR_ATTR_CHECK_UPD on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_CHECK_IOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IGNORE_CONTENT | Call by reference | Type reference (TYPE) | CHAR1 | Contentaktivierung ignorieren | 20121019 | |||
| 2 | R_CHANM | Value transfer | Type reference (TYPE) | RSCHANM | Merkmal | 20121019 |
Method _UPDATE_PLAYVAR_CHECK_IOBJ on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_CHECK_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UPDATE | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20121019 |
Method _UPDATE_PLAYVAR_CHECK_UPDATE on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_SET_UPDATE Signature
Method _UPDATE_PLAYVAR_SET_UPDATE on class CL_RSTT_TCT_OBJECTS has no parameter.
Method _UPDATE_PLAYVAR_SET_UPDATE on class CL_RSTT_TCT_OBJECTS has no exception.
Method _UPDATE_PLAYVAR_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REC | Call by reference | Type reference (TYPE) | I | Anzahl Sätze | 20121019 | |||
| 2 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20121019 | |||
| 3 | I_PLAYMODE | Call by reference | Type reference (TYPE) | ANY | Abspielmodus | 20121019 | |||
| 4 | I_T_TEXT | Call by reference | Type reference (TYPE) | RSTT_T_TEXT | Texte | 20121019 |
Method _UPDATE_PLAYVAR_TEXTS on class CL_RSTT_TCT_OBJECTS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |