SAP ABAP Class IF_GRRM_RESOURCE_HANDLER (Interfaace for all specific Rest Request handler)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_ASSESSMENT Hanldes Request for creating an empty Assessment 20110413
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_ASSESSMENT_CALC Handles request for aggregating assessment results 20110413
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_ASSESSMENT_PARTY Hanldes request for submitting a persons ass. for a risk 20110413
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_IMPACT_CATEGORIES Handles Request for Getting Impact Categories 20110413
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_IMPACT_LEVELS Handles Request for Getting Impact Levels 20110413
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_ORG_UNITS Handles Request for Getting Organisation Units 20110413
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_PROBABILITY_LEVELS Handles Request for Getting Probability Levels 20110413
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_RISK Handles Request for creating a Risk 20110413
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRRM_SW_RISK_CATEGORIES Handles Request for Getting Risk Categories 20110413
Properties
Class IF_GRRM_RESOURCE_HANDLER  
Short Description Interfaace for all specific Rest Request handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110413   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GRRM_RESOURCE_HANDLER has no forward declaration.
Interfaces
Class IF_GRRM_RESOURCE_HANDLER has no interface implemented.
Friends
Class IF_GRRM_RESOURCE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTENT_TYPE_XML Constant Public Type reference (TYPE) STRING 'text/xml' 20110413
2 GC_STATUS_BAD_REQUEST Constant Public Type reference (TYPE) I 400 20110413
3 GC_STATUS_GONE Constant Public Type reference (TYPE) I 410 20110413
4 GC_STATUS_MOVED_PERMANENTLY Constant Public Type reference (TYPE) I 301 20110413
5 GC_STATUS_NOT_FOUND Constant Public Type reference (TYPE) I 401 20110413
6 GC_STATUS_NO_CONTENT Constant Public Type reference (TYPE) I 204 20110413
7 GC_STATUS_OK Constant Public Type reference (TYPE) I 200 20110413
8 GC_STATUS_UNSUPP_MEDIA_TYPE Constant Public Type reference (TYPE) I 415 20110413
Methods
# Method Level Visibility Method type Description Created on
1 HANDLE_DELETE Instance method Public Method 20110413
2 HANDLE_GET Instance method Public Method 20110413
3 HANDLE_POST Instance method Public Method 20110413
4 HANDLE_PUT Instance method Public Method 20110413
Events
Class IF_GRRM_RESOURCE_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_PARAMS Public See coding 20110413 BEGIN OF ty_s_params, parameter TYPE string, value TYPE string, END OF ty_s_params
2 TY_T_PARAMS Public See coding 20110413 ty_t_params TYPE TABLE OF ty_s_params
Method Signatures

Method HANDLE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) STRING 20110413
2 Exporting EV_ERROR_MSG Call by reference Type reference (TYPE) STRING 20110413
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20110413
4 Importing IT_PARAMS Call by reference Type reference (TYPE) TY_T_PARAMS 20110413
5 Importing IV_BODY Call by reference Type reference (TYPE) STRING 20110413
6 Importing IV_REQUEST_TYPE Call by reference Type reference (TYPE) STRING 'text/xml' 20110413

Method HANDLE_DELETE on class IF_GRRM_RESOURCE_HANDLER has no exception.

Method HANDLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) STRING 20110413
2 Exporting EV_ERROR_MSG Call by reference Type reference (TYPE) STRING 20110413
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20110413
4 Importing IT_PARAMS Call by reference Type reference (TYPE) TY_T_PARAMS 20110413
5 Importing IV_BODY Call by reference Type reference (TYPE) STRING 20110413
6 Importing IV_REQUEST_TYPE Call by reference Type reference (TYPE) STRING 20110413

Method HANDLE_GET on class IF_GRRM_RESOURCE_HANDLER has no exception.

Method HANDLE_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) STRING 20110413
2 Exporting EV_ERROR_MSG Call by reference Type reference (TYPE) STRING 20110413
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20110413
4 Importing IT_PARAMS Call by reference Type reference (TYPE) TY_T_PARAMS 20110413
5 Importing IV_BODY Call by reference Type reference (TYPE) STRING 20110413
6 Importing IV_REQUEST_TYPE Call by reference Type reference (TYPE) STRING 'text/xml' 20110413

Method HANDLE_POST on class IF_GRRM_RESOURCE_HANDLER has no exception.

Method HANDLE_PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) STRING 20110413
2 Exporting EV_ERROR_MSG Call by reference Type reference (TYPE) STRING 20110413
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20110413
4 Importing IT_PARAMS Call by reference Type reference (TYPE) TY_T_PARAMS 20110413
5 Importing IV_BODY Call by reference Type reference (TYPE) STRING 20110413
6 Importing IV_REQUEST_TYPE Call by reference Type reference (TYPE) STRING 'text/xml' 20110413

Method HANDLE_PUT on class IF_GRRM_RESOURCE_HANDLER has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in