SAP ABAP Class /SDF/CL_EM_DUMP_COLLECTOR (Dump collector for Exception Management)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-SDD (Application Component) Service Data Download
     /SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SDF/CL_EM_COLLECTOR_BASE Exception Management Base Class 20110816
Properties
Class /SDF/CL_EM_DUMP_COLLECTOR  
Short Description Dump collector for Exception Management    
Super Class /SDF/CL_EM_COLLECTOR_BASE Exception Management Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SDF/STPI_6X   Release 6.XX dependent Basis Addon SLM 
Created 20110816   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SDF/CL_EM_DUMP_COLLECTOR has no interface implemented.
Friends
Class /SDF/CL_EM_DUMP_COLLECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CATEGORY Constant Public Type reference (TYPE) STRING 'ABAP Runtime Error' 20110817
2 CO_CTX_DESTINATION Constant Private Type reference (TYPE) /SDF/E2EEM_CTX_NAME 'Call Destination' EM Context Name 20120322
3 CO_CTX_FUNCTION Constant Private Type reference (TYPE) /SDF/E2EEM_CTX_NAME 'Function Module' EM Context Name 20120322
4 CO_DEST Constant Public Type reference (TYPE) STRING 'DEST' 20120322
5 CO_ERRID Constant Public Type reference (TYPE) STRING 'ERRID' 20110816
6 CO_FUNC Constant Public Type reference (TYPE) STRING 'FUNC' 20120322
7 CO_IMP_SOURCE Constant Public Type reference (TYPE) STRING 'ABAP_DUMP' 20110817
8 CO_PROG Constant Public Type reference (TYPE) STRING 'PROG' 20110816
9 CO_VARIABLES Constant Private Type reference (TYPE) STRING 'VARIABLES' 20110818
10 ENV Instance attribute Private Type reference (TYPE) GS_ENV 20110816
11 USR Instance attribute Private Type reference (TYPE) GS_USR 20110816
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FOR_FUNC_AND_DEST Instance method Private Method Check if FUNC or DEST is available 20120322
2 FILL_ERRID_PROG Instance method Protected Method 20110816
3 FILTER_DUMPS Instance method Protected Method 20110816
4 FILTER_DUMPS2 Instance method Protected Method Second Filter (including FUNC and DEST) 20120322
5 GET_CALLSTACK_AND_VARIABLES Instance method Private Method 20110818
6 GET_DUMPS Instance method Protected Method 20110816
7 GET_FIELDTABLE Instance method Private Method 20110816
8 GET_SHORTTEXT Instance method Private Method 20110816
9 REPLACE_VARIABLE Instance method Private Method 20110816
Events
Class /SDF/CL_EM_DUMP_COLLECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GS_ENV Private See coding 20110816
2 GS_FT Protected See coding 20110816
3 GS_SNAP Protected See coding 20110816
4 GS_SNAP_ONE_FLIST Private See coding 20110816
5 GS_USR Private See coding 20110816
6 GT_FT Protected See coding 20110816
7 GT_SNAP Protected See coding 20110816
8 TT_CTX_VALUE_RANGE Private See coding 20120322
Method Signatures

Method CHECK_FOR_FUNC_AND_DEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CTX_PARAM Call by reference Type reference (TYPE) /SDF/E2EEM_DATA_GEN_S-T_CONTEXT_PARAM 20120322
2 Importing IT_DEST_RANGE Call by reference Type reference (TYPE) TT_CTX_VALUE_RANGE 20120322
3 Importing IT_FUNC_RANGE Call by reference Type reference (TYPE) TT_CTX_VALUE_RANGE 20120322
4 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20120322

Method CHECK_FOR_FUNC_AND_DEST on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method FILL_ERRID_PROG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing LT_SNAP_KEYS Call by reference Type reference (TYPE) GT_SNAP 20110816

Method FILL_ERRID_PROG on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method FILTER_DUMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_RESULT_STATUS Call by reference Type reference (TYPE) /SDF/E2E_RETURN_STATUS_MULT_TT Table Type of Return Status 20110816
2 Importing IT_SELOPT Call by reference Type reference (TYPE) /SDF/E2E_SELPARA_OR_TT Select Option Table (OR) 20110816
3 Changing LT_SNAP_KEYS Call by reference Type reference (TYPE) GT_SNAP 20110816

Method FILTER_DUMPS on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method FILTER_DUMPS2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA_GEN Call by reference Type reference (TYPE) /SDF/E2EEM_DATA_GEN_TT Data Table for EM (general data) 20120322
2 Changing ET_RESULT_STATUS Call by reference Type reference (TYPE) /SDF/E2E_RETURN_STATUS_MULT_TT Table Type of Return Status 20120322
3 Importing IT_SELOPT Call by reference Type reference (TYPE) /SDF/E2E_SELPARA_OR_TT Select Option Table (OR) 20120322

Method FILTER_DUMPS2 on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method GET_CALLSTACK_AND_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CALLSTACK Call by reference Type reference (TYPE) /SDF/E2EEM_CALL_STACK_TT Table with Call Stack 20110818
2 Importing LT_FT Call by reference Type reference (TYPE) GT_FT 20110818
3 Exporting VARIABLES Call by reference Type reference (TYPE) /SDF/E2EEM_CTX_XML_S EM context data 20110818

Method GET_CALLSTACK_AND_VARIABLES on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method GET_DUMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT_STATUS Call by reference Type reference (TYPE) /SDF/E2E_RETURN_STATUS_MULT_TT Table Type of Return Status 20110816
2 Importing IT_SELOPT Call by reference Type reference (TYPE) /SDF/E2E_SELPARA_OR_TT Select Option Table (OR) 20110816
3 Importing IV_TIMESTAMP_FROM Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20110816
4 Importing IV_TIMESTAMP_TO Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20110816
5 Exporting LT_SNAP_KEYS Call by reference Type reference (TYPE) GT_SNAP 20110816

Method GET_DUMPS on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method GET_FIELDTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LS_SNAP_KEY Call by reference Type reference (TYPE) GS_SNAP 20110816
2 Exporting LT_FT Call by reference Type reference (TYPE) GT_FT 20110816

Method GET_FIELDTABLE on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method GET_SHORTTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_MESSAGE Call by reference Type reference (TYPE) BAPI_MSG Message Text 20110816
2 Importing IV_ERRID Call by reference Type reference (TYPE) S380ERRID Abend ID of an ABAP/4 short dump 20110816
3 Importing LT_FT Call by reference Type reference (TYPE) GT_FT 20110816

Method GET_SHORTTEXT on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.

Method REPLACE_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing LEN Call by reference Type reference (TYPE) I 20110816
2 Importing LT_FT Call by reference Type reference (TYPE) GT_FT 20110816
3 Changing OFS Call by reference Type reference (TYPE) I 20110816
4 Exporting RANGE Call by reference Type reference (TYPE) CSEQUENCE 20110816
5 Importing TTYPE Call by reference Type reference (TYPE) CSEQUENCE 20110816
6 Changing WA Call by reference Type reference (TYPE) CSEQUENCE 20110816

Method REPLACE_VARIABLE on class /SDF/CL_EM_DUMP_COLLECTOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2008_1_620