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 | ![]() |
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 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to Plain Data Buffer | 20110914 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to ALV Output Table | 20110914 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to ALV Output Table - Also Error Values Updated | 20130226 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CCGLD_WB_SUBTAB_SCRPROP_DEF | EHS: LWB Subtab Screen Field Properties Definition | 20110914 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CCGLD_WB_VALUE_DESC | EHS: LWB Value Description | 20110914 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CBGLE_WB_STRUCTURE_NAME | ABAP Dictionary Name of Structure | 20110914 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20110914 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20110914 | |
2 | ![]() |
Instance method | Protected | Method | Convert the ALV Row Number to the Field Name | 20120314 |
3 | ![]() |
Instance method | Protected | Method | Buffer and Convert Plain Data into Output Table of ALV | 20110914 |
4 | ![]() |
Instance method | Protected | Method | Convert Output Table of ALV into Plain Data | 20110914 |
5 | ![]() |
Instance method | Protected | Method | Filter Output Table Data Due to Customizing Settings | 20111124 |
6 | ![]() |
Static method | Public | Method | 20110914 | |
7 | ![]() |
Instance method | Protected | Method | Call Search Help and Return Selected Values | 20110914 |
8 | ![]() |
Instance method | Protected | Method | Call Search Help and Return Selected Values | 20110914 |
9 | ![]() |
Instance method | Protected | Method | Determine Description of a Value | 20110914 |
10 | ![]() |
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 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20110914 | ||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | Plain data to be displayed with exchanged axes | 20110914 | ||
3 | ![]() |
IT_FIELD_PROP | Call by reference | Type reference (TYPE) | CCGLD_WB_SUBTAB_SCRPROP_DEF | EHS: LWB subtab screen field properties definition | 20110914 | ||
4 | ![]() |
IT_VALUE_DESC | Call by reference | Type reference (TYPE) | CCGLD_WB_VALUE_DESC | EHS: LWB value description | 20110914 | ||
5 | ![]() |
IV_BP_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_BP_ID | Business Process ID | 20110914 | ||
6 | ![]() |
IV_DATA_STRUCTURE | Call by reference | Type reference (TYPE) | CBGLE_WB_STRUCTURE_NAME | ABAP Dictionary name of structure | 20110914 | ||
7 | ![]() |
IV_SCREEN_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SCREEN_ID | Screen ID | 20110914 | ||
8 | ![]() |
IV_SUBTAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SUBTAB_ID | Subtab ID | 20110914 | ||
9 | ![]() |
IV_TAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_TAB_ID | Tab ID | 20110914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110914 |
Method CONVERT_ALV_ROW_TO_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ROW_NR | Call by reference | Type reference (TYPE) | INT4 | Zeilennummer | 20120314 | ||
2 | ![]() |
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 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20110914 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20110914 | |||
3 | ![]() |
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 | ![]() |
ES_DATA | Call by reference | Type reference (TYPE) | ANY | 20110914 | |||
2 | ![]() |
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 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20111124 | |||
2 | ![]() |
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 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20110914 | ||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | Plain data to be displayed with exchanged axes | 20110914 | ||
3 | ![]() |
IT_FIELD_PROP | Call by reference | Type reference (TYPE) | CCGLD_WB_SUBTAB_SCRPROP_DEF | EHS: LWB subtab screen field properties definition | 20110914 | ||
4 | ![]() |
IT_VALUE_DESC | Call by reference | Type reference (TYPE) | CCGLD_WB_VALUE_DESC | EHS: LWB value description | 20110914 | ||
5 | ![]() |
IV_BP_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_BP_ID | Business Process ID | 20110914 | ||
6 | ![]() |
IV_DATA_STRUCTURE | Call by reference | Type reference (TYPE) | CBGLE_WB_STRUCTURE_NAME | ABAP Dictionary name of structure | 20110914 | ||
7 | ![]() |
IV_SCREEN_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SCREEN_ID | Screen ID | 20110914 | ||
8 | ![]() |
IV_SUBTAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SUBTAB_ID | Subtab ID | 20110914 | ||
9 | ![]() |
IV_TAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_TAB_ID | Tab ID | 20110914 | ||
10 | ![]() |
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 | ![]() |
20110914 |
Method GET_SHLP_VALUES_BY_SHLP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | CBGLE_WB_F4_FIELDNAME | Field name for value help | 20110914 | ||
2 | ![]() |
IV_FIELDVALUE | Call by reference | Type reference (TYPE) | DYNFIELDVALUE | Screen Field Contents | 20110914 | ||
3 | ![]() |
IV_SHLPNAME | Call by reference | Type reference (TYPE) | CBGLE_WB_F4_SEARCHHELPNAME | Name of a search help | 20110914 | ||
4 | ![]() |
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 | ![]() |
IV_F4_FIELDNAME | Call by reference | Type reference (TYPE) | CBGLE_WB_F4_FIELDNAME | Field name for value help | 20110914 | ||
2 | ![]() |
IV_F4_TABNAME | Call by reference | Type reference (TYPE) | CBGLE_WB_F4_TABNAME | Name of table for value help | 20110914 | ||
3 | ![]() |
IV_FIELDVALUE | Call by reference | Type reference (TYPE) | DYNFIELDVALUE | Screen Field Contents | 20110914 | ||
4 | ![]() |
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 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | ALV control: Field name of internal table field | 20110914 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | LVC_VALUE | ALV Control: Cell Content | 20110914 | ||
3 | ![]() |
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 | ![]() |
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 |