SAP ABAP Class CL_TPDA_BP_SCRIPT_RUNNER (CL_TPDA_BP_SCRIPT_RUNNER)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_SCRIPT (Package) Debugger Script
⤷
⤷
Properties
| Class | CL_TPDA_BP_SCRIPT_RUNNER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_SCRIPT | Debugger Script |
| Created | 20061215 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TPDA_BP_SCRIPT_RUNNER has no forward declaration.
Interfaces
Class CL_TPDA_BP_SCRIPT_RUNNER has no interface implemented.
Friends
Class CL_TPDA_BP_SCRIPT_RUNNER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_TPDA_SCRIPT_CONTROL | 20061215 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_IT_ATT_SCRIPTS | 20061215 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_BP_SCRIPT_REG_IT | 20061218 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_TPDA_BP_SCRIPT_RUNNER | 20061215 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_TPDA_SCRIPT_RUNNER | 20061215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20061218 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20061215 | |
| 3 | Instance method | Private | Method | 20061215 | ||
| 4 | Static method | Public | Method | 20061215 | ||
| 5 | Static method | Public | Method | 20061218 | ||
| 6 | Instance method | Public | Method | 20061215 | ||
| 7 | Static method | Public | Method | 20061215 | ||
| 8 | Instance method | Public | Method | 20061215 |
Events
Class CL_TPDA_BP_SCRIPT_RUNNER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ATT_SCRIPT | Private | See coding | 20061215 | begin of ty_att_script,
subkey type i,
script_name type tpda_script_name,
script_runner type ref to if_tpda_script,
script_runner_admin type ref to CL_TPDA_SCRIPT_RUNNER,
end of ty_att_script
|
||
| 2 | TY_BP_SCRIPT_REG | Public | See coding | 20061218 | begin of ty_bp_script_reg,
bp_kind type i,
bp_at type string,
counter type i,
script_name type tpda_script_name,
end of ty_bp_script_reg
|
||
| 3 | TY_BP_SCRIPT_REG_IT | Public | See coding | 20061218 | ty_bp_script_reg_it type sorted table of ty_bp_script_reg with unique key bp_kind bp_at counter
|
||
| 4 | TY_IT_ATT_SCRIPTS | Private | See coding | 20061215 | ty_it_att_scripts type hashed table of ty_att_script with unique key subkey script_name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_TPDA_BP_SCRIPT_RUNNER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TPDA_BP_SCRIPT_RUNNER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TPDA_BP_SCRIPT_RUNNER has no parameter.
Method CONSTRUCTOR on class CL_TPDA_BP_SCRIPT_RUNNER has no exception.
Method CREATE_SCRIPT_RUNNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCRIPT | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_SCRIPT | TPDA: Debugger Skript | 20061215 | |||
| 2 | P_SCRIPT_RUNNER | Value transfer | Object reference (TYPE REF TO) | IF_TPDA_SCRIPT | TPDA: Debugger Skript | 20061215 | |||
| 3 | P_SUBKEY | Call by reference | Type reference (TYPE) | I | 20061218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061215 | |||
| 2 | 20061215 | |||
| 3 | TPDA: Debugger script soll gestoppt werden | 20061215 |
Method FACTORY_SCRIPT_RUNNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCRIPT_RUNNER | Value transfer | Object reference (TYPE REF TO) | CL_TPDA_BP_SCRIPT_RUNNER | 20061215 |
Method FACTORY_SCRIPT_RUNNER on class CL_TPDA_BP_SCRIPT_RUNNER has no exception.
Method GET_BP_SCRIPTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_BP_SCRIPT_IT | Value transfer | Type reference (TYPE) | TY_BP_SCRIPT_REG_IT | 20061218 |
Method GET_BP_SCRIPTS on class CL_TPDA_BP_SCRIPT_RUNNER has no exception.
Method INIT_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCRIPT | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_SCRIPT | TPDA: Debugger Skript | 20061215 | |||
| 2 | P_STOP | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20061215 | |||
| 3 | P_SUBKEY | Call by reference | Type reference (TYPE) | I | 20061218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061218 | |||
| 2 | 20061218 | |||
| 3 | 20061218 |
Method RESET_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCRIPT_NAME | Call by reference | Type reference (TYPE) | TPDA_SCRIPT_NAME | TPDA: Skriptname | 20061215 | |||
| 2 | P_SUBKEY | Call by reference | Type reference (TYPE) | I | 20061218 |
Method RESET_SCRIPT on class CL_TPDA_BP_SCRIPT_RUNNER has no exception.
Method RUN_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCRIPT | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_SCRIPT | TPDA: Debugger Skript | 20061215 | |||
| 2 | P_STOP | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20061215 | |||
| 3 | P_SUBKEY | Call by reference | Type reference (TYPE) | I | 20061218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061218 | |||
| 2 | 20061218 | |||
| 3 | TPDA: Debugger script soll gestoppt werden | 20061218 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |