SAP ABAP Class CL_E2E_TESTING_AGENT_BTC_TRACE (E2E: Batch Job Traces in TBOM)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-TWB-BCA (Application Component) Business Process Change Analyzer
⤷
E2E_TESTING (Package) E2E Testing
⤷
⤷
Properties
| Class | CL_E2E_TESTING_AGENT_BTC_TRACE | |
| Short Description | E2E: Batch Job Traces in TBOM | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | E2E_TESTING | E2E Testing |
| Created | 20110308 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_E2E_TESTING_AGENT_BTC_TRACE has no forward declaration.
Interfaces
Class CL_E2E_TESTING_AGENT_BTC_TRACE has no interface implemented.
Friends
Class CL_E2E_TESTING_AGENT_BTC_TRACE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | BTC_TABLE_NAME_T | Batch job fields | 20110328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clear Trace Flags for given jobs | 20110901 | |
| 2 | Instance method | Public | Constructor | Constructor | 20110308 | |
| 3 | Instance method | Public | Method | Get Batch Jobs for TBOM traces | 20110308 | |
| 4 | Instance method | Public | Method | Get Batch Jobs information | 20110308 | |
| 5 | Instance method | Public | Method | Get the transaction id of batch job from statistics | 20110404 | |
| 6 | Instance method | Private | Method | Move corresponding fields of batch jo | 20110328 |
Events
Class CL_E2E_TESTING_AGENT_BTC_TRACE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BTCJOB_TRANSID_S | Private | See coding | BTCJOB_TRANSID_S | 20110404 | |
|
| 2 | BTCJOB_TRANSID_T | Private | See coding | BTCJOB_TRANSID_T | 20110404 | |
|
| 3 | BTC_TABLE_NAME_T | Private | See coding | Table of Batch job fields | 20110328 | |
Method Signatures
Method CLEAR_TRACE_FLAGS_FOR_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATRA_TRACE_IDS | Call by reference | Type reference (TYPE) | ATRA_TRACE_IDS_T | Table of ATRA_TRACE_IDS (Transaction and root context IDS) | 20110901 | |||
| 2 | I_END_DATE | Call by reference | Type reference (TYPE) | SYDATUM | end date of traces | 20110901 | |||
| 3 | I_END_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | end time of traces | 20110901 | |||
| 4 | I_JOB_COUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Background job number | 20110928 | |||
| 5 | I_JOB_NAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20110928 | |||
| 6 | I_START_DATE | Call by reference | Type reference (TYPE) | SYDATUM | start date of traces | 20110901 | |||
| 7 | I_START_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | start time of traces | 20110901 | |||
| 8 | I_TIME_ZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time Zone of traces | 20110901 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error Occured | 20110901 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_E2E_TESTING_AGENT_BTC_TRACE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | error | 20110308 |
Method GET_BATCH_JOBS_FOR_TBOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TBOM_BATCH_JOBS | Call by reference | Type reference (TYPE) | E2ET_TBOM_BATCH_JOB_T | Table of batch jobs | 20110308 | |||
| 2 | IT_ATRA_TRACE_IDS | Call by reference | Type reference (TYPE) | ATRA_TRACE_IDS_T | Table of ATRA_TRACE_IDS (Transaction and root context IDS) | 20110308 | |||
| 3 | I_END_DATE | Call by reference | Type reference (TYPE) | SYDATUM | end date of traces | 20110308 | |||
| 4 | I_END_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | end time of traces | 20110308 | |||
| 5 | I_START_DATE | Call by reference | Type reference (TYPE) | SYDATUM | start date of traces | 20110308 | |||
| 6 | I_START_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | start time of traces | 20110308 | |||
| 7 | I_TIME_ZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time Zone of traces | 20110308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20110308 |
Method GET_BATCH_JOBS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BATCH_JOBS | Call by reference | Type reference (TYPE) | E2ET_TBOM_BATCH_JOB_T | Table of E2ET_TBOM_BATCH_JOB_S | 20110308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cannot read the job log | 20110308 | ||
| 2 | Communication error | 20110308 | ||
| 3 | Invalid job status | 20110308 | ||
| 4 | Batch job was not found | 20110308 | ||
| 5 | No authority to get the batch job info | 20110308 | ||
| 6 | No data was found | 20110308 | ||
| 7 | No step found for the given batch jobs | 20110308 | ||
| 8 | Unexpected error | 20110308 |
Method GET_BATCH_JOB_TRANSID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BATCH_JOB_INFO | Call by reference | Type reference (TYPE) | E2ET_TBOM_BATCH_JOB_S | change the field 'Trans_id' | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Functionality does not exist | 20110404 |
Method MOVE_CORRESPONDING_FIELDS_BTC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BTC_JOB_STRUCT | Call by reference | Type reference (TYPE) | E2ET_TBOM_BATCH_JOB_S | TBOM: Batch Job Information | 20110328 | |||
| 2 | IS_BTC_JOB_STRUCT | Call by reference | Type reference (TYPE) | ANY | Structure of Batch job | 20110328 |
Method MOVE_CORRESPONDING_FIELDS_BTC on class CL_E2E_TESTING_AGENT_BTC_TRACE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_46C |