SAP ABAP Interface IF_SWN_DELIVERY_VIA_JOBS (WF Notif: Creates Jobs for Delivery)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWN (Package) Business Workflow: E-Mail Notifications for Work Items
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWN_DELIVERY_MAN | WF Notif: Message Dispatch | 20130827 |
Properties
| Interface | IF_SWN_DELIVERY_VIA_JOBS | |
| Short Description | WF Notif: Creates Jobs for Delivery |
General Data
| Package | SWN | Business Workflow: E-Mail Notifications for Work Items |
| Created | 20130823 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SWN_DELIVERY_VIA_JOBS has no forward declaration.
Interfaces
Interface IF_SWN_DELIVERY_VIA_JOBS has no interface.
Friends
Interface IF_SWN_DELIVERY_VIA_JOBS has no friend.
Attributes
Interface IF_SWN_DELIVERY_VIA_JOBS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130827 | ||
| 2 | Instance method | Public | Method | 20130827 | ||
| 3 | Instance method | Public | Method | 20130827 | ||
| 4 | Instance method | Public | Method | 20130827 | ||
| 5 | Instance method | Public | Method | 20130827 |
Events
Interface IF_SWN_DELIVERY_VIA_JOBS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DELIVERY_JOB_STRUCTURE | Public | See coding | 20130827 | BEGIN OF delivery_job_structure.
TYPES: name TYPE char30.
TYPES: notification_count TYPE numc10.
TYPES: END OF delivery_job_structure
|
||
| 2 | DELIVERY_JOB_TABLE | Public | See coding | 20130827 | delivery_job_table TYPE STANDARD TABLE OF delivery_job_structure WITH DEFAULT KEY
|
Method Signatures
Method CREATE_PACKAGES_PER_JOB Signature
Method CREATE_PACKAGES_PER_JOB on Interface IF_SWN_DELIVERY_VIA_JOBS has no parameter.
Method CREATE_PACKAGES_PER_JOB on Interface IF_SWN_DELIVERY_VIA_JOBS has no exception.
Method SCHEDULE_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_SCHEDULED_JOBS | Value transfer | Type reference (TYPE) | DELIVERY_JOB_TABLE | 20130827 |
Method SCHEDULE_JOBS on Interface IF_SWN_DELIVERY_VIA_JOBS has no exception.
Method SET_DEBUG Signature
Method SET_DEBUG on Interface IF_SWN_DELIVERY_VIA_JOBS has no parameter.
Method SET_DEBUG on Interface IF_SWN_DELIVERY_VIA_JOBS has no exception.
Method SET_MAX_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MAX_JOBS | Call by reference | Type reference (TYPE) | I | 20130827 |
Method SET_MAX_JOBS on Interface IF_SWN_DELIVERY_VIA_JOBS has no exception.
Method SET_MIN_NOTIFICATIONS_PER_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MIN_NOTIFICATIONS_PER_JOB | Call by reference | Type reference (TYPE) | I | 20130827 |
Method SET_MIN_NOTIFICATIONS_PER_JOB on Interface IF_SWN_DELIVERY_VIA_JOBS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |