SAP ABAP Class CL_RSTT_ERROR_ATR (Description of Error for BI ATR)
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 Inheritance (c INHERITING FROM c_ref)  CL_RSTT_CATT_ERROR Error Processing 20080516
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_EXTRACT Extraction of Application Data 20080625
Properties
Class CL_RSTT_ERROR_ATR  
Short Description Description of Error for BI ATR    
Super Class CL_RSTT_CATT_ERROR Error Processing 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_ATR   Repository for Automatic Tests 
Created 20080516   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSTT_ATR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSTT_MIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSTT_EXTRACT Extraction of Application Data 20080625
Friends
Class CL_RSTT_ERROR_ATR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_EGROUP Constant Public See coding Error Groups 20080516
2 N_C_EXTRACT_VAR Constant Public See coding Extraction Variants 20080625
3 N_C_QCHA Constant Public See coding Quality Characteristics 20080516
4 N_ERROR_DESTINATION Static Attribute Public Type reference (TYPE) RSRLOGSYS Destination for Error Data 20080918
5 N_S_ERR Instance attribute Public Type reference (TYPE) RSTT_ERR Elementary Error Parameters 20080612
6 N_T_CMNT Instance attribute Public Type reference (TYPE) RSTT_T_CMNT Comments 20080612
7 N_T_MSG Instance attribute Public Type reference (TYPE) RSTT_T_MSGATTR Notification List 20080612
8 N_T_NOTE Instance attribute Public Type reference (TYPE) RSTT_T_MSGATTR Note List 20080612
9 O_C_CODE Constant Protected See coding Codes 20080612
10 O_C_SEARCHCOMP Constant Protected See coding 20080624
11 O_R_MIME Instance attribute Protected Object reference (TYPE REF TO) CL_RSTT_MIME Management for Adding Test Objects 20080616
12 O_SX_EXTRACTION Static Attribute Protected Type reference (TYPE) OT_SX_EXTRACTION Extraction Parameters 20090518
13 O_S_SYSPARAM Static Attribute Protected Type reference (TYPE) OT_S_SYSPARAM System parameters 20080918
14 O_TH_ERR Static Attribute Protected Type reference (TYPE) NT_TH_ERR Collection of Error Parameters 20080905
15 O_TH_ERRG Static Attribute Protected Type reference (TYPE) OT_TH_ERRG Key Relationships of Errors 20080905
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080918
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080616
3 GET_ERROR_INFO Static method Public Method Gets Information About Error 20080905
4 GET_ERROR_VALUE Static method Public Method 20100426
5 GET_PARAM Instance method Public Method Get Parameters for Error 20080612
6 INIT_WIZARD Static method Public Method Initialize Wizard 20080612
7 LOAD_ERROR_ATR Static method Public Method Load Error 20080616
8 SAVE_ERROR_STATIC Static method Public Method Save Error (Static) 20080616
9 SEARCH_ERROR Static method Public Method Find Error (Search Multiple Fields) 20080623
10 SET_PARAM Instance method Public Method Update Parameters for Error 20080612
11 SET_SYSTEM_PARAM Static method Public Method Set System Parameters 20080918
12 _ADD_SEARCHVALUE_CMNT Instance method Protected Method Store Comments as Search Expressions 20080624
13 _ADD_SEARCHVALUE_MSG Instance method Protected Method Store Message Numbers as Search Expressions 20080624
14 _ADD_SEARCHVALUE_NOTE Instance method Protected Method Store Note Numbers as Search Expressions 20080624
15 _ADD_TEST_FILTER Static method Protected Method 20121019
16 _DEQUEUE_NEW_ERRORID Instance method Protected Method Unlock New Error ID 20080616
17 _DESERIALIZE_PARAM Instance method Protected Method Deserialize Internal Parameters 20080612
18 _FILTER_RESULT_LIST Static method Protected Method Determine and Prepare Result List 20080623
19 _GEN_NEW_ERRORID Static method Protected Method Generate New Error ID for ATR 20080616
20 _GET_SYSPARAM Static method Protected Method Determines System Parameters 20080918
21 _LOAD_SYS Static method Protected Method Load Error from Other System 20080617
22 _PREPARE_RESULT_LIST Static method Protected Method Determine and Prepare Result List 20080623
23 _PROCESS_RANGE Static method Protected Method Processes Selection Table 20080916
24 _SAVE_ERROR_BASIC Instance method Protected Method Save Base Attributes 20080616
25 _SEARCH_DLTA Static method Protected Method Find Delta Entries 20090518
26 _SEARCH_ERR Static method Protected Method Search Table RSTT_ERR 20080624
27 _SEARCH_ERROR Static method Protected Method Search Table RSTT_ERROR 20080623
28 _SEARCH_SRCH Static method Protected Method Search Table RSTT_SRCH 20080624
29 _SERIALIZE_PARAM Instance method Protected Method Serialize Internal Parameters 20080612
30 __EXTRACT_ERROR_ATTR Static method Private Method Read Defect Attributes 20090518
31 __EXTRACT_ERROR_TEXT Static method Private Method Read Defect Texts 20090518
32 __EXTRACT_MSG Static method Private Method Extract Internal Messages with Defect Assignment 20091019
33 __READ_TEXTS Static method Private Method Find Error (Search Multiple Fields) 20090518
Events
Class CL_RSTT_ERROR_ATR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_EAREA Public See coding Parameters of an Error Area 20080625 BEGIN OF nt_s_earea, tya TYPE rstt_techarea, fla TYPE rstt_techarea, earea TYPE rstt_techarea, txtlg TYPE rstt_lgtxt, END OF nt_s_earea
2 NT_S_ERR Public See coding 20080905 BEGIN OF nt_s_err, errid TYPE rstt_errid, errorguid TYPE rstt_guid, text TYPE rstt_lgtxt, langu TYPE sylangu, pstatus TYPE rstt_corrstat, egroup TYPE rstt_egroup, ecategory TYPE rstt_ecat, qualitycha TYPE rstt_qcha, ekind TYPE rstt_ekind, sapcomp TYPE rstt_sapcomp, techarea TYPE rstt_techarea, funcarea TYPE rstt_techarea, earea TYPE rstt_techarea, END OF nt_s_err
3 NT_S_ERR_RFC Public See coding 20080918 BEGIN OF nt_s_err_rfc, errid TYPE rstt_errid, errorguid TYPE rstt_char32, text TYPE rstt_lgtxt, pstatus TYPE rstt_corrstat, egroup TYPE rstt_egroup, ecategory TYPE rstt_ecat, qualitycha TYPE rstt_qcha, ekind TYPE rstt_ekind, sapcomp TYPE rstt_sapcomp, techarea TYPE rstt_techarea, funcarea TYPE rstt_techarea, earea TYPE rstt_techarea, END OF nt_s_err_rfc
4 NT_S_EXTRACT_ATTR Public See coding 20090518 BEGIN OF nt_s_extract_attr, dfct TYPE rstt_errid, "errid dfgd TYPE rstt_guid, "errorguid dfps TYPE rstt_corrstat, "pstatus dfgp TYPE rstt_egroup, "egroup dfcy TYPE rstt_ecat, "ecategory dfqc TYPE rstt_qcha, "qualitycha dfkd TYPE rstt_ekind, "ekind scmp TYPE rstt_sapcomp, "sapcomp tya TYPE rstt_techarea, "techarea fla TYPE rstt_techarea, "funcarea earea TYPE rstt_techarea, "earea dfamt TYPE rstt_int4, lasu TYPE rstt_tuser, modd TYPE rsdate, modt TYPE rs_seltime, prio TYPE numc1, resp TYPE rstt_tuser, veto type rstt_flag, cntmg type rstt_int4, priov type rstt_int4, END OF nt_s_extract_attr
5 NT_S_EXTRACT_MSG Public See coding 20091019 BEGIN OF nt_s_extract_msg, dfct TYPE rstt_errid, "errid mgnr type numc10, mgai type numc10, mgyr type numc4, dfamt TYPE rstt_int4, imamt type rstt_int4, END OF nt_s_extract_msg
6 NT_TH_ERR Public See coding 20080905 nt_th_err TYPE HASHED TABLE OF nt_s_err WITH UNIQUE KEY errid
7 NT_T_EAREA Public See coding Value Table of Error Ranges 20080626 nt_t_earea TYPE STANDARD TABLE OF nt_s_earea
8 NT_T_EXTRACT_ATTR Public See coding 20090518 nt_t_extract_attr TYPE STANDARD TABLE OF nt_s_extract_attr WITH DEFAULT KEY
9 NT_T_EXTRACT_MSG Public See coding 20091019 nt_t_extract_msg TYPE STANDARD TABLE OF nt_s_extract_msg WITH DEFAULT KEY
10 OT_SX_EXTRACTION Protected See coding 20090518 begin of ot_sx_extraction, dltaqueue type rstt_t_dlta, end_of_data type rstt_flag, notinitial type rstt_flag, blocksize type rstt_int4, index type rstt_int4, records type rstt_int4, end of ot_sx_extraction
11 OT_SX_PARAM Protected See coding 20080612 BEGIN OF ot_sx_param, notelist TYPE rstt_t_msgattr, msglist TYPE rstt_t_msgattr, END OF ot_sx_param
12 OT_S_ERRG Protected See coding 20080905 BEGIN OF ot_s_errg, errorguid TYPE rstt_guid, errid TYPE rstt_errid, END OF ot_s_errg
13 OT_S_GUID Protected See coding 20080623 BEGIN OF ot_s_guid, errorguid TYPE rstt_guid, END OF ot_s_guid
14 OT_S_SYSPARAM Protected See coding 20080918 begin of ot_s_sysparam, langu type sylangu, param type RSTT_S_ATTR_BASIC, end of ot_s_sysparam
15 OT_TH_ERRG Protected See coding 20080905 ot_th_errg TYPE HASHED TABLE OF ot_s_errg WITH UNIQUE KEY errorguid
16 OT_TH_GUID Protected See coding 20080623 ot_th_guid TYPE HASHED TABLE OF rstt_guid WITH UNIQUE DEFAULT KEY
17 OT_TH_TEXT Protected See coding 20080623 ot_th_text TYPE HASHED TABLE OF rstt_error_t WITH UNIQUE KEY langu errorguid
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSTT_ERROR_ATR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_ERROR_ATR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_HEADER Call by reference Type reference (TYPE) RSTT_ERROR Kopfdaten 20080616

Method CONSTRUCTOR on class CL_RSTT_ERROR_ATR has no exception.

Method GET_ERROR_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_ERR Call by reference Type reference (TYPE) NT_S_ERR Attribute für Defekte ermittelt mit BI ATR 20080905
2 Importing I_DESTINATION Call by reference Type reference (TYPE) RSRLOGSYS Logisches System des Ziels 20080918
3 Importing I_ERRID Call by reference Type reference (TYPE) RSTT_ERRID Fehler-ID 20080905
4 Importing I_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID GUID des Defekts 20080905

Method GET_ERROR_INFO on class CL_RSTT_ERROR_ATR has no exception.

Method GET_ERROR_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ERROR Call by reference Type reference (TYPE) RSTT_S_ERRLIST 20100426
2 Returning R_VALUE Value transfer Type reference (TYPE) RSTT_INT4 20100426

Method GET_ERROR_VALUE on class CL_RSTT_ERROR_ATR has no exception.

Method GET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MIME Call by reference Object reference (TYPE REF TO) CL_RSTT_MIME MIME Instanz 20080617
2 Exporting E_SX_MIME Call by reference Type reference (TYPE) CL_RSTT_MIME=>NT_SX_PARAM MIME Daten 20080616
3 Exporting E_S_ERR Call by reference Type reference (TYPE) RSTT_ERR Attribute für Defekte ermittelt mit BI ATR 20080612
4 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_LGTXT Text 20080918
5 Exporting E_T_CMNT Call by reference Type reference (TYPE) RSTT_T_CMNT Liste von Kommentarinformationen 20080612
6 Exporting E_T_MSG Call by reference Type reference (TYPE) RSTT_T_MSGATTR Meldungsliste 20080612
7 Exporting E_T_NOTE Call by reference Type reference (TYPE) RSTT_T_MSGATTR Hinweisliste 20080612
8 Importing I_MIME_ALL Call by reference Type reference (TYPE) RSTT_FLAG Alle MIME-Objekte liefern 20080617

Method GET_PARAM on class CL_RSTT_ERROR_ATR has no exception.

Method INIT_WIZARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_WIZARD Value transfer Type reference (TYPE) RSTT_T_WZRD Tabelle für Wizard-Position 20080612

Method INIT_WIZARD on class CL_RSTT_ERROR_ATR has no exception.

Method LOAD_ERROR_ATR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTINATION Call by reference Type reference (TYPE) RSRLOGSYS Logisches System des Ziels 20080617
2 Importing I_ERRID Call by reference Type reference (TYPE) RSTT_ERRID Fehler-ID (numerisch) 20080616
3 Importing I_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID Fehler GUID 20080616
4 Importing I_ERRORID Call by reference Type reference (TYPE) RSTT_ERRORID Fehler ID 20080616
5 Returning R_R_ERROR Value transfer Object reference (TYPE REF TO) CL_RSTT_ERROR_ATR Defektbeschreibung für BI ATR 20080616

Method LOAD_ERROR_ATR on class CL_RSTT_ERROR_ATR has no exception.

Method SAVE_ERROR_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_ERROR Call by reference Object reference (TYPE REF TO) CL_RSTT_ERROR_ATR Instanz des Fehlers 20090923
2 Importing I_DESTINATION Call by reference Type reference (TYPE) RSRLOGSYS Logisches System des Ziels 20080617
3 Importing I_SX_MIME Call by reference Type reference (TYPE) CL_RSTT_MIME=>NT_SX_PARAM MIME Daten 20080616
4 Importing I_S_ERR Call by reference Type reference (TYPE) RSTT_ERR Attribute für Defekte ermittelt mit BI ATR 20080616
5 Importing I_S_ERROR Call by reference Type reference (TYPE) RSTT_ERROR Kopfdaten des Fehlers 20080616
6 Importing I_TEXT Call by reference Type reference (TYPE) RSTT_LGTXT Beschreibung 20080616
7 Importing I_T_CMNT Call by reference Type reference (TYPE) RSTT_T_CMNT Liste von Kommentarinformationen 20080616
8 Importing I_T_MSG Call by reference Type reference (TYPE) RSTT_T_MSGATTR Meldungsliste 20080616
9 Importing I_T_NOTE Call by reference Type reference (TYPE) RSTT_T_MSGATTR Hinweisliste 20080616

Method SAVE_ERROR_STATIC on class CL_RSTT_ERROR_ATR has no exception.

Method SEARCH_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RESULT Call by reference Type reference (TYPE) RSTT_T_ERRLIST Tabelle von Fehlerparametern 20080623
2 Importing I_DESTINATION Call by reference Type reference (TYPE) RSRLOGSYS Logisches System des Ziels 20080916
3 Importing I_EXTRACT_ATTR Call by reference Type reference (TYPE) RSTT_FLAG BW Extraktion für Attribute 20090518
4 Importing I_EXTRACT_TEXT Call by reference Type reference (TYPE) RSTT_FLAG BW Extraktion für Texte 20090518
5 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprache 20080929
6 Importing I_NO_PREPARE Call by reference Type reference (TYPE) RSTT_FLAG Keine Aufbereitung 20080929
7 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) RSTT_STRING Suchbegriff 20080623
8 Importing I_T_RANGE Call by reference Type reference (TYPE) RSTT_T_RANGE Selektionen 20080916
# Exception Resumable Description Created on
1 DB_READ_ERROR 20080623

Method SET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_MIME Call by reference Type reference (TYPE) CL_RSTT_MIME=>NT_SX_PARAM MIME Daten 20080616
2 Importing I_S_ERR Call by reference Type reference (TYPE) RSTT_ERR Attribute für Defekte ermittelt mit BI ATR 20080612
3 Importing I_S_ERROR Call by reference Type reference (TYPE) RSTT_ERROR Kopfdaten des Fehlers 20080616
4 Importing I_TEXT Call by reference Type reference (TYPE) RSTT_LGTXT Text 20080918
5 Importing I_T_CMNT Call by reference Type reference (TYPE) RSTT_T_CMNT Liste von Kommentarinformationen 20080612
6 Importing I_T_MSG Call by reference Type reference (TYPE) RSTT_T_MSGATTR Meldungsliste 20080612
7 Importing I_T_NOTE Call by reference Type reference (TYPE) RSTT_T_MSGATTR Hinweisliste 20080612

Method SET_PARAM on class CL_RSTT_ERROR_ATR has no exception.

Method SET_SYSTEM_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20080918
2 Importing I_S_PARAM Call by reference Type reference (TYPE) RSTT_S_ATTR_BASIC Basisattribute für Objektverwaltung 20080918

Method SET_SYSTEM_PARAM on class CL_RSTT_ERROR_ATR has no exception.

Method _ADD_SEARCHVALUE_CMNT Signature

Method _ADD_SEARCHVALUE_CMNT on class CL_RSTT_ERROR_ATR has no parameter.
Method _ADD_SEARCHVALUE_CMNT on class CL_RSTT_ERROR_ATR has no exception.

Method _ADD_SEARCHVALUE_MSG Signature

Method _ADD_SEARCHVALUE_MSG on class CL_RSTT_ERROR_ATR has no parameter.
Method _ADD_SEARCHVALUE_MSG on class CL_RSTT_ERROR_ATR has no exception.

Method _ADD_SEARCHVALUE_NOTE Signature

Method _ADD_SEARCHVALUE_NOTE on class CL_RSTT_ERROR_ATR has no parameter.
Method _ADD_SEARCHVALUE_NOTE on class CL_RSTT_ERROR_ATR has no exception.

Method _ADD_TEST_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) RSTT_T_RANGE Trace-Tool: Range-Tabelle (inkl. Komponente) 20121019
2 Importing I_TPATGUID Call by reference Type reference (TYPE) RSTT_GUID GUID des Musters 20121019

Method _ADD_TEST_FILTER on class CL_RSTT_ERROR_ATR has no exception.

Method _DEQUEUE_NEW_ERRORID Signature

Method _DEQUEUE_NEW_ERRORID on class CL_RSTT_ERROR_ATR has no parameter.
Method _DEQUEUE_NEW_ERRORID on class CL_RSTT_ERROR_ATR has no exception.

Method _DESERIALIZE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_PARAM Call by reference Type reference (TYPE) OT_SX_PARAM Parameter 20080612
2 Importing I_XML Call by reference Type reference (TYPE) ANY XML-Ausdruck 20080612

Method _DESERIALIZE_PARAM on class CL_RSTT_ERROR_ATR has no exception.

Method _FILTER_RESULT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RESULT Call by reference Type reference (TYPE) RSTT_T_ERRLIST Tabelle von Fehlerparametern 20080623
2 Importing I_NO_DATA_FOUND Call by reference Type reference (TYPE) RSTT_FLAG Vorsuche hat keine Fehler gefunden 20080624
3 Importing I_TX_RANGE Call by reference Type reference (TYPE) RSTT0_TX_RANGE Liste von Rangetabellen 20080623
# Exception Resumable Description Created on
1 DB_READ_ERROR 20080623

Method _GEN_NEW_ERRORID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRID Call by reference Type reference (TYPE) RSTT_ERRID Numerische Fehler ID 20080616
2 Exporting E_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID GUID 20080616
3 Exporting E_ERRORID Call by reference Type reference (TYPE) RSTT_ERRORID Fehler ID 20080616
# Exception Resumable Description Created on
1 ENQUEUE_PROBLEMS 20080616

Method _GET_SYSPARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_SYSPARAM Call by reference Type reference (TYPE) RSTT_S_ATTR_BASIC Systemparameter 20080918

Method _GET_SYSPARAM on class CL_RSTT_ERROR_ATR has no exception.

Method _LOAD_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTINATION Call by reference Type reference (TYPE) RSRLOGSYS Logisches System des Ziels 20080617
2 Importing I_ERRID Call by reference Type reference (TYPE) RSTT_ERRID Fehler-ID (numerisch) 20080617
3 Importing I_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID Fehler GUID 20080617
4 Importing I_ERRORID Call by reference Type reference (TYPE) RSTT_ERRORID Fehler ID 20080617
5 Returning R_R_ERROR Value transfer Object reference (TYPE REF TO) CL_RSTT_ERROR_ATR Defektbeschreibung für BI ATR 20080617

Method _LOAD_SYS on class CL_RSTT_ERROR_ATR has no exception.

Method _PREPARE_RESULT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RESULT Call by reference Type reference (TYPE) RSTT_T_ERRLIST Tabelle von Fehlerparametern 20080623
2 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprache 20080929
3 Importing I_NO_PREPARE Call by reference Type reference (TYPE) RSTT_FLAG Keine Aufbereitung 20080929
4 Importing I_NO_TEXT Call by reference Type reference (TYPE) RSTT_FLAG KeinenText ermitteln 20080929

Method _PREPARE_RESULT_LIST on class CL_RSTT_ERROR_ATR has no exception.

Method _PROCESS_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TX_RANGE Call by reference Type reference (TYPE) RSTT0_TX_RANGE Typgerechte Selektionen 20080916
2 Importing I_T_RANGE Call by reference Type reference (TYPE) RSTT_T_RANGE Selektionstabelle 20080916

Method _PROCESS_RANGE on class CL_RSTT_ERROR_ATR has no exception.

Method _SAVE_ERROR_BASIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) RSTT_LGTXT Beschreibung 20080616
# Exception Resumable Description Created on
1 ENQUEUE_PROBLEMS 20080616

Method _SEARCH_DLTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_GUID Call by reference Type reference (TYPE) OT_TH_GUID Gefundene Fehler GUIDs 20090518
2 Importing I_DATAKIND Call by reference Type reference (TYPE) RSTT_DATAKIND Datenart im BW 20090518

Method _SEARCH_DLTA on class CL_RSTT_ERROR_ATR has no exception.

Method _SEARCH_ERR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_GUID Call by reference Type reference (TYPE) OT_TH_GUID Gefundene Fehler GUIDs 20080624
2 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) RSTT_STRING Suchbegriff 20080624

Method _SEARCH_ERR on class CL_RSTT_ERROR_ATR has no exception.

Method _SEARCH_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_GUID Call by reference Type reference (TYPE) OT_TH_GUID Gefundene Fehler GUIDs 20080623
2 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) RSTT_STRING Suchbegriff 20080623

Method _SEARCH_ERROR on class CL_RSTT_ERROR_ATR has no exception.

Method _SEARCH_SRCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_GUID Call by reference Type reference (TYPE) OT_TH_GUID Gefundene Fehler GUIDs 20080624
2 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) RSTT_STRING Suchbegriff 20080624

Method _SEARCH_SRCH on class CL_RSTT_ERROR_ATR has no exception.

Method _SERIALIZE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XML Call by reference Type reference (TYPE) ANY XML-Ausdruck 20080612
2 Importing I_SX_PARAM Call by reference Type reference (TYPE) OT_SX_PARAM Parameter 20080612

Method _SERIALIZE_PARAM on class CL_RSTT_ERROR_ATR has no exception.

Method __EXTRACT_ERROR_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) NT_T_EXTRACT_ATTR Veränderte Defektattribute 20090518
# Exception Resumable Description Created on
1 DB_READ_ERROR 20090518

Method __EXTRACT_ERROR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) CL_RSTT_ATR=>NT_T_EXTRACT_SIMPLE_TEXT Veränderte Defekttexte 20090518
# Exception Resumable Description Created on
1 DB_READ_ERROR 20090518

Method __EXTRACT_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DATA Call by reference Object reference (TYPE REF TO) DATA Daten 20091019

Method __EXTRACT_MSG on class CL_RSTT_ERROR_ATR has no exception.

Method __READ_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RESULT Call by reference Type reference (TYPE) RSTT_T_ERRLIST Tabelle von Fehlerparametern 20090518
2 Importing I_LANGU_DUPLICATE Call by reference Type reference (TYPE) SYLANGU Sprache duplizieren 20090518
# Exception Resumable Description Created on
1 DB_READ_ERROR 20090518
History
Last changed by/on SAP  20130531 
SAP Release Created in 730