SAP ABAP Class CL_GRPC_API_CASE (Scenario Case API class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ENTITY_API (Package) GRC Process controls API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20091030
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_API_CASE Scenario Case API class 20091030
Properties
Class CL_GRPC_API_CASE  
Short Description Scenario Case API class    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091030   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRPC_API_CASE Scenario Case API class 20091030
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20091030 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20091030
2 MC_MESSAGE_CLASS_FN Constant Private Type reference (TYPE) SY-MSGID 'GRFN_ENTITY_API' Message Class 20091030
3 MV_CASES_MODEL Static Attribute Private Type reference (TYPE) CLASSNAME 'CL_GRPC_CASES_MODEL' Reference type 20091030
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091030
2 GET Static method Private Method 20091030
Events
Class CL_GRPC_API_CASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CATEGORY Private See coding 20091031 BEGIN OF ys_category, category TYPE scmg_category, description TYPE text60, END OF ys_category
2 YT_CATEGORY Private See coding 20091031 yt_category TYPE STANDARD TABLE OF ys_category
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091030
2 Importing IV_CASE_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091107

Method CONSTRUCTOR on class CL_GRPC_API_CASE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091030
2 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091030
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRPC_API_CASE Scenario Case API class 20091030

Method GET on class CL_GRPC_API_CASE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600