SAP ABAP Class IF_SWN_DELIVERY_VIA_JOBS (WF Notif: Creates Jobs for Delivery)
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
Class IF_SWN_DELIVERY_VIA_JOBS  
Short Description WF Notif: Creates Jobs for Delivery    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130823   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SWN_DELIVERY_VIA_JOBS has no forward declaration.
Interfaces
Class IF_SWN_DELIVERY_VIA_JOBS has no interface implemented.
Friends
Class IF_SWN_DELIVERY_VIA_JOBS has no friend class.
Attributes
Class IF_SWN_DELIVERY_VIA_JOBS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_PACKAGES_PER_JOB Instance method Public Method 20130827
2 SCHEDULE_JOBS Instance method Public Method 20130827
3 SET_DEBUG Instance method Public Method 20130827
4 SET_MAX_JOBS Instance method Public Method 20130827
5 SET_MIN_NOTIFICATIONS_PER_JOB Instance method Public Method 20130827
Events
Class 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 class IF_SWN_DELIVERY_VIA_JOBS has no parameter.
Method CREATE_PACKAGES_PER_JOB on class 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 Returning RE_SCHEDULED_JOBS Value transfer Type reference (TYPE) DELIVERY_JOB_TABLE 20130827

Method SCHEDULE_JOBS on class IF_SWN_DELIVERY_VIA_JOBS has no exception.

Method SET_DEBUG Signature

Method SET_DEBUG on class IF_SWN_DELIVERY_VIA_JOBS has no parameter.
Method SET_DEBUG on class 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 Importing IM_MAX_JOBS Call by reference Type reference (TYPE) I 20130827

Method SET_MAX_JOBS on class 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 Importing IM_MIN_NOTIFICATIONS_PER_JOB Call by reference Type reference (TYPE) I 20130827

Method SET_MIN_NOTIFICATIONS_PER_JOB on class IF_SWN_DELIVERY_VIA_JOBS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in