Hierarchy

⤷

⤷

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 | ![]() |
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 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_CASE_CATEGORY_BUF | Categories | 20090203 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130904 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Global check for cases | 20091113 |
2 | ![]() |
Static method | Public | Method | Compare which asessment/test is newest | 20091113 |
3 | ![]() |
Static method | Public | Method | Check if regulation is being shared | 20100817 |
4 | ![]() |
Static method | Public | Constructor | 20130904 | |
5 | ![]() |
Static method | Public | Method | Slects assessment for reportingSlects assessment for reporti | 20091113 |
6 | ![]() |
Static method | Public | Method | Slects assessment for reportingSlects assessment for reporti | 20110601 |
7 | ![]() |
Static method | Public | Method | Filter Test Log | 20091113 |
8 | ![]() |
Static method | Public | Method | Get assessment attributes | 20090114 |
9 | ![]() |
Static method | Public | Method | Get assessments by external reference | 20081219 |
10 | ![]() |
Static method | Public | Method | Get capa plans related to the issue | 20081218 |
11 | ![]() |
Static method | Public | Method | Get list of statuses per case type | 20090430 |
12 | ![]() |
Static method | Public | Method | Get workflow agent by object id - show same as job monitor | 20110520 |
13 | ![]() |
Static method | Public | Method | Get list of categories per case type | 20090430 |
14 | ![]() |
Static method | Public | Method | Get case category description | 20090203 |
15 | ![]() |
Static method | Public | Method | Get CAPA plan attributes | 20090114 |
16 | ![]() |
Static method | Public | Method | Get workflow agent by object id (only for one task) | 20110520 |
17 | ![]() |
Static method | Public | Method | Get assessment issues | 20081218 |
18 | ![]() |
Static method | Public | Method | Get issue attributes | 20090114 |
19 | ![]() |
Static method | Public | Method | Get assigned Business Rule and Data Source of issue | 20100909 |
20 | ![]() |
Static method | Public | Method | Get the joblog of issue | 20100909 |
21 | ![]() |
Static method | Public | Method | Get test log issues | 20081218 |
22 | ![]() |
Static method | Private | Method | To get the latest Risk Assessment. | 20110601 |
23 | ![]() |
Static method | Public | Method | Get notes for certain case | 20110128 |
24 | ![]() |
Static method | Public | Method | Get notes for certain case | 20090106 |
25 | ![]() |
Static method | Public | Method | Get remediation plan attributes | 20090114 |
26 | ![]() |
Static method | Public | Method | Get remediation plan releated to the issue | 20081218 |
27 | ![]() |
Static method | Public | Method | Get name of task plan by case id | 20110520 |
28 | ![]() |
Static method | Public | Method | Get test log attributes | 20081218 |
29 | ![]() |
Static method | Public | Method | Get the exception level of test log | 20100909 |
30 | ![]() |
Static method | Public | Method | Get test log test plan | 20081218 |
31 | ![]() |
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 | ![]() |
E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091113 | |||
2 | ![]() |
IS_CASE | Call by reference | Type reference (TYPE) | ANY | 20091113 | |||
3 | ![]() |
IS_DATES | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20091113 | ||
4 | ![]() |
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 | ![]() |
E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091113 | |||
2 | ![]() |
IS_NEW | Call by reference | Type reference (TYPE) | ANY | 20091113 | |||
3 | ![]() |
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 | ![]() |
IV_CASE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100817 | ||
2 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100817 | ||
3 | ![]() |
RV_SHARED | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20100817 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_CHILD | Value transfer | Type reference (TYPE) | GRFN_T_ENTITY_CHILD | Assessment attributes | 20091113 | ||
2 | ![]() |
IS_DATES | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20091113 | ||
3 | ![]() |
IS_DETAILS | Call by reference | Type reference (TYPE) | GRFN_S_REPORT_DETAILS | Report details | 20091113 | ||
4 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Assessed object | 20091113 | ||
5 | ![]() |
IS_ORGUNIT | Call by reference | Type reference (TYPE) | HROBJECT | Orgunit of the assessed object | 20091113 | ||
6 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100817 | ||
7 | ![]() |
I_API_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Api object id for which cases are fetched | 20091113 | ||
8 | ![]() |
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 | ![]() |
ET_CHILD | Value transfer | Type reference (TYPE) | GRFN_T_ENTITY_CHILD | 20110601 | |||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110601 | ||
3 | ![]() |
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 | ![]() |
ET_CHILD | Value transfer | Type reference (TYPE) | GRFN_T_ENTITY_CHILD | table of testlog attribute | 20091113 | ||
2 | ![]() |
IS_DATES | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20091113 | ||
3 | ![]() |
IS_DETAILS | Call by reference | Type reference (TYPE) | GRFN_S_REPORT_DETAILS | Selection for Reporting | 20091113 | ||
4 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Selection for Reporting | 20091113 | ||
5 | ![]() |
IS_ORGUNIT | Call by reference | Type reference (TYPE) | HROBJECT | Object | 20091113 | ||
6 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100817 | ||
7 | ![]() |
I_API_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091113 | ||
8 | ![]() |
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 | ![]() |
IT_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | 20091104 | |||
2 | ![]() |
I_ASSESSMENT_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Assessment GUID | 20090114 | ||
3 | ![]() |
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 | ![]() |
IS_EXT_REF | Call by reference | Type reference (TYPE) | GRPC_S_HR_ORG_OBJECT | Assessment external reference | 20081219 | ||
2 | ![]() |
I_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Assessment category | 20081219 | ||
3 | ![]() |
I_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090109 | ||
4 | ![]() |
I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20131219 | ||
5 | ![]() |
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 | ![]() |
I_ISSUE_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Issue GUID | 20081218 | ||
2 | ![]() |
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 | ![]() |
ET_STATUSES | Call by reference | Type reference (TYPE) | GRPC_T_API_VALUESET | The valueset for GRPC fields | 20090430 | ||
2 | ![]() |
I_LANGUAGE | Call by reference | Type reference (TYPE) | GRFN_LANG | Language | 20090430 | ||
3 | ![]() |
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 | ![]() |
ET_RECIPIENT | Call by reference | Type reference (TYPE) | SWRTAGENT | Result of Role Resolution (Table Type) | 20110520 | ||
2 | ![]() |
IV_ENTITY | Value transfer | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20110520 | ||
3 | ![]() |
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 | ![]() |
ET_CATEGORY | Call by reference | Type reference (TYPE) | GRPC_T_API_VALUESET | List of categories with descriptions | 20090430 | ||
2 | ![]() |
I_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20090430 | ||
3 | ![]() |
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 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | GRFN_LANG | Language | 20090203 | ||
2 | ![]() |
I_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20090203 | ||
3 | ![]() |
I_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Case category | 20090203 | ||
4 | ![]() |
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 | ![]() |
IT_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | 20091104 | |||
2 | ![]() |
I_CPLAN_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | CAPA plan GUID | 20090114 | ||
3 | ![]() |
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 | ![]() |
IV_ENTITY | Value transfer | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20110520 | ||
2 | ![]() |
IV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20110520 | ||
3 | ![]() |
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 | ![]() |
I_ASSESSMENT_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Assessment GUID | 20081218 | ||
2 | ![]() |
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 | ![]() |
IT_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | 20091104 | |||
2 | ![]() |
I_ISSUE_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Issue GUID | 20090114 | ||
3 | ![]() |
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 | ![]() |
EV_BR | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100909 | ||
2 | ![]() |
EV_DS | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100909 | ||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100910 | ||
4 | ![]() |
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 | ![]() |
IV_ISSUE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100909 | ||
2 | ![]() |
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 | ![]() |
I_TESTLOG_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Test log GUID | 20081218 | ||
2 | ![]() |
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 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110601 | ||
2 | ![]() |
IT_RISK_ASS | Call by reference | Type reference (TYPE) | GRPC_T_RISK_ASS | Risk Assessment Table type | 20110601 | ||
3 | ![]() |
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 | ![]() |
I_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | The case type | 20110128 | ||
2 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | SCMG_CASE_GUID | The GUID of the case | 20110128 | ||
3 | ![]() |
I_TDID | Call by reference | Type reference (TYPE) | TDID | List of Model IDs of the Note in the Back End Record | 20110128 | ||
4 | ![]() |
RV_NOTE_TEXT | Value transfer | Type reference (TYPE) | STRING | Note text | 20110128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PC: Case | 20110128 |
Method GET_NOTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | The case type | 20090106 | ||
3 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | SCMG_CASE_GUID | The GUID of the case | 20090106 | ||
4 | ![]() |
RT_NOTE_TEXT | Value transfer | Type reference (TYPE) | GRFN_T_NOTE_TEXT | List of note texts | 20090106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PC: Case | 20090106 |
Method GET_RMPLAN_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | 20091104 | |||
2 | ![]() |
I_RMPLAN_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Remediation plan GUID | 20090114 | ||
3 | ![]() |
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 | ![]() |
I_ISSUE_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Issue GUID | 20081218 | ||
2 | ![]() |
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 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20110520 | |||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | Object ID | 20110520 | ||
3 | ![]() |
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 | ![]() |
IT_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | 20091104 | |||
2 | ![]() |
I_TESTLOG_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Test log GUID | 20081218 | ||
3 | ![]() |
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 | ![]() |
IV_CASE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100909 | ||
2 | ![]() |
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 | ![]() |
I_TESTLOG_GUID | Call by reference | Type reference (TYPE) | GRFN_GUID | Test log GUID | 20081218 | ||
2 | ![]() |
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 | ![]() |
IS_EXT_REF | Call by reference | Type reference (TYPE) | GRPC_S_HR_ORG_OBJECT | Test log external reference | 20081219 | ||
2 | ![]() |
I_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Test log category | 20081219 | ||
3 | ![]() |
I_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090109 | ||
4 | ![]() |
I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20131219 | ||
5 | ![]() |
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 |