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 CL_DPR_CO 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 MR_REQUESTER Instance attribute Public Object reference (TYPE REF TO) IF_DPR_COMMON Request Creator 20020419
2 SC_RESULT_FAILED Constant Public Type reference (TYPE) CHAR1 'F' Result: Failed 20020419
3 SC_RESULT_SUCCESSFUL Constant Public Type reference (TYPE) CHAR1 'S' Result: Successful 20020419
4 SC_RESULT_UNDEFINED Constant Public Type reference (TYPE) CHAR1 'U' Result: Undefined (No Result) 20020419
5 SC_STATE_COMPLETED Constant Public Type reference (TYPE) CHAR1 '3' Status: Closed/Ended 20020419
6 SC_STATE_CREATED Constant Public Type reference (TYPE) CHAR1 '1' Status: Created/Generated 20020419
7 SC_STATE_IN_PROGRESS Constant Public Type reference (TYPE) CHAR1 '2' Status; In Process 20020419
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Carry Out Request 20020419
2 FREE Instance method Public Method Destructor 20020419
3 GET_RESULT Instance method Public Method Access Method to Result of Request 20020419
4 GET_STATE Instance method Public Method Access Method to Status of Request 20020419
5 IS_COMPLETED 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 Importing 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 Returning 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 Returning 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 Returning 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