Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_TREQ | Manage Test Requests in Trace Tool | 20060508 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_TREQ_FUNC | Manage Test Request for Functions to Be Tested | 20060509 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_TREQ_NOTE | Manage Test Request for Note | 20060509 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_TREQ_POBJ | Manage Test Request for Note | 20060509 |
Properties
| Class | CL_RSTT_TREQ | |
| Short Description | Basis Management for Test Request | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_ATR | Repository for Automatic Tests |
| Created | 20060508 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_TREQ | Manage Test Requests in Trace Tool | 20060508 |
Friends
Class CL_RSTT_TREQ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'AUTO' | Code for Automatic Tests | 20060626 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'AUTO_T' | Code for Automatic Test Texts | 20060626 | ||
| 3 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'HEADER' | Code for Header | 20060509 | ||
| 4 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'LINKS' | Code for Links | 20060509 | ||
| 5 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'MANU' | Code for Manual Tests | 20060626 | ||
| 6 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'MANU_T' | Code for Manual Test Texts | 20060626 | ||
| 7 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'TEXT' | Code for Text | 20060509 | ||
| 8 | Constant | Public | Type reference (TYPE) | RSTT_CHAR10 | 'TOBJ' | Code for Test Objects | 20060509 | ||
| 9 | Constant | Public | Type reference (TYPE) | RSTT_TESTCLASS | 'AUTO' | Test Class: Automatic Test | 20060626 | ||
| 10 | Constant | Public | Type reference (TYPE) | RSTT_TESTCLASS | 'MANUAL' | Test Class: Manual Test | 20060626 | ||
| 11 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_RSTT_TREQ | Current Test Request Instance | 20060725 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | RSTT_TREQ | Header Data for Test Request | 20060508 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | RSTT_TREQ_T | Texts for Test Request | 20060508 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TESTS | Automatic Tests | 20060626 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TESTS_S | Texts of Automatic Tests | 20060626 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_STRINGS | Link List | 20060508 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TESTS | Manual Tests | 20060626 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TESTS_S | Texts of Manual Tests | 20060626 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TOBJTEMPL | Table for Test Object Templates | 20060508 | |||
| 20 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_TRACELIST | List of Assigned Traces | 20060508 | |||
| 21 | Instance attribute | Protected | Type reference (TYPE) | NT_S_STATPARAM | Original Status Parameters | 20060629 | |||
| 22 | Instance attribute | Protected | Type reference (TYPE) | RSTT_T_CHANGELOG | Change Log | 20060509 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | New request? | 20060509 | |||
| 24 | Static Attribute | Protected | Type reference (TYPE) | OT_TX_ANAPARAM | Buffer Table for Status | 20060516 | |||
| 25 | Static Attribute | Protected | Type reference (TYPE) | OT_T_TYPES | Type Instances | 20060508 | |||
| 26 | Instance attribute | Protected | Type reference (TYPE) | RSTT_UITYPE | User Interface Type | 20060509 | |||
| 27 | Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Update header? | 20060509 | |||
| 28 | Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Update text? | 20060509 |
Methods
Events
Class CL_RSTT_TREQ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_STATPARAM | Public | See coding | 20070215 | BEGIN OF nt_s_statparam,
treqstat TYPE rstt_treqstat_2,
count_t TYPE rstt_int4,
count_a TYPE rstt_int4,
count_m TYPE rstt_int4,
END OF nt_s_statparam
|
||
| 2 | OT_SX_ANAPARAM | Protected | See coding | 20060516 | BEGIN OF ot_sx_anaparam,
treqguid TYPE rstt_guid,
tracelist TYPE rstt_t_tracelist,
END OF ot_sx_anaparam
|
||
| 3 | OT_S_TYPES | Protected | See coding | 20060508 | BEGIN OF ot_s_types,
type TYPE rstt_treqtype,
instance TYPE REF TO cl_rstt_treq,
END OF ot_s_types
|
||
| 4 | OT_TX_ANAPARAM | Protected | See coding | 20060516 | ot_tx_anaparam TYPE STANDARD TABLE OF ot_sx_anaparam
|
||
| 5 | OT_T_TYPES | Protected | See coding | 20060508 | ot_t_types TYPE STANDARD TABLE OF ot_s_types
|
Method Signatures
Method ADD_ATTR_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CODE | Call by reference | Type reference (TYPE) | RSTT_CHAR10 | Aktion-Code | 20060509 |
Method ADD_ATTR_UPDATE on class CL_RSTT_TREQ has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTT_TREQ has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_ATTRIBUTS Signature
Method CREATE_DISPLAY_ATTRIBUTS on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_FUNCLIST Signature
Method CREATE_DISPLAY_FUNCLIST on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_FUNCLIST on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_LINK Signature
Method CREATE_DISPLAY_LINK on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_LINK on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_TESTS Signature
Method CREATE_DISPLAY_TESTS on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_TESTS on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_TOBJLIST Signature
Method CREATE_DISPLAY_TOBJLIST on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_TOBJLIST on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_TRACELIST Signature
Method CREATE_DISPLAY_TRACELIST on class CL_RSTT_TREQ has no parameter.
Method CREATE_DISPLAY_TRACELIST on class CL_RSTT_TREQ has no exception.
Method CREATE_DISPLAY_TREQLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TREQLIST | Call by reference | Type reference (TYPE) | RSTT_T_TREQLIST_WDY | Liste von Testanforderungen | 20060516 | |||
| 2 | I_SX_RANGE_TREQ | Call by reference | Type reference (TYPE) | RSTT_SX_RANGE_TREQ | Ranges-Struktur zur Selektion von Testanforderungen | 20060516 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20060516 | |||
| 4 | I_UITYPE | Call by reference | Type reference (TYPE) | RSTT_UITYPE | RSTT2_C_UITYPE-WEBDYNPRO | Userinterface-Typ | 20060516 |
Method CREATE_DISPLAY_TREQLIST on class CL_RSTT_TREQ has no exception.
Method CREATE_NEW Signature
Method CREATE_NEW on class CL_RSTT_TREQ has no parameter.
Method CREATE_NEW on class CL_RSTT_TREQ has no exception.
Method CREATE_SEL_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_SELTREE | Call by reference | Type reference (TYPE) | TVIEW2 | Baum-Tabelle für Anzeige | 20060516 | |||
| 2 | I_GROUP | Call by reference | Type reference (TYPE) | RSTT_INT1 | Gruppe | 20070215 |
Method CREATE_SEL_HIERARCHY on class CL_RSTT_TREQ has no exception.
Method DELETE_TREQ Signature
Method DELETE_TREQ on class CL_RSTT_TREQ has no parameter.
Method DELETE_TREQ on class CL_RSTT_TREQ has no exception.
Method DEQUEUE_TREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TREQGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Testanforderung | 20060517 |
Method DEQUEUE_TREQ on class CL_RSTT_TREQ has no exception.
Method EDIT_LINK_ENTRY Signature
Method EDIT_LINK_ENTRY on class CL_RSTT_TREQ has no parameter.
Method EDIT_LINK_ENTRY on class CL_RSTT_TREQ has no exception.
Method EDIT_PARAM_ENTRY Signature
Method EDIT_PARAM_ENTRY on class CL_RSTT_TREQ has no parameter.
Method EDIT_PARAM_ENTRY on class CL_RSTT_TREQ has no exception.
Method EDIT_TEST_ENTRY Signature
Method EDIT_TEST_ENTRY on class CL_RSTT_TREQ has no parameter.
Method EDIT_TEST_ENTRY on class CL_RSTT_TREQ has no exception.
Method EDIT_TOBJ_ENTRY Signature
Method EDIT_TOBJ_ENTRY on class CL_RSTT_TREQ has no parameter.
Method EDIT_TOBJ_ENTRY on class CL_RSTT_TREQ has no exception.
Method ENQUEUE_TREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TREQGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Testanforderung | 20060517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060517 | |||
| 2 | 20060517 |
Method GET_TIMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DEFTIME | Call by reference | Type reference (TYPE) | RSRMODTIME | Zeitpunkt der Erzeugung | 20060509 | |||
| 2 | I_MODTIME | Call by reference | Type reference (TYPE) | RSRMODTIME | Zeitpunkt der letzten Änderung | 20060509 | |||
| 3 | R_S_TIMES | Value transfer | Type reference (TYPE) | RSTT_S_TIME_WDY | Struktur für Zeitangaben (für Anzeige) | 20060509 |
Method GET_TIMES on class CL_RSTT_TREQ has no exception.
Method INIT_STATUS_BUFFER Signature
Method INIT_STATUS_BUFFER on class CL_RSTT_TREQ has no parameter.
Method INIT_STATUS_BUFFER on class CL_RSTT_TREQ has no exception.
Method LOAD_TREQ Signature
Method LOAD_TREQ on class CL_RSTT_TREQ has no parameter.
Method LOAD_TREQ on class CL_RSTT_TREQ has no exception.
Method MODIFY_TREQ_STATUS 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 modifizierter Einträge | 20070215 | |||
| 2 | I_DELTA_AMT_AUTO | Call by reference | Type reference (TYPE) | RSTT_INT4 | Delta für Anzahl automatischer Tests | 20070215 | |||
| 3 | I_DELTA_AMT_MANU | Call by reference | Type reference (TYPE) | RSTT_INT4 | Delta für Anzahl manueller Tests | 20070215 | |||
| 4 | I_DELTA_AMT_TRACE | Call by reference | Type reference (TYPE) | RSTT_INT4 | Delta für Anzahl CATT-Traces | 20070215 | |||
| 5 | I_S_STATPARAM | Call by reference | Type reference (TYPE) | NT_S_STATPARAM | Statusparameter | 20070215 | |||
| 6 | I_S_TREQ | Call by reference | Type reference (TYPE) | RSTT_TREQ | Kopfdaten der Testanforderung | 20070215 | |||
| 7 | I_TREQSTAT_OLD | Call by reference | Type reference (TYPE) | RSTT_TREQSTAT_2 | Bearbeitungsstatus von Testanfoderungen | 20070215 |
Method MODIFY_TREQ_STATUS on class CL_RSTT_TREQ has no exception.
Method SAVE_TREQ Signature
Method SAVE_TREQ on class CL_RSTT_TREQ has no parameter.
Method SAVE_TREQ on class CL_RSTT_TREQ has no exception.
Method SELECT_TREQ Signature
Method SELECT_TREQ on class CL_RSTT_TREQ has no parameter.
Method SELECT_TREQ on class CL_RSTT_TREQ has no exception.
Method SELECT_TREQLIST_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TREQLIST | Call by reference | Type reference (TYPE) | RSTT_T_TREQLIST_WDY | Liste von Testanforderungen | 20060516 | |||
| 2 | I_VARIANT | Call by reference | Type reference (TYPE) | RSTT_INT4 | Variante | 20060516 |
Method SELECT_TREQLIST_VARIANT on class CL_RSTT_TREQ has no exception.
Method SET_ATTRIBUTS Signature
Method SET_ATTRIBUTS on class CL_RSTT_TREQ has no parameter.
Method SET_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method UPDATE_TRACE_STATUS Signature
Method UPDATE_TRACE_STATUS on class CL_RSTT_TREQ has no parameter.
Method UPDATE_TRACE_STATUS on class CL_RSTT_TREQ has no exception.
Method UPDATE_WIZARD_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_WIZARD_POS | Call by reference | Type reference (TYPE) | RSTT_T_WZRD | Tabelle für Wizard-Positionen | 20060509 | |||
| 2 | I_INIT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Initialisieren? | 20060509 | |||
| 3 | I_NEXT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Nächster Schritt? | 20060509 | |||
| 4 | I_PREV | Call by reference | Type reference (TYPE) | RSTT_FLAG | Vorheriger Schritt? | 20060509 | |||
| 5 | I_R_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Kontextknoten des Wizards | 20060509 | |||
| 6 | I_TREQTYPE | Call by reference | Type reference (TYPE) | RSTT_TREQTYPE | Testanforderungstyp | 20060509 |
Method UPDATE_WIZARD_POSITION on class CL_RSTT_TREQ has no exception.
Method _ADD_BUFFER_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_TREQSTA | Call by reference | Type reference (TYPE) | RSTT_TREQSTA | Status-Puffer für Testanforderungen | 20060629 | |||
| 2 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT1 | Ergänzte Einträge | 20060629 |
Method _ADD_BUFFER_ENTRY on class CL_RSTT_TREQ has no exception.
Method _CHECK_STATUS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TREQSTAT | Call by reference | Type reference (TYPE) | RSTT_TREQSTAT_2 | Bearbeitungsstatus von Testanfoderungen | 20060626 | |||
| 2 | R_VALID | Value transfer | Type reference (TYPE) | RSTT_FLAG | Status valide? | 20060626 |
Method _CHECK_STATUS_VALID on class CL_RSTT_TREQ has no exception.
Method _CLEAR_ATTRIBUTS Signature
Method _CLEAR_ATTRIBUTS on class CL_RSTT_TREQ has no parameter.
Method _CLEAR_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method _CREATE_DISPLAY_TESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TESTS_A | Call by reference | Type reference (TYPE) | RSTT_T_TESTS_S | Tabelle automatische Tests | 20060626 | |||
| 2 | E_T_TESTS_M | Call by reference | Type reference (TYPE) | RSTT_T_TESTS_S | Tabelle manuelle Tests | 20060626 |
Method _CREATE_DISPLAY_TESTS on class CL_RSTT_TREQ has no exception.
Method _CREATE_DISPLAY_TOBJLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TOBJLIST | Call by reference | Type reference (TYPE) | RSTT_T_TOBJTEMPL_WDY | Liste von Testobjektvorlagen (für Anzeige) | 20060509 |
Method _CREATE_DISPLAY_TOBJLIST on class CL_RSTT_TREQ has no exception.
Method _DELETE_TREQ Signature
Method _DELETE_TREQ on class CL_RSTT_TREQ has no parameter.
Method _DELETE_TREQ on class CL_RSTT_TREQ has no exception.
Method _FILL_TOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TOBJ_WDY | Call by reference | Type reference (TYPE) | RSTT_T_TOBJTEMPL_WDY | Tabelle für Testobjektvorlagen | 20060509 |
Method _FILL_TOBJ on class CL_RSTT_TREQ has no exception.
Method _GET_INSTANCE_OF_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_TREQ | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TREQ | Instanz des Typs | 20060508 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | RSTT_TREQTYPE | Testanforderungstyp | 20060508 |
Method _GET_INSTANCE_OF_TYPE on class CL_RSTT_TREQ has no exception.
Method _GET_STATPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_STATPARAM | Value transfer | Type reference (TYPE) | NT_S_STATPARAM | 20060629 |
Method _GET_STATPARAM on class CL_RSTT_TREQ has no exception.
Method _GET_STATUS_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_TREQLIST_WDY | Call by reference | Type reference (TYPE) | RSTT_S_TREQLIST_WDY | Struktur von Anforderungsliste (für Anzeige) | 20060516 |
Method _GET_STATUS_PARAM on class CL_RSTT_TREQ has no exception.
Method _IMG_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IMG_FILE | Call by reference | Type reference (TYPE) | RSTT_STRING | Filename | 20060509 | |||
| 2 | R_IMG_PATH | Value transfer | Type reference (TYPE) | RSTT_STRING | Pfadname | 20060509 |
Method _IMG_PATH on class CL_RSTT_TREQ has no exception.
Method _INIT_HEADER Signature
Method _INIT_HEADER on class CL_RSTT_TREQ has no parameter.
Method _INIT_HEADER on class CL_RSTT_TREQ has no exception.
Method _INIT_NEW_TREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE | Call by reference | Type reference (TYPE) | RSTT_TREQTYPE | Testanforderungstyp | 20060512 |
Method _INIT_NEW_TREQ on class CL_RSTT_TREQ has no exception.
Method _INIT_SUBCLASSES Signature
Method _INIT_SUBCLASSES on class CL_RSTT_TREQ has no parameter.
Method _INIT_SUBCLASSES on class CL_RSTT_TREQ has no exception.
Method _IS_ATTR_UPDATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CODE | Call by reference | Type reference (TYPE) | RSTT_CHAR10 | Attribut-Code | 20060509 | |||
| 2 | R_RETURN | Value transfer | Type reference (TYPE) | RSTT_FLAG | Attribut verändert? | 20060509 |
Method _IS_ATTR_UPDATED on class CL_RSTT_TREQ has no exception.
Method _LOAD_ATTRIBUTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_TREQ_HEADER | Call by reference | Type reference (TYPE) | RSTT_TREQ | Kopfdaten für Testanforderung | 20060509 |
Method _LOAD_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method _PACK_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060518 |
Method _PACK_ATTR on class CL_RSTT_TREQ has no exception.
Method _PACK_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060626 |
Method _PACK_TEXT on class CL_RSTT_TREQ has no exception.
Method _RESET_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060518 |
Method _RESET_PARAMS on class CL_RSTT_TREQ has no exception.
Method _RESET_PARAMS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060626 |
Method _RESET_PARAMS_TEXT on class CL_RSTT_TREQ has no exception.
Method _SET_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060518 |
Method _SET_PARAMS on class CL_RSTT_TREQ has no exception.
Method _SET_PARAMS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | 20060626 |
Method _SET_PARAMS_TEXT on class CL_RSTT_TREQ has no exception.
Method _SET_SYSTEM_ATTRIBUTS Signature
Method _SET_SYSTEM_ATTRIBUTS on class CL_RSTT_TREQ has no parameter.
Method _SET_SYSTEM_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method _SET_UITYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UITYPE | Call by reference | Type reference (TYPE) | RSTT_UITYPE | Userinterface-Typ | 20060509 |
Method _SET_UITYPE on class CL_RSTT_TREQ has no exception.
Method _SET_UPDATE_ATTRIBUTS Signature
Method _SET_UPDATE_ATTRIBUTS on class CL_RSTT_TREQ has no parameter.
Method _SET_UPDATE_ATTRIBUTS on class CL_RSTT_TREQ has no exception.
Method _UNPACK_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | Parameterliste | 20060518 |
Method _UNPACK_ATTR on class CL_RSTT_TREQ has no exception.
Method _UNPACK_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PARAMLIST | Call by reference | Type reference (TYPE) | RSTT0_T_PARAMLIST | Parameterliste | 20060626 |
Method _UNPACK_TEXT on class CL_RSTT_TREQ has no exception.
Method _UPDATE_INSTANCE Signature
Method _UPDATE_INSTANCE on class CL_RSTT_TREQ has no parameter.
Method _UPDATE_INSTANCE on class CL_RSTT_TREQ has no exception.
Method _UPDATE_INSTANCE_BASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_TREQ | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TREQ | Instanz des typs | 20060511 | |||
| 2 | I_TREQTYPE | Call by reference | Type reference (TYPE) | RSTT_TREQTYPE | Testanforderungstyp | 20060511 |
Method _UPDATE_INSTANCE_BASE on class CL_RSTT_TREQ has no exception.
Method _UPDATE_STATUS_BUFFER Signature
Method _UPDATE_STATUS_BUFFER on class CL_RSTT_TREQ has no parameter.
Method _UPDATE_STATUS_BUFFER on class CL_RSTT_TREQ has no exception.
Method _UPDATE_TRACE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TRACELIST | Call by reference | Type reference (TYPE) | RSTT_T_TRACELIST | Tabelle für Trace-Auflistung | 20060516 | |||
| 2 | I_T_RANGE_TRACEID | Call by reference | Type reference (TYPE) | RSTT_T_RANGE_TRACEID | Range-Tabelle für Trace-IDs | 20060516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060516 | |||
| 2 | 20060516 |
Method _USER_IS_OWNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OWNER | Value transfer | Type reference (TYPE) | RSTT_FLAG | Erzeuger der Anforderung? | 20070215 |
Method _USER_IS_OWNER on class CL_RSTT_TREQ has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |