SAP ABAP Class CL_ISR_PROCESS (Edit ISR Request)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO (Application Component) Controlling
⤷
QISR (Package) Internal Service Requests
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20050523 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20050523 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20050523 |
Properties
| Class | CL_ISR_PROCESS | |
| Short Description | Edit ISR Request | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | QISR | Internal Service Requests |
| Created | 20050523 | SAP |
| Last change | 20070912 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISR_PROCESS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | BI_OBJECT | Business Instance | 20050523 | ||
| 2 | BI_PERSISTENT | Persistent Business Instance | 20050523 | ||
| 3 | IF_WORKFLOW | Business Workflow | 20050523 |
Friends
Class CL_ISR_PROCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_INSTANCES | Instances | 20050622 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SIBFLPOR | Local Persistent Object Reference | 20050622 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | QMNUM | Notification Number | 20050621 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Call Up Browser | 20050523 | |
| 2 | Static method | Public | Method | Exit All Tasks | 20050824 | |
| 3 | Instance method | Public | Constructor | Constructor | 20050622 | |
| 4 | Static method | Public | Method | Create Object for Notification | 20050722 | |
| 5 | Static method | Public | Method | Popup for Reset | 20060404 | |
| 6 | Static method | Public | Method | Display Popup for Reset | 20061205 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COMPLETED | Instance Event (0) |
Public (2) |
Task Executed | 20050524 |
| 2 | TASKS_RELEASED | Instance Event (0) |
Public (2) |
Release Tasks | 20050722 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_INSTANCE | Protected | See coding | 20050622 | BEGIN OF T_INSTANCE,
REQUESTNO TYPE QMNUM,
INSTANCE TYPE REF TO CL_ISR_PROCESS,
END OF T_INSTANCE
|
||
| 2 | T_INSTANCES | Protected | See coding | 20050622 | T_INSTANCES TYPE STANDARD TABLE OF T_INSTANCE
|
Method Signatures
Method CALL_BROWSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTNO | Call by reference | Type reference (TYPE) | QMNUM | Meldungsnummer | 20050523 | |||
| 2 | I_WF_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | Aufgabenkennung | 20050523 | |||
| 3 | I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20050523 |
Method CALL_BROWSER on class CL_ISR_PROCESS has no exception.
Method COMPLETE_ALL_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTNO | Call by reference | Type reference (TYPE) | QMNUM | Meldungsnummer | 20050824 |
Method COMPLETE_ALL_TASKS on class CL_ISR_PROCESS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTNO | Call by reference | Type reference (TYPE) | QMNUM | Meldungsnummer | 20050722 |
Method CONSTRUCTOR on class CL_ISR_PROCESS has no exception.
Method CREATE_NOTIF_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTNO | Call by reference | Type reference (TYPE) | QMNUM | Meldungsnummer | 20050722 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_ISR_PROCESS | ISR Antrag bearbeiten | 20050722 |
Method CREATE_NOTIF_OBJECT on class CL_ISR_PROCESS has no exception.
Method SET_BACK_POPUP Signature
Method SET_BACK_POPUP on class CL_ISR_PROCESS has no parameter.
Method SET_BACK_POPUP on class CL_ISR_PROCESS has no exception.
Method SHOW_BACK_POPUP Signature
Method SHOW_BACK_POPUP on class CL_ISR_PROCESS has no parameter.
Method SHOW_BACK_POPUP on class CL_ISR_PROCESS has no exception.
Event Signatures
Event COMPLETED Signature
Event COMPLETED on class CL_ISR_PROCESS has no parameter.
Event TASKS_RELEASED Signature
Event TASKS_RELEASED on class CL_ISR_PROCESS has no parameter.
History
| Last changed by/on | SAP | 20070912 |
| SAP Release Created in | 600 |