SAP ABAP Class IF_GRRM_CTX_TYPE (Types of the Context)
Properties
Class IF_GRRM_CTX_TYPE  
Short Description Types of the Context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100414   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GRRM_CTX_TYPE has no forward declaration.
Interfaces
Class IF_GRRM_CTX_TYPE has no interface implemented.
Friends
Class IF_GRRM_CTX_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_COGROUP Constant Public Type reference (TYPE) STRING 'COGROUP' Opportunity Category 20100714
2 CO_COLUMN_WIDTH Constant Public Type reference (TYPE) STRING '33%' Width of a Column 20100511
3 CO_COPP Constant Public Type reference (TYPE) STRING 'COPP' Opportunity Template 20100714
4 CO_CRGROUP Constant Public Type reference (TYPE) STRING 'CRGROUP' Risk Category 20100714
5 CO_CRISK Constant Public Type reference (TYPE) STRING 'CRISK' Risk Template 20100706
6 CO_CTX_ATTRIBUTES Constant Public Type reference (TYPE) STRING 'GRRM_WD/CTX_ATTRIBUTES' Attributes 20100722
7 CO_CTX_ID Constant Public Type reference (TYPE) STRING 'CTX_ID' ID of the Context 20100510
8 CO_CTX_TEXT Constant Public Type reference (TYPE) STRING 'CTX_TEXT' Name of the Context ID 20100507
9 CO_DATA_ELEMENT Constant Public See coding 20100611
10 CO_DIMID Constant Public Type reference (TYPE) STRING 'DIMID' ID of the Dimension 20100427
11 CO_DIMID_TEXT Constant Public Type reference (TYPE) STRING 'DIMID_TEXT' Name of the Dimension ID 20100507
12 CO_DIM_TYPE_TASKLIST Constant Public Type reference (TYPE) GRRM_DIM_TYPE_ID 'TASKLIST' ID of the Dimension Type 20100728
13 CO_FIELD_NAME Constant Public See coding 20100611
14 CO_MODEL_CLASSNAME Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_CONTEXT' Reference type 20100427
15 CO_OPP Constant Public Type reference (TYPE) STRING 'OPP' Opportunity 20100708
16 CO_PRISK Constant Public Type reference (TYPE) STRING 'PRISK' Risk Proposal 20100722
17 CO_RESPONSE Constant Public Type reference (TYPE) STRING 'RESPONSE' Response 20100713
18 CO_RISK Constant Public Type reference (TYPE) STRING 'RISK' Risk 20100615
19 CO_VISIBLE_ROW_COUNT_DIMENSION Constant Public Type reference (TYPE) I '15' Visible Row Count Table Dimension 20100614
20 CO_VISIBLE_ROW_COUNT_DIM_PRISK Constant Public Type reference (TYPE) I '5' Visible Row Count Table Dimension for Risk Proposal 20100722
21 CO_VISIBLE_ROW_COUNT_FINDING Constant Public Type reference (TYPE) I '20' Visible Row Count Table Finding 20100614
22 CO_WD_S_CONTEXT Constant Public Type reference (TYPE) STRING 'GRRM_WD_S_CONTEXT' Structure for ALV 20100511
Methods
Class IF_GRRM_CTX_TYPE has no method.
Events
Class IF_GRRM_CTX_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_DIMID_NAME Public See coding Dimension ID with Name 20100514 BEGIN OF ys_dimid_name, dimid TYPE grrm_dimid, dimid_text TYPE grrm_dimid_text, END OF ys_dimid_name
2 YS_DIM_VALUE Public See coding Context ID and Context Text 20100520 BEGIN OF ys_dim_value, ctx_id TYPE grrm_ctx_id, ctx_text TYPE grrm_ctx_text, END OF ys_dim_value
3 YS_FIELD_RANGE Public See coding Range for fieldname 20100610 BEGIN OF ys_field_range, fieldname TYPE rsscr_name, sign TYPE tvarv_sign, option TYPE tvarv_opti, low TYPE rsdsselop_, high TYPE rsdsselop_, END OF ys_field_range
4 YS_NAME_DIMID Public See coding Name with Dimension ID 20100601 BEGIN OF ys_name_dimid, dimid_text TYPE grrm_dimid_text, dimid TYPE grrm_dimid, END OF ys_name_dimid
5 YS_SO_ATTR Public See coding Attributes of Select Options 20100609 BEGIN OF ys_so_attr, field_name TYPE string, data_element TYPE string, kind TYPE rsscr_kind, " S - Select Option/P - Parameter as_dropdown TYPE abap_bool, obligatory TYPE abap_bool, value_help_type LIKE if_wd_value_help_handler=>co_prefix_searchhelp, value_help_id TYPE wdy_value_help_id, value_help_structure TYPE ddobjname, value_help_structure_field TYPE fieldname, additional_hit_list_col TYPE abap_bool, read_only TYPE abap_bool, predefined_value(30) TYPE c, END OF ys_so_attr
6 YT_DIMENSION Public See coding Table of Dimensions 20100514 yt_dimension TYPE STANDARD TABLE OF grrmdim WITH DEFAULT KEY
7 YT_DIMENSION_NAME Public See coding Table of Dimension with Name 20100514 yt_dimension_name TYPE STANDARD TABLE OF grrmvdimension WITH DEFAULT KEY
8 YT_DIMENTITY_NAME Public See coding Table of Dimensions with Entity and Name 20100709 yt_dimentity_name TYPE STANDARD TABLE OF grrmvdimentity1 WITH DEFAULT KEY
9 YT_DIMID_NAME Public See coding Table of Dimension IDs with Name 20100514 yt_dimid_name TYPE STANDARD TABLE OF ys_dimid_name WITH DEFAULT KEY
10 YT_DIM_TYPE Public See coding Table of Dimension Types 20100514 yt_dim_type TYPE STANDARD TABLE OF grrmdimtype WITH DEFAULT KEY
11 YT_DIM_TYPE_NAME Public See coding Table of Dimension Types with Name 20100514 yt_dim_type_name TYPE STANDARD TABLE OF grrmvdimsntype WITH DEFAULT KEY
12 YT_DIM_VALUE Public See coding Table of Context ID and Context Text 20100520 yt_dim_value TYPE STANDARD TABLE OF ys_dim_value WITH DEFAULT KEY
13 YT_FIELD_RANGE Public See coding Table of ranges per fieldname 20100610 yt_field_range TYPE STANDARD TABLE OF ys_field_range
14 YT_NAME_DIMID Public See coding Table of Names with Dimension ID 20100601 yt_name_dimid TYPE STANDARD TABLE OF ys_name_dimid WITH DEFAULT KEY
15 YT_RANGE_DIMID Public See coding Range for Dimension ID 20100707 yt_range_dimid TYPE RANGE OF grrm_dimid
16 YT_SO_ATTR Public See coding Table of Attributes of the Select Options 20100609 yt_so_attr TYPE STANDARD TABLE OF ys_so_attr WITH DEFAULT KEY
17 YV_VH_DIALOG_BEHAVIOUR Public Type reference (TYPE) CHAR1 Dialog Bahaviour of the Context Value Help 20100623
History
Last changed by/on SAP  20141106 
SAP Release Created in