SAP ABAP Class CE_TPDAPI_STEPTYPE (Types of Steps in the Debugger)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDAPI_ENUM_PROPERTIES Properties of an ENUM 20100323
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDAPI_PROPERTY Property 20100323
Properties
Class CE_TPDAPI_STEPTYPE  
Short Description Types of Steps in the Debugger    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20091203   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IE_TPDAPI_STEPTYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
2 IF_TPDAPI_ENUM_PROPERTIES Properties of an ENUM 20100323
3 IF_TPDAPI_PROPERTY Property 20100323
Friends
Class CE_TPDAPI_STEPTYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTINUE Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
2 CONTINUE_ANDRESTARTAPP Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
3 CONTINUE_ANDSTOPAPP Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
4 CONTINUE_DEBUGSTEP Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
5 INTO Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
6 INTO_EXPRESSION Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
7 OUT Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
8 OVER Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
9 OVER_EXPRESSION Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
10 STEPTYPE Instance attribute Protected Type reference (TYPE) IE_TPDAPI_STEPTYPE=>TYP_STEPTYPE Natural Number 20091203
11 STOP Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Types of Steps in the Debugger 20091203
12 S_REF_ENUM_PROPERTIES Static Attribute Protected Object reference (TYPE REF TO) CL_TPDAPI_ENUM_PROPERTIES 20100323
13 S_TAB_STEPTYPES Static Attribute Protected Type reference (TYPE) TYP_TAB_STEPTYPES 20091203
14 TEXT Instance attribute Protected Type reference (TYPE) STRING 20091203
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20091203
2 S_GET_FROM_ID Static method Public Method 20091203
3 S_GET_FROM_PROPERTY Instance method Public Method 20100323
4 S_INIT Static method Protected Method 20091203
Events
Class CE_TPDAPI_STEPTYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_STEPTYPE Protected See coding 20091203 BEGIN OF typ_str_steptype, steptype TYPE ie_tpdapi_steptype=>typ_steptype, ref_steptype TYPE REF TO ie_tpdapi_steptype, END OF typ_str_steptype
2 TYP_TAB_STEPTYPES Protected See coding 20091203 typ_tab_steptypes TYPE HASHED TABLE OF typ_str_steptype WITH UNIQUE KEY steptype
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method S_GET_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEPTYPE Call by reference Type reference (TYPE) IE_TPDAPI_STEPTYPE=>TYP_STEPTYPE Natürliche Zahl 20091203
2 Returning R_REF_STEPTYPE Value transfer Object reference (TYPE REF TO) IE_TPDAPI_STEPTYPE Schrittarten im Debugger 20091203

Method S_GET_FROM_ID on class CE_TPDAPI_STEPTYPE has no exception.

Method S_GET_FROM_PROPERTY Signature

Method S_GET_FROM_PROPERTY on class CE_TPDAPI_STEPTYPE has no parameter.
Method S_GET_FROM_PROPERTY on class CE_TPDAPI_STEPTYPE has no exception.

Method S_INIT Signature

Method S_INIT on class CE_TPDAPI_STEPTYPE has no parameter.
Method S_INIT on class CE_TPDAPI_STEPTYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800