SAP ABAP Class IF_FDT_DEBUGGEE (FDT: Debuggee (debugged process))
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_DEBUG | FDT: Debug | 20080612 |
Properties
Class | IF_FDT_DEBUGGEE | |
Short Description | FDT: Debuggee (debugged process) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080612 | SAP |
Last change | 20140121 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_DEBUGGEE has no interface implemented.
Friends
Class IF_FDT_DEBUGGEE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Seconds until debuggee stops waiting | 20130613 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Load changes since last request | 20080613 |
2 | ![]() |
Instance method | Public | Method | Load timestamp of debuggER information in shared memory | 20120208 |
3 | ![]() |
Instance method | Public | Method | Event Post Expression (Debuggee Process) | 20080616 |
4 | ![]() |
Instance method | Public | Method | Event Pre Expression (Debuggee Process) | 20080616 |
5 | ![]() |
Instance method | Public | Method | Start debuggee for a function ID | 20080612 |
6 | ![]() |
Instance method | Public | Method | Wait for update from debugger | 20120208 |
7 | ![]() |
Instance method | Public | Method | Write changes | 20080613 |
Events
Class IF_FDT_DEBUGGEE has no event.
Types
Class IF_FDT_DEBUGGEE has no local type.
Method Signatures
Method LOAD_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BREAKPOINTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Break-Point change | 20080613 | ||
2 | ![]() |
EV_STEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | Step change | 20080613 | ||
3 | ![]() |
EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20080615 | ||
4 | ![]() |
EV_VARIABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | Variable value change | 20080613 |
Method LOAD_CHANGES on class IF_FDT_DEBUGGEE has no exception.
Method LOAD_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20120208 |
Method LOAD_TIMESTAMP on class IF_FDT_DEBUGGEE has no exception.
Method POST_EXPRESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080616 | ||
2 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20080616 | ||
3 | ![]() |
IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TRACE | FDT: Trace | 20080616 | ||
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Processing timestamp | 20130507 |
Method POST_EXPRESSION on class IF_FDT_DEBUGGEE has no exception.
Method PRE_EXPRESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080616 | ||
2 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20080616 | ||
3 | ![]() |
IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TRACE | FDT: Trace | 20080616 | ||
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Processing timestamp | 20130507 |
Method PRE_EXPRESSION on class IF_FDT_DEBUGGEE has no exception.
Method START_DEBUGGEE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXECUTE_ACTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: Execute actions | 20130311 | |
2 | ![]() |
IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20080612 | ||
3 | ![]() |
IV_INACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: Inactive function should be debugged | 20120815 | |
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp for processing | 20080612 |
Method START_DEBUGGEE on class IF_FDT_DEBUGGEE has no exception.
Method WAIT_FOR_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_UPDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Update or time-out? | 20120208 |
Method WAIT_FOR_UPDATE on class IF_FDT_DEBUGGEE has no exception.
Method WRITE_CHANGES Signature
Method WRITE_CHANGES on class IF_FDT_DEBUGGEE has no parameter.
Method WRITE_CHANGES on class IF_FDT_DEBUGGEE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |