SAP ABAP Class /SAPPO/IF_WORKLOAD_BADI (BAdI: Provide Information about Worklist)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090119 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SAPPO/CL_WORKLOAD_BADI_SAMPLE | Class for BAdI Impl.: /SAPPO/BADI_WORKLOAD2WF | 20090120 |
Properties
| Class | /SAPPO/IF_WORKLOAD_BADI | |
| Short Description | BAdI: Provide Information about Worklist | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090119 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SAPPO/IF_WORKLOAD_BADI has no forward declaration.
Interfaces
Class /SAPPO/IF_WORKLOAD_BADI has no interface implemented.
Friends
Class /SAPPO/IF_WORKLOAD_BADI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 2 | Mode of Postprocessing Order | 20090120 | ||
| 2 | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 1 | Mode of Postprocessing Order | 20090120 | ||
| 3 | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 3 | Mode of Postprocessing Order | 20090120 | ||
| 4 | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 0 | Mode of Postprocessing Order | 20090120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets Information for PPO Worklists | 20090119 |
Events
Class /SAPPO/IF_WORKLOAD_BADI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_WORKLOAD_INFO | Public | See coding | 20090119 | begin of TY_S_WORKLOAD_INFO,
component type /SAPPO/DTE_COMPONENT,
worklist type /SAPPO/DTE_WORKLIST,
procmeth type /SAPPO/DTE_PROCMETH,
count type i,
end of ty_s_workload_info
|
||
| 2 | TY_T_WORKLOAD_INFO | Public | See coding | 20090119 | ty_t_workload_info type sorted table of ty_s_workload_info
with unique key primary_key components component worklist procmeth
|
Method Signatures
Method EXECUTE_WORKLOAD_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WORKLOAD_INFO | Call by reference | Type reference (TYPE) | TY_T_WORKLOAD_INFO | 20090119 |
Method EXECUTE_WORKLOAD_NOTIFICATION on class /SAPPO/IF_WORKLOAD_BADI has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |