SAP ABAP Class IF_DPR_COMMON_REQUEST (Development Projects: Interface of All Request Objects)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_COMMON_REQUEST | Development Projects: Abstract Request Objekt | 20020419 |
Properties
| Class | IF_DPR_COMMON_REQUEST | |
| Short Description | Development Projects: Interface of All Request Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20020419 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_DPR_COMMON_REQUEST has no interface implemented.
Friends
Class IF_DPR_COMMON_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_DPR_COMMON | Request Creator | 20020419 | |||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'F' | Result: Failed | 20020419 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Result: Successful | 20020419 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR1 | 'U' | Result: Undefined (No Result) | 20020419 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR1 | '3' | Status: Closed/Ended | 20020419 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Status: Created/Generated | 20020419 | ||
| 7 | Constant | Public | Type reference (TYPE) | CHAR1 | '2' | Status; In Process | 20020419 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Carry Out Request | 20020419 | |
| 2 | Instance method | Public | Method | Destructor | 20020419 | |
| 3 | Instance method | Public | Method | Access Method to Result of Request | 20020419 | |
| 4 | Instance method | Public | Method | Access Method to Status of Request | 20020419 | |
| 5 | Instance method | Public | Method | Is the request completed/ended? | 20020419 |
Events
Class IF_DPR_COMMON_REQUEST has no event.
Types
Class IF_DPR_COMMON_REQUEST has no local type.
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXECUTOR | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Ausführer des Requests | 20020420 |
Method EXECUTE on class IF_DPR_COMMON_REQUEST has no exception.
Method FREE Signature
Method FREE on class IF_DPR_COMMON_REQUEST has no parameter.
Method FREE on class IF_DPR_COMMON_REQUEST has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Ergebnis des Requests | 20020419 |
Method GET_RESULT on class IF_DPR_COMMON_REQUEST has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATE | Value transfer | Type reference (TYPE) | CHAR1 | Zustand des Requests | 20020419 |
Method GET_STATE on class IF_DPR_COMMON_REQUEST has no exception.
Method IS_COMPLETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_COMPLETED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Request abgeschlossen/beendet | 20020419 |
Method IS_COMPLETED on class IF_DPR_COMMON_REQUEST has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |