SAP ABAP Class CL_EHSGWB_ALV_GRID_GENAXIS (EHS: LWB ALV Grid for Flat Data in Swapped Axes)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-SAF (Application Component) Product Safety
     CBGLMP_WB (Package) EHS: Labeling Workbench Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EHSGWB_ALV_GRID_ROOT EHS: LWB ALV Grid Definition 20110914
Properties
Class CL_EHSGWB_ALV_GRID_GENAXIS  
Short Description EHS: LWB ALV Grid for Flat Data in Swapped Axes    
Super Class CL_EHSGWB_ALV_GRID_ROOT EHS: LWB ALV Grid Definition 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBGLMP_WB   EHS: Labeling Workbench Framework 
Created 20110914   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EHSGBC_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_EHSGWB_ALV_GRID_GENAXIS has no interface implemented.
Friends
Class CL_EHSGWB_ALV_GRID_GENAXIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Plain Data Buffer 20110914
2 MR_OUTTAB Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to ALV Output Table 20110914
3 MR_OUTTAB_ERROR Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to ALV Output Table - Also Error Values Updated 20130226
4 MT_FIELD_PROP Instance attribute Protected Type reference (TYPE) CCGLD_WB_SUBTAB_SCRPROP_DEF EHS: LWB Subtab Screen Field Properties Definition 20110914
5 MT_VALUE_DESC Instance attribute Protected Type reference (TYPE) CCGLD_WB_VALUE_DESC EHS: LWB Value Description 20110914
6 MV_DATA_STRUCTURE Instance attribute Protected Type reference (TYPE) CBGLE_WB_STRUCTURE_NAME ABAP Dictionary Name of Structure 20110914
7 MV_FLG_DATA_CHANGED Instance attribute Protected Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110914
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110914
2 CONVERT_ALV_ROW_TO_FIELDNAME Instance method Protected Method Convert the ALV Row Number to the Field Name 20120314
3 CONVERT_DATA_TO_OUTTAB Instance method Protected Method Buffer and Convert Plain Data into Output Table of ALV 20110914
4 CONVERT_OUTTAB_TO_DATA Instance method Protected Method Convert Output Table of ALV into Plain Data 20110914
5 FILTER_DATA_GENAXIS Instance method Protected Method Filter Output Table Data Due to Customizing Settings 20111124
6 GET_INSTANCE_CL Static method Public Method 20110914
7 GET_SHLP_VALUES_BY_SHLP Instance method Protected Method Call Search Help and Return Selected Values 20110914
8 GET_SHLP_VALUES_BY_TAB_FIELD Instance method Protected Method Call Search Help and Return Selected Values 20110914
9 GET_VALUE_DESCRIPTION Instance method Protected Method Determine Description of a Value 20110914
10 SET_DATA_DESCRIPTIONS Instance method Public Method Set Descriptions of Values 20110914
Events
Class CL_EHSGWB_ALV_GRID_GENAXIS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LS_PROCESSED_FIELDS Protected See coding 20110914 BEGIN OF ty_ls_processed_fields, row_id TYPE int4, sub_row_id TYPE int4, END OF ty_ls_processed_fields
2 TY_LT_PROCESSED_FIELDS Protected See coding 20110914 ty_lt_processed_fields TYPE HASHED TABLE OF ty_ls_processed_fields WITH UNIQUE KEY row_id sub_row_id
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20110914
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Plain data to be displayed with exchanged axes 20110914
3 Importing IT_FIELD_PROP Call by reference Type reference (TYPE) CCGLD_WB_SUBTAB_SCRPROP_DEF EHS: LWB subtab screen field properties definition 20110914
4 Importing IT_VALUE_DESC Call by reference Type reference (TYPE) CCGLD_WB_VALUE_DESC EHS: LWB value description 20110914
5 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
6 Importing IV_DATA_STRUCTURE Call by reference Type reference (TYPE) CBGLE_WB_STRUCTURE_NAME ABAP Dictionary name of structure 20110914
7 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
8 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
9 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
# Exception Resumable Description Created on
1 CX_EHSGWB_EXCEPTION 20110914

Method CONVERT_ALV_ROW_TO_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_NR Call by reference Type reference (TYPE) INT4 Zeilennummer 20120314
2 Returning RV_FIELDNAME Value transfer Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20120314

Method CONVERT_ALV_ROW_TO_FIELDNAME on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method CONVERT_DATA_TO_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20110914
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20110914
3 Importing IV_FLG_DISPLAY_ONLY Call by reference Type reference (TYPE) AS4FLAG ABAP_FALSE Flag (X oder Blank) 20120327

Method CONVERT_DATA_TO_OUTTAB on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method CONVERT_OUTTAB_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20110914
2 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20110914

Method CONVERT_OUTTAB_TO_DATA on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method FILTER_DATA_GENAXIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20111124
2 Importing IV_FLG_DISPLAY_ONLY Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20111124

Method FILTER_DATA_GENAXIS on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method GET_INSTANCE_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20110914
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Plain data to be displayed with exchanged axes 20110914
3 Importing IT_FIELD_PROP Call by reference Type reference (TYPE) CCGLD_WB_SUBTAB_SCRPROP_DEF EHS: LWB subtab screen field properties definition 20110914
4 Importing IT_VALUE_DESC Call by reference Type reference (TYPE) CCGLD_WB_VALUE_DESC EHS: LWB value description 20110914
5 Importing IV_BP_ID Call by reference Type reference (TYPE) CBGLE_WB_BP_ID Business Process ID 20110914
6 Importing IV_DATA_STRUCTURE Call by reference Type reference (TYPE) CBGLE_WB_STRUCTURE_NAME ABAP Dictionary name of structure 20110914
7 Importing IV_SCREEN_ID Call by reference Type reference (TYPE) CBGLE_WB_SCREEN_ID Screen ID 20110914
8 Importing IV_SUBTAB_ID Call by reference Type reference (TYPE) CBGLE_WB_SUBTAB_ID Subtab ID 20110914
9 Importing IV_TAB_ID Call by reference Type reference (TYPE) CBGLE_WB_TAB_ID Tab ID 20110914
10 Returning RO_ALV_GRID Value transfer Object reference (TYPE REF TO) CL_EHSGWB_ALV_GRID_GENAXIS EHS: LWB ALV grid for plain data with exchanged axes 20110914
# Exception Resumable Description Created on
1 CX_EHSGWB_EXCEPTION 20110914

Method GET_SHLP_VALUES_BY_SHLP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) CBGLE_WB_F4_FIELDNAME Field name for value help 20110914
2 Importing IV_FIELDVALUE Call by reference Type reference (TYPE) DYNFIELDVALUE Screen Field Contents 20110914
3 Importing IV_SHLPNAME Call by reference Type reference (TYPE) CBGLE_WB_F4_SEARCHHELPNAME Name of a search help 20110914
4 Returning RT_VALUES Value transfer Type reference (TYPE) CCGLD_WB_DDSHRETVAL EHS: Table of DDSHRETVAL 20110914

Method GET_SHLP_VALUES_BY_SHLP on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method GET_SHLP_VALUES_BY_TAB_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_F4_FIELDNAME Call by reference Type reference (TYPE) CBGLE_WB_F4_FIELDNAME Field name for value help 20110914
2 Importing IV_F4_TABNAME Call by reference Type reference (TYPE) CBGLE_WB_F4_TABNAME Name of table for value help 20110914
3 Importing IV_FIELDVALUE Call by reference Type reference (TYPE) DYNFIELDVALUE Screen Field Contents 20110914
4 Returning RT_VALUES Value transfer Type reference (TYPE) CCGLD_WB_DDSHRETVAL EHS: Table of DDSHRETVAL 20110914

Method GET_SHLP_VALUES_BY_TAB_FIELD on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method GET_VALUE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV control: Field name of internal table field 20110914
2 Importing IV_VALUE Call by reference Type reference (TYPE) LVC_VALUE ALV Control: Cell Content 20110914
3 Returning RV_VALUE_DESC Value transfer Type reference (TYPE) LVC_VALUE ALV Control: Cell Content 20110914

Method GET_VALUE_DESCRIPTION on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.

Method SET_DATA_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE_DESC Call by reference Type reference (TYPE) CCGLD_WB_VALUE_DESC EHS: LWB value description 20110914

Method SET_DATA_DESCRIPTIONS on class CL_EHSGWB_ALV_GRID_GENAXIS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607