SAP ABAP Class CL_RSAN_PRR_ARUN_API (API methods for the Analysis Run)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_PRR (Package) APD - Application - Analysis Process Run (Monitor)
⤷
⤷
Properties
| Class | CL_RSAN_PRR_ARUN_API | |
| Short Description | API methods for the Analysis Run | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAN_PRR | APD - Application - Analysis Process Run (Monitor) |
| Created | 20031013 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_RSAN_PRR_ARUN_API has no interface implemented.
Friends
Class CL_RSAN_PRR_ARUN_API has no friend class.
Attributes
Class CL_RSAN_PRR_ARUN_API has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get detail information for one analysis run | 20040130 | |
| 2 | Static method | Public | Method | Find All Analysis Runs That Wrote to the Specified Target | 20031013 | |
| 3 | Static method | Public | Method | Find the Last Analysis Run That Wrote to a Specified Target | 20031019 | |
| 4 | Static method | Public | Method | Read a set of analysis run headers | 20040129 | |
| 5 | Static method | Public | Method | Show the Monitor as Full Screen Application | 20031013 | |
| 6 | Static method | Public | Method | Show the Monitor, But Only with Runs for a Specific Target | 20031013 | |
| 7 | Static method | Private | Method | If the Status Is "Running", Check If Job Is Broken | 20031019 |
Events
Class CL_RSAN_PRR_ARUN_API has no event.
Types
Class CL_RSAN_PRR_ARUN_API has no local type.
Method Signatures
Method GET_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_HEADER | Call by reference | Type reference (TYPE) | RSANQ_S_ARUN_HEADER | Analyselauf - Header data | 20040130 | |||
| 2 | ETH_OUT_PARAM | Call by reference | Type reference (TYPE) | RSANQ_TH_OUT_PARAM | Analyselauf - Output Parameter | 20040130 | |||
| 3 | I_ARUN | Call by reference | Type reference (TYPE) | RSAN_PRR_ARUN | Analyselauf - Protokoll-ID zum Analyseprozess | 20040130 | |||
| 4 | I_COMMIT_ALLOWED | Call by reference | Type reference (TYPE) | AS4FLAG | SPACE | 'X'=Commits allowed - Status of crashed jobs will be updated | 20081203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Analysis run does not exist | 20040130 |
Method GET_FOR_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ARUN_HEADER | Call by reference | Type reference (TYPE) | RSANQ_T_ARUN_HEADER | Analysis Run | 20031019 | |||
| 2 | I_COMMIT_ALLOWED | Call by reference | Type reference (TYPE) | AS4FLAG | SPACE | 'X'=Commits allowed - Status of crashed jobs will be updated | 20040130 | ||
| 3 | I_FROM_START_TIME | Call by reference | Type reference (TYPE) | RSTIMESTMP | 0 | Timestamp from which runs are selected (0=all) | 20031013 | ||
| 4 | I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20031013 | |||
| 5 | I_OBJ_DETAILS | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_OBJ_DETAILS | Objekt-Details zum Datenziel | 20090804 | |||
| 6 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20031013 |
Method GET_FOR_TARGET on class CL_RSAN_PRR_ARUN_API has no exception.
Method GET_LAST_FOR_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ARUN_HEADER | Call by reference | Type reference (TYPE) | RSANQ_S_ARUN_HEADER | Analysis Run Header | 20031019 | |||
| 2 | I_COMMIT_ALLOWED | Call by reference | Type reference (TYPE) | AS4FLAG | SPACE | 'X'=Commits allowed - Status of crashed jobs will be updated | 20040130 | ||
| 3 | I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20031019 | |||
| 4 | I_OBJ_DETAILS | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_OBJ_DETAILS | Objekt-Details zum Datenziel | 20090804 | |||
| 5 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20031019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No analysis run for specified target found | 20031019 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ARUN_HEADER | Call by reference | Type reference (TYPE) | RSANQ_T_ARUN_HEADER | Analysis Run | 20040129 | |||
| 2 | IS_FILTER | Call by reference | Type reference (TYPE) | RSANQ_S_ARUN_FILTER | Filter for analysis runs | 20040129 | |||
| 3 | I_COMMIT_ALLOWED | Call by reference | Type reference (TYPE) | AS4FLAG | SPACE | 'X'=Commits allowed - Status of crashed jobs will be updated | 20040130 |
Method GET_LIST on class CL_RSAN_PRR_ARUN_API has no exception.
Method START_MONITOR Signature
Method START_MONITOR on class CL_RSAN_PRR_ARUN_API has no parameter.
Method START_MONITOR on class CL_RSAN_PRR_ARUN_API has no exception.
Method START_MONITOR_FOR_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20031013 | |||
| 2 | I_OBJ_DETAILS | Call by reference | Type reference (TYPE) | RSAN_PRR_TARGET_OBJ_DETAILS | Objekt-Details zum Datenziel | 20090804 | |||
| 3 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20031013 |
Method START_MONITOR_FOR_TARGET on class CL_RSAN_PRR_ARUN_API has no exception.
Method _CHECK_AND_OVERRIDE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ARUN_HEADER | Call by reference | Type reference (TYPE) | RSANQ_S_ARUN_HEADER | Analysis Run Header | 20031019 | |||
| 2 | I_COMMIT_ALLOWED | Call by reference | Type reference (TYPE) | AS4FLAG | 'X'=Commits allowed - Status of crashed jobs will be updated | 20040130 |
Method _CHECK_AND_OVERRIDE_STATUS on class CL_RSAN_PRR_ARUN_API has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 350 |