SAP ABAP Class CL_GRFN_REP_CASE_QUERY (Queries to the case management)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_REPORTING (Package) Shared PC-RM Reporting
Properties
Class CL_GRFN_REP_CASE_QUERY  
Short Description Queries to the case management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_REPORTING   Shared PC-RM Reporting 
Created 20081218   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_REP_CASE_QUERY has no interface implemented.
Friends
Class CL_GRFN_REP_CASE_QUERY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CASE_CATEGORY Static Attribute Private Type reference (TYPE) YT_CASE_CATEGORY_BUF Categories 20090203
2 MV_CASE_OVERLAP_VALIDITY Static Attribute Public Type reference (TYPE) ABAP_BOOL 20130904
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CASE_GLOBAL Static method Public Method Global check for cases 20091113
2 CHECK_CASE_NEWEST Static method Public Method Compare which asessment/test is newest 20091113
3 CHECK_REGULATION_SHARED Static method Public Method Check if regulation is being shared 20100817
4 CLASS_CONSTRUCTOR Static method Public Constructor 20130904
5 FILTER_ASSMNT Static method Public Method Slects assessment for reportingSlects assessment for reporti 20091113
6 FILTER_RISK_ASSMNT Static method Public Method Slects assessment for reportingSlects assessment for reporti 20110601
7 FILTER_TESTLOG Static method Public Method Filter Test Log 20091113
8 GET_ASSESSMENT_ATTR Static method Public Method Get assessment attributes 20090114
9 GET_AS_BY_EXT_REF Static method Public Method Get assessments by external reference 20081219
10 GET_CAPA_PLAN Static method Public Method Get capa plans related to the issue 20081218
11 GET_CASE_STATUSES Static method Public Method Get list of statuses per case type 20090430
12 GET_CASE_TASK_AGENT Static method Public Method Get workflow agent by object id - show same as job monitor 20110520
13 GET_CATEGORY Static method Public Method Get list of categories per case type 20090430
14 GET_CATEGORY_TEXT Static method Public Method Get case category description 20090203
15 GET_CPLAN_ATTR Static method Public Method Get CAPA plan attributes 20090114
16 GET_DEFAULT_RECEIVER Static method Public Method Get workflow agent by object id (only for one task) 20110520
17 GET_ISSUE_AS Static method Public Method Get assessment issues 20081218
18 GET_ISSUE_ATTR Static method Public Method Get issue attributes 20090114
19 GET_ISSUE_BR Static method Public Method Get assigned Business Rule and Data Source of issue 20100909
20 GET_ISSUE_JOBLOG Static method Public Method Get the joblog of issue 20100909
21 GET_ISSUE_TL Static method Public Method Get test log issues 20081218
22 GET_LATEST_RISK_ASS Static method Private Method To get the latest Risk Assessment. 20110601
23 GET_NOTE Static method Public Method Get notes for certain case 20110128
24 GET_NOTES Static method Public Method Get notes for certain case 20090106
25 GET_RMPLAN_ATTR Static method Public Method Get remediation plan attributes 20090114
26 GET_RM_PLAN Static method Public Method Get remediation plan releated to the issue 20081218
27 GET_TASK_PLAN_NAME Static method Public Method Get name of task plan by case id 20110520
28 GET_TESTLOG_ATTR Static method Public Method Get test log attributes 20081218
29 GET_TESTLOG_EXCEPTION_LEVEL Static method Public Method Get the exception level of test log 20100909
30 GET_TESTPLAN_ID Static method Public Method Get test log test plan 20081218
31 GET_TL_BY_EXT_REF Static method Public Method Get test logs by external reference 20081219
Events
Class CL_GRFN_REP_CASE_QUERY has no event.
Types
Class CL_GRFN_REP_CASE_QUERY has no local type.
Method Signatures

Method CHECK_CASE_GLOBAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20091113
2 Importing IS_CASE Call by reference Type reference (TYPE) ANY 20091113
3 Importing IS_DATES Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091113
4 Importing IS_DETAILS Call by reference Type reference (TYPE) GRFN_S_REPORT_DETAILS Report details 20091113

Method CHECK_CASE_GLOBAL on class CL_GRFN_REP_CASE_QUERY has no exception.

Method CHECK_CASE_NEWEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20091113
2 Importing IS_NEW Call by reference Type reference (TYPE) ANY 20091113
3 Importing IS_OLD Call by reference Type reference (TYPE) ANY 20091113

Method CHECK_CASE_NEWEST on class CL_GRFN_REP_CASE_QUERY has no exception.

Method CHECK_REGULATION_SHARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100817
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100817
3 Returning RV_SHARED Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20100817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100817

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRFN_REP_CASE_QUERY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method FILTER_ASSMNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD Value transfer Type reference (TYPE) GRFN_T_ENTITY_CHILD Assessment attributes 20091113
2 Importing IS_DATES Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091113
3 Importing IS_DETAILS Call by reference Type reference (TYPE) GRFN_S_REPORT_DETAILS Report details 20091113
4 Importing IS_OBJECT Call by reference Type reference (TYPE) HROBJECT Assessed object 20091113
5 Importing IS_ORGUNIT Call by reference Type reference (TYPE) HROBJECT Orgunit of the assessed object 20091113
6 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100817
7 Importing I_API_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Api object id for which cases are fetched 20091113
8 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Category 20091113

Method FILTER_ASSMNT on class CL_GRFN_REP_CASE_QUERY has no exception.

Method FILTER_RISK_ASSMNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD Value transfer Type reference (TYPE) GRFN_T_ENTITY_CHILD 20110601
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110601
3 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20110601

Method FILTER_RISK_ASSMNT on class CL_GRFN_REP_CASE_QUERY has no exception.

Method FILTER_TESTLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD Value transfer Type reference (TYPE) GRFN_T_ENTITY_CHILD table of testlog attribute 20091113
2 Importing IS_DATES Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091113
3 Importing IS_DETAILS Call by reference Type reference (TYPE) GRFN_S_REPORT_DETAILS Selection for Reporting 20091113
4 Importing IS_OBJECT Call by reference Type reference (TYPE) HROBJECT Selection for Reporting 20091113
5 Importing IS_ORGUNIT Call by reference Type reference (TYPE) HROBJECT Object 20091113
6 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100817
7 Importing I_API_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091113
8 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Category 20091113

Method FILTER_TESTLOG on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ASSESSMENT_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER 20091104
2 Importing I_ASSESSMENT_GUID Call by reference Type reference (TYPE) GRFN_GUID Assessment GUID 20090114
3 Returning RS_ASSESSMENT_ATTR Value transfer Type reference (TYPE) GRPC_S_ATTRIBUTE_AS Assessment attributes 20090114

Method GET_ASSESSMENT_ATTR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_AS_BY_EXT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT_REF Call by reference Type reference (TYPE) GRPC_S_HR_ORG_OBJECT Assessment external reference 20081219
2 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Assessment category 20081219
3 Importing I_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090109
4 Importing I_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20131219
5 Returning RT_ASSESSMENT Value transfer Type reference (TYPE) GRFN_T_TRAVERSE_AS List of selected assessments 20081219

Method GET_AS_BY_EXT_REF on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CAPA_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ISSUE_GUID Call by reference Type reference (TYPE) GRFN_GUID Issue GUID 20081218
2 Returning RT_CAPA_PLAN Value transfer Type reference (TYPE) SCMG_TT_CASE_GUID List of capa plans related to the issue 20081218

Method GET_CAPA_PLAN on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CASE_STATUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATUSES Call by reference Type reference (TYPE) GRPC_T_API_VALUESET The valueset for GRPC fields 20090430
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) GRFN_LANG Language 20090430
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) J_OBTYP Case Type 20090430

Method GET_CASE_STATUSES on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CASE_TASK_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENT Call by reference Type reference (TYPE) SWRTAGENT Result of Role Resolution (Table Type) 20110520
2 Importing IV_ENTITY Value transfer Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20110520
3 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110520

Method GET_CASE_TASK_AGENT on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CATEGORY Call by reference Type reference (TYPE) GRPC_T_API_VALUESET List of categories with descriptions 20090430
2 Importing I_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20090430
3 Importing I_LANGUAGE Call by reference Type reference (TYPE) GRFN_LANG Language 20090430

Method GET_CATEGORY on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CATEGORY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) GRFN_LANG Language 20090203
2 Importing I_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case type 20090203
3 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Case category 20090203
4 Returning R_DESCRIPTION Value transfer Type reference (TYPE) TEXT60 Case category description 20090203

Method GET_CATEGORY_TEXT on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_CPLAN_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER 20091104
2 Importing I_CPLAN_GUID Call by reference Type reference (TYPE) GRFN_GUID CAPA plan GUID 20090114
3 Returning RS_CPLAN_ATTR Value transfer Type reference (TYPE) GRPC_S_ATTRIBUTE_CP CAPA Plan Attributes 20090114

Method GET_CPLAN_ATTR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_DEFAULT_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Value transfer Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20110520
2 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110520
3 Returning RV_USER Value transfer Type reference (TYPE) SYUNAME Result of Role Resolution (Table Type) 20110520

Method GET_DEFAULT_RECEIVER on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ISSUE_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASSESSMENT_GUID Call by reference Type reference (TYPE) GRFN_GUID Assessment GUID 20081218
2 Returning RT_ISSUE_GUID Value transfer Type reference (TYPE) SCMG_TT_CASE_GUID List of issue GUIDs 20081218

Method GET_ISSUE_AS on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ISSUE_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER 20091104
2 Importing I_ISSUE_GUID Call by reference Type reference (TYPE) GRFN_GUID Issue GUID 20090114
3 Returning RS_ISSUE_ATTR Value transfer Type reference (TYPE) GRPC_S_ATTRIBUTE_IS Issue attributes 20090114

Method GET_ISSUE_ATTR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ISSUE_BR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BR Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100909
2 Exporting EV_DS Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100909
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100910
4 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100909

Method GET_ISSUE_BR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ISSUE_JOBLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100909
2 Returning RS_JOBLOG Value transfer Type reference (TYPE) GRPCJOBLOG Job Log from Scheduler 20100909

Method GET_ISSUE_JOBLOG on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_ISSUE_TL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTLOG_GUID Call by reference Type reference (TYPE) GRFN_GUID Test log GUID 20081218
2 Returning RT_ISSUE_GUID Value transfer Type reference (TYPE) SCMG_TT_CASE_GUID List of related issues GUIDs 20081218

Method GET_ISSUE_TL on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_LATEST_RISK_ASS 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 20110601
2 Importing IT_RISK_ASS Call by reference Type reference (TYPE) GRPC_T_RISK_ASS Risk Assessment Table type 20110601
3 Returning RS_RISK_ASS Value transfer Type reference (TYPE) GRPCRISKASS Risk Assessment 20110601

Method GET_LATEST_RISK_ASS on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE The case type 20110128
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID The GUID of the case 20110128
3 Importing I_TDID Call by reference Type reference (TYPE) TDID List of Model IDs of the Note in the Back End Record 20110128
4 Returning RV_NOTE_TEXT Value transfer Type reference (TYPE) STRING Note text 20110128
# Exception Resumable Description Created on
1 CX_GRPC_CASE PC: Case 20110128

Method GET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTE_ID Call by reference Type reference (TYPE) GRFN_T_NOTE_MODEL_ID List of Model IDs of the Note in the Back End Record 20090106
2 Importing I_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE The case type 20090106
3 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID The GUID of the case 20090106
4 Returning RT_NOTE_TEXT Value transfer Type reference (TYPE) GRFN_T_NOTE_TEXT List of note texts 20090106
# Exception Resumable Description Created on
1 CX_GRPC_CASE PC: Case 20090106

Method GET_RMPLAN_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER 20091104
2 Importing I_RMPLAN_GUID Call by reference Type reference (TYPE) GRFN_GUID Remediation plan GUID 20090114
3 Returning RS_RMPLAN_ATTR Value transfer Type reference (TYPE) GRPC_S_ATTRIBUTE_PL Remediation plan attributes 20090114

Method GET_RMPLAN_ATTR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_RM_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ISSUE_GUID Call by reference Type reference (TYPE) GRFN_GUID Issue GUID 20081218
2 Returning RT_RMPLAN Value transfer Type reference (TYPE) SCMG_TT_CASE_GUID List of remediation plan GUIDS 20081218

Method GET_RM_PLAN on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_TASK_PLAN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID 20110520
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_GUID Object ID 20110520
3 Returning RV_TASK_PLAN Value transfer Type reference (TYPE) GRFN_TEXT100 Text 20110520

Method GET_TASK_PLAN_NAME on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_TESTLOG_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER 20091104
2 Importing I_TESTLOG_GUID Call by reference Type reference (TYPE) GRFN_GUID Test log GUID 20081218
3 Returning RS_TESTLOG_ATTR Value transfer Type reference (TYPE) GRPC_S_ATTRIBUTE_TL Attributes: Test Log 20081218

Method GET_TESTLOG_ATTR on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_TESTLOG_EXCEPTION_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CASE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100909
2 Returning RV_EXCEPTION_LEVEL Value transfer Type reference (TYPE) STRING 20100909

Method GET_TESTLOG_EXCEPTION_LEVEL on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_TESTPLAN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTLOG_GUID Call by reference Type reference (TYPE) GRFN_GUID Test log GUID 20081218
2 Returning R_TESTPLAN_ID Value transfer Type reference (TYPE) GRFN_OBJECT_ID Test plan id 20081218

Method GET_TESTPLAN_ID on class CL_GRFN_REP_CASE_QUERY has no exception.

Method GET_TL_BY_EXT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT_REF Call by reference Type reference (TYPE) GRPC_S_HR_ORG_OBJECT Test log external reference 20081219
2 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Test log category 20081219
3 Importing I_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090109
4 Importing I_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20131219
5 Returning RT_TESTLOG Value transfer Type reference (TYPE) GRFN_T_TRAVERSE_TL List of selected test logs 20081219

Method GET_TL_BY_EXT_REF on class CL_GRFN_REP_CASE_QUERY has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300