SAP ABAP Interface /SAPPO/IF_WORKLOAD_BADI (BAdI: Provide Information about Worklist)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPO (Application Component) Postprocessing Office
⤷
/SAPPO/ORDER (Package) Postprocessing Office - Order
⤷
⤷
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
| Interface | /SAPPO/IF_WORKLOAD_BADI | |
| Short Description | BAdI: Provide Information about Worklist |
General Data
| Package | /SAPPO/ORDER | Postprocessing Office - Order |
| Created | 20090119 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface /SAPPO/IF_WORKLOAD_BADI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090119 |
Friends
Interface /SAPPO/IF_WORKLOAD_BADI has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTOMATIC_ONLY | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 2 | Mode of Postprocessing Order | 20090120 | |
| 2 | MANUAL_ONLY | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 1 | Mode of Postprocessing Order | 20090120 | |
| 3 | MANUAL_OR_AUTOMATIC | Constant | Public | Type reference (TYPE) | /SAPPO/DTE_PROCMETH | 3 | Mode of Postprocessing Order | 20090120 | |
| 4 | NO_PROCESSING | 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
Interface /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 Interface /SAPPO/IF_WORKLOAD_BADI has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |