SAP ABAP Interface IF_BATCH_SCHEDULER_KRN (Global Job Dispatcher)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CST (Application Component) Client/Server Technology
⤷
SSI (Package) Server Infrastructure
⤷
⤷
Properties
| Interface | IF_BATCH_SCHEDULER_KRN | |
| Short Description | Global Job Dispatcher |
General Data
| Package | SSI | Server Infrastructure |
| Created | 20111028 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_BATCH_SCHEDULER_KRN has no interface.
Friends
Interface IF_BATCH_SCHEDULER_KRN has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR_ADM_SEND | Constant | Public | Type reference (TYPE) | I | 2 | ADM send error | 20111124 | |
| 2 | ERROR_MISSING_SERVER_NAME | Constant | Public | Type reference (TYPE) | I | 3 | Server name is missing or empty | 20111124 | |
| 3 | ERROR_OTHER | Constant | Public | Type reference (TYPE) | I | 1 | Error occured | 20111124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111125 | ||
| 2 | Instance method | Public | Method | 20111125 | ||
| 3 | Instance method | Public | Method | 20111028 | ||
| 4 | Instance method | Public | Method | 20111028 | ||
| 5 | Instance method | Public | Method | 20111028 | ||
| 6 | Instance method | Public | Method | 20111125 | ||
| 7 | Instance method | Public | Method | 20111028 | ||
| 8 | Instance method | Public | Method | 20111028 | ||
| 9 | Instance method | Public | Method | 20111028 |
Events
Interface IF_BATCH_SCHEDULER_KRN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | JOB | Public | See coding | Information about a batch job | 20111028 | BEGIN OF job,
job_info TYPE tbtcm,
server TYPE msname2,
server_set_by_kernel TYPE abap_bool,
status TYPE abap_bool,
END OF job
|
|
| 2 | JOBS_T | Public | See coding | 20111028 | jobs_t TYPE STANDARD TABLE OF job
|
Method Signatures
Method DECODE_BATCH_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BTC_SESSION | Call by reference | Type reference (TYPE) | I | 20111125 | ||||
| 2 | MODE | Call by reference | Type reference (TYPE) | INT1 | 20111125 | ||||
| 3 | TID | Call by reference | Type reference (TYPE) | I | 20111125 | ||||
| 4 | UID | Call by reference | Type reference (TYPE) | INT2 | 20111125 |
Method DECODE_BATCH_SESSION on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method DECODE_BATCH_SESSION_AS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BTC_SESSION | Call by reference | Type reference (TYPE) | I | 20111125 | ||||
| 2 | TXT | Call by reference | Type reference (TYPE) | STRING | 20111125 |
Method DECODE_BATCH_SESSION_AS_TEXT on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method DECODE_WP_NUMBERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIRST_WP_NUMBER | Call by reference | Type reference (TYPE) | INT2 | 20111028 | ||||
| 2 | LAST_WP_NUMBER | Call by reference | Type reference (TYPE) | INT2 | 20111028 | ||||
| 3 | WP_NUMBERS | Call by reference | Type reference (TYPE) | I | 20111028 |
Method DECODE_WP_NUMBERS on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method DISPATCH_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBS | Call by reference | Type reference (TYPE) | JOBS_T | 20111028 |
Method DISPATCH_JOBS on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method IS_BATCH_SERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111028 |
Method IS_BATCH_SERVER on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method IS_BATCH_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BTC_SESSION | Call by reference | Type reference (TYPE) | I | 20111125 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111125 |
Method IS_BATCH_SESSION on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method KILL_BATCH_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BTC_SESSION | Call by reference | Type reference (TYPE) | I | 20111028 | ||||
| 2 | RC | Value transfer | Type reference (TYPE) | I | 20111028 | ||||
| 3 | SERVER | Call by reference | Type reference (TYPE) | MSNAME2 | 20111028 |
Method KILL_BATCH_SESSION on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method PREPARE_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBS | Call by reference | Type reference (TYPE) | JOBS_T | 20111028 |
Method PREPARE_JOBS on Interface IF_BATCH_SCHEDULER_KRN has no exception.
Method USE_NEW_BATCH_SCHEDULING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111028 |
Method USE_NEW_BATCH_SCHEDULING on Interface IF_BATCH_SCHEDULER_KRN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 804 |