SAP ABAP Class CL_RSTT_TREQ (Basis Management for Test Request)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     BW_ATR (Package) Repository for Automatic Tests
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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSTT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSTT2 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 N_C_CODE_AUTO Constant Public Type reference (TYPE) RSTT_CHAR10 'AUTO' Code for Automatic Tests 20060626
2 N_C_CODE_AUTO_T Constant Public Type reference (TYPE) RSTT_CHAR10 'AUTO_T' Code for Automatic Test Texts 20060626
3 N_C_CODE_HEADER Constant Public Type reference (TYPE) RSTT_CHAR10 'HEADER' Code for Header 20060509
4 N_C_CODE_LINK Constant Public Type reference (TYPE) RSTT_CHAR10 'LINKS' Code for Links 20060509
5 N_C_CODE_MANU Constant Public Type reference (TYPE) RSTT_CHAR10 'MANU' Code for Manual Tests 20060626
6 N_C_CODE_MANU_T Constant Public Type reference (TYPE) RSTT_CHAR10 'MANU_T' Code for Manual Test Texts 20060626
7 N_C_CODE_TEXT Constant Public Type reference (TYPE) RSTT_CHAR10 'TEXT' Code for Text 20060509
8 N_C_CODE_TOBJ Constant Public Type reference (TYPE) RSTT_CHAR10 'TOBJ' Code for Test Objects 20060509
9 N_C_TESTCLASS_AUTO Constant Public Type reference (TYPE) RSTT_TESTCLASS 'AUTO' Test Class: Automatic Test 20060626
10 N_C_TESTCLASS_MANU Constant Public Type reference (TYPE) RSTT_TESTCLASS 'MANUAL' Test Class: Manual Test 20060626
11 N_R_TREQ_ACTIVE Static Attribute Public Object reference (TYPE REF TO) CL_RSTT_TREQ Current Test Request Instance 20060725
12 N_S_TREQ_HEADER Instance attribute Public Type reference (TYPE) RSTT_TREQ Header Data for Test Request 20060508
13 N_S_TREQ_TEXT Instance attribute Public Type reference (TYPE) RSTT_TREQ_T Texts for Test Request 20060508
14 N_T_AUTO Instance attribute Public Type reference (TYPE) RSTT_T_TESTS Automatic Tests 20060626
15 N_T_AUTO_T Instance attribute Public Type reference (TYPE) RSTT_T_TESTS_S Texts of Automatic Tests 20060626
16 N_T_LINKS Instance attribute Public Type reference (TYPE) RSTT_T_STRINGS Link List 20060508
17 N_T_MANU Instance attribute Public Type reference (TYPE) RSTT_T_TESTS Manual Tests 20060626
18 N_T_MANU_T Instance attribute Public Type reference (TYPE) RSTT_T_TESTS_S Texts of Manual Tests 20060626
19 N_T_TOBJ Instance attribute Public Type reference (TYPE) RSTT_T_TOBJTEMPL Table for Test Object Templates 20060508
20 N_T_TRACE Instance attribute Public Type reference (TYPE) RSTT_T_TRACELIST List of Assigned Traces 20060508
21 O_S_STATPARAM_OLD Instance attribute Protected Type reference (TYPE) NT_S_STATPARAM Original Status Parameters 20060629
22 O_TH_CHANGELOG Instance attribute Protected Type reference (TYPE) RSTT_T_CHANGELOG Change Log 20060509
23 O_TREQ_NEW Instance attribute Protected Type reference (TYPE) RSTT_FLAG New request? 20060509
24 O_TX_ANAPARAM Static Attribute Protected Type reference (TYPE) OT_TX_ANAPARAM Buffer Table for Status 20060516
25 O_T_TYPES Static Attribute Protected Type reference (TYPE) OT_T_TYPES Type Instances 20060508
26 O_UITYPE Instance attribute Protected Type reference (TYPE) RSTT_UITYPE User Interface Type 20060509
27 O_UPDATE_HEADER Instance attribute Protected Type reference (TYPE) RSTT_FLAG Update header? 20060509
28 O_UPDATE_TEXT Instance attribute Protected Type reference (TYPE) RSTT_FLAG Update text? 20060509
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTR_UPDATE Instance method Public Method Enter Attribute Change 20060509
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060509
3 CREATE_DISPLAY_ATTRIBUTS Instance method Public Method 20060508
4 CREATE_DISPLAY_FUNCLIST Instance method Public Method 20060508
5 CREATE_DISPLAY_LINK Instance method Public Method 20060509
6 CREATE_DISPLAY_TESTS Instance method Public Method 20060626
7 CREATE_DISPLAY_TOBJLIST Instance method Public Method 20060508
8 CREATE_DISPLAY_TRACELIST Instance method Public Method 20060508
9 CREATE_DISPLAY_TREQLIST Static method Public Method Select and Format Request List for Display 20060516
10 CREATE_NEW Instance method Public Method 20060508
11 CREATE_SEL_HIERARCHY Static method Public Method 20060516
12 DELETE_TREQ Instance method Public Method 20060508
13 DEQUEUE_TREQ Static method Public Method Unlock Test Request 20060517
14 EDIT_LINK_ENTRY Instance method Public Method 20060509
15 EDIT_PARAM_ENTRY Instance method Public Method 20060509
16 EDIT_TEST_ENTRY Instance method Public Method 20060626
17 EDIT_TOBJ_ENTRY Instance method Public Method 20060509
18 ENQUEUE_TREQ Static method Public Method Lock Test Request 20060517
19 GET_TIMES Static method Public Method Determine Times for Display 20060509
20 INIT_STATUS_BUFFER Static method Public Method 20060629
21 LOAD_TREQ Instance method Public Method 20060508
22 MODIFY_TREQ_STATUS Instance method Public Method Enhance Request Status in Buffer 20070215
23 SAVE_TREQ Instance method Public Method 20060508
24 SELECT_TREQ Instance method Public Method 20060508
25 SELECT_TREQLIST_VARIANT Static method Public Method Determine Request List for Fixed Variants 20060516
26 SET_ATTRIBUTS Instance method Public Method 20060508
27 UPDATE_TRACE_STATUS Instance method Public Method 20060508
28 UPDATE_WIZARD_POSITION Static method Public Method Refresh Control Table for Wizard 20060509
29 _ADD_BUFFER_ENTRY Instance method Protected Method 20060629
30 _CHECK_STATUS_VALID Instance method Protected Method 20060626
31 _CLEAR_ATTRIBUTS Instance method Protected Method 20060508
32 _CREATE_DISPLAY_TESTS Instance method Protected Method 20060626
33 _CREATE_DISPLAY_TOBJLIST Instance method Protected Method 20060509
34 _DELETE_TREQ Instance method Protected Method 20070215
35 _FILL_TOBJ Instance method Protected Method 20060509
36 _GET_INSTANCE_OF_TYPE Static method Protected Method 20060508
37 _GET_STATPARAM Instance method Protected Method 20060629
38 _GET_STATUS_PARAM Static method Protected Method 20060516
39 _IMG_PATH Static method Protected Method 20060509
40 _INIT_HEADER Instance method Protected Method 20060508
41 _INIT_NEW_TREQ Instance method Protected Method 20060512
42 _INIT_SUBCLASSES Static method Protected Method 20060508
43 _IS_ATTR_UPDATED Instance method Protected Method 20060509
44 _LOAD_ATTRIBUTS Instance method Protected Method 20060508
45 _PACK_ATTR Instance method Protected Method 20060508
46 _PACK_TEXT Instance method Protected Method 20060626
47 _RESET_PARAMS Instance method Protected Method 20060518
48 _RESET_PARAMS_TEXT Instance method Protected Method 20060626
49 _SET_PARAMS Instance method Protected Method 20060518
50 _SET_PARAMS_TEXT Instance method Protected Method 20060626
51 _SET_SYSTEM_ATTRIBUTS Instance method Protected Method 20060508
52 _SET_UITYPE Instance method Protected Method 20060509
53 _SET_UPDATE_ATTRIBUTS Instance method Protected Method 20060508
54 _UNPACK_ATTR Instance method Protected Method 20060508
55 _UNPACK_TEXT Instance method Protected Method 20060626
56 _UPDATE_INSTANCE Instance method Protected Method 20060511
57 _UPDATE_INSTANCE_BASE Static method Protected Method 20060511
58 _UPDATE_STATUS_BUFFER Instance method Protected Method 20060629
59 _UPDATE_TRACE_STATUS Instance method Protected Method 20060516
60 _USER_IS_OWNER Instance method Protected Method 20070215
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 Importing 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 Exporting E_T_TREQLIST Call by reference Type reference (TYPE) RSTT_T_TREQLIST_WDY Liste von Testanforderungen 20060516
2 Importing I_SX_RANGE_TREQ Call by reference Type reference (TYPE) RSTT_SX_RANGE_TREQ Ranges-Struktur zur Selektion von Testanforderungen 20060516
3 Importing I_TAREA Call by reference Type reference (TYPE) RSTT_TAREA Anwendungsbereich 20060516
4 Importing 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 Exporting E_T_SELTREE Call by reference Type reference (TYPE) TVIEW2 Baum-Tabelle für Anzeige 20060516
2 Importing 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 Importing 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 Importing I_TREQGUID Call by reference Type reference (TYPE) RSTT_GUID GUID der Testanforderung 20060517
# Exception Resumable Description Created on
1 FOREIGN_LOCK 20060517
2 SYSTEM_PROBLEM 20060517

Method GET_TIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFTIME Call by reference Type reference (TYPE) RSRMODTIME Zeitpunkt der Erzeugung 20060509
2 Importing I_MODTIME Call by reference Type reference (TYPE) RSRMODTIME Zeitpunkt der letzten Änderung 20060509
3 Returning 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 Exporting E_RECORDS Call by reference Type reference (TYPE) RSTT_INT4 Anzahl modifizierter Einträge 20070215
2 Importing I_DELTA_AMT_AUTO Call by reference Type reference (TYPE) RSTT_INT4 Delta für Anzahl automatischer Tests 20070215
3 Importing I_DELTA_AMT_MANU Call by reference Type reference (TYPE) RSTT_INT4 Delta für Anzahl manueller Tests 20070215
4 Importing I_DELTA_AMT_TRACE Call by reference Type reference (TYPE) RSTT_INT4 Delta für Anzahl CATT-Traces 20070215
5 Importing I_S_STATPARAM Call by reference Type reference (TYPE) NT_S_STATPARAM Statusparameter 20070215
6 Importing I_S_TREQ Call by reference Type reference (TYPE) RSTT_TREQ Kopfdaten der Testanforderung 20070215
7 Importing 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 Exporting E_T_TREQLIST Call by reference Type reference (TYPE) RSTT_T_TREQLIST_WDY Liste von Testanforderungen 20060516
2 Importing 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 Changing C_T_WIZARD_POS Call by reference Type reference (TYPE) RSTT_T_WZRD Tabelle für Wizard-Positionen 20060509
2 Importing I_INIT Call by reference Type reference (TYPE) RSTT_FLAG Initialisieren? 20060509
3 Importing I_NEXT Call by reference Type reference (TYPE) RSTT_FLAG Nächster Schritt? 20060509
4 Importing I_PREV Call by reference Type reference (TYPE) RSTT_FLAG Vorheriger Schritt? 20060509
5 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontextknoten des Wizards 20060509
6 Importing 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 Changing C_S_TREQSTA Call by reference Type reference (TYPE) RSTT_TREQSTA Status-Puffer für Testanforderungen 20060629
2 Exporting 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 Importing I_TREQSTAT Call by reference Type reference (TYPE) RSTT_TREQSTAT_2 Bearbeitungsstatus von Testanfoderungen 20060626
2 Returning 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 Exporting E_T_TESTS_A Call by reference Type reference (TYPE) RSTT_T_TESTS_S Tabelle automatische Tests 20060626
2 Exporting 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 Exporting 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 Importing 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 Exporting E_R_TREQ Call by reference Object reference (TYPE REF TO) CL_RSTT_TREQ Instanz des Typs 20060508
2 Importing 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 Returning 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 Changing 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 Importing I_IMG_FILE Call by reference Type reference (TYPE) RSTT_STRING Filename 20060509
2 Returning 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 Importing 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 Importing I_CODE Call by reference Type reference (TYPE) RSTT_CHAR10 Attribut-Code 20060509
2 Returning 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 Importing 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 Exporting 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 Exporting 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Exporting 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 Exporting 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 Importing I_R_TREQ Call by reference Object reference (TYPE REF TO) CL_RSTT_TREQ Instanz des typs 20060511
2 Importing 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 Changing C_T_TRACELIST Call by reference Type reference (TYPE) RSTT_T_TRACELIST Tabelle für Trace-Auflistung 20060516
2 Importing 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 CONTENT_NOT_EXISTS 20060516
2 DATA_READ_PROBLEMS 20060516

Method _USER_IS_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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