SAP ABAP Class CL_EHSGWB_ALV_GRID_GENERIC (EHS: LWB ALV Grid for Generic Data Structure)
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_GENERIC | |
| Short Description | EHS: LWB ALV Grid for Generic Data Structure | |
| 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
Class CL_EHSGWB_ALV_GRID_GENERIC has no forward declaration.
Interfaces
Class CL_EHSGWB_ALV_GRID_GENERIC has no interface implemented.
Friends
Class CL_EHSGWB_ALV_GRID_GENERIC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ICON_D | '@18@' | Text Field Icon (Alternative Display, Alias) | 20120503 | ||
| 2 | Constant | Private | Type reference (TYPE) | ICON_D | '@0Y@' | Text Field Icon (Alternative Display, Alias) | 20120503 | ||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20110914 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20110914 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CCGLD_WB_SUBTAB_SCRPROP_DEF | EHS: LWB Subtab Screen Field Properties Definition | 20110914 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20110914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Handle Appending of New Row | 20110914 | |
| 2 | Instance method | Public | Constructor | 20110914 | ||
| 3 | Instance method | Protected | Method | Delete Selected Rows | 20130228 | |
| 4 | Instance method | Protected | Method | Delete Selected Rows | 20130314 | |
| 5 | Static method | Public | Method | 20110914 | ||
| 6 | Instance method | Protected | Method | Call Search Help and Return Selected Values | 20120521 | |
| 7 | Instance method | Public | Method | Buffer Header Data | 20110914 |
Events
Class CL_EHSGWB_ALV_GRID_GENERIC 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,
fieldname TYPE lvc_fname,
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 fieldname
|
Method Signatures
Method APPEND_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA_CHANGED | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20110914 | |||
| 2 | IV_ROW_ID | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20110914 | |||
| 3 | IV_SUB_ROW_ID | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20110914 | |||
| 4 | XT_ERROR | Call by reference | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20110914 | |||
| 5 | XT_PROCESSED_FIELDS | Call by reference | Type reference (TYPE) | TY_LT_PROCESSED_FIELDS | 20110914 |
Method APPEND_ROW on class CL_EHSGWB_ALV_GRID_GENERIC has no exception.
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 | IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 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 | IV_BP_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_BP_ID | Business Process ID | 20110914 | |||
| 5 | IV_OUTTAB_STRUCTURE | Call by reference | Type reference (TYPE) | CBGLE_WB_STRUCTURE_NAME | 'CCGLS_WB_ALV_STRUC_GENERIC' | ABAP Dictionary name of structure | 20110914 | ||
| 6 | IV_SCREEN_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SCREEN_ID | Screen ID | 20110914 | |||
| 7 | IV_SUBTAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SUBTAB_ID | Subtab ID | 20110914 | |||
| 8 | IV_TAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_TAB_ID | Tab ID | 20110914 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110914 |
Method DELETE_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROW_NO | Call by reference | Object reference (TYPE REF TO) | LVC_T_ROID | Zuordnung Zeilennummer zu Zeilen-ID | 20130228 |
Method DELETE_ROWS on class CL_EHSGWB_ALV_GRID_GENERIC has no exception.
Method DISPLAY_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Zuordnung Zeilennummer zu Zeilen-ID | 20130314 |
Method DISPLAY_LONGTEXT on class CL_EHSGWB_ALV_GRID_GENERIC 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 | IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 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 | IV_BP_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_BP_ID | Business Process ID | 20110914 | |||
| 5 | IV_OUTTAB_STRUCTURE | Call by reference | Type reference (TYPE) | CBGLE_WB_STRUCTURE_NAME | ABAP Dictionary name of structure | 20110914 | |||
| 6 | IV_SCREEN_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SCREEN_ID | Screen ID | 20110914 | |||
| 7 | IV_SUBTAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_SUBTAB_ID | Subtab ID | 20110914 | |||
| 8 | IV_TAB_ID | Call by reference | Type reference (TYPE) | CBGLE_WB_TAB_ID | Tab ID | 20110914 | |||
| 9 | RO_ALV_GRID | Value transfer | Object reference (TYPE REF TO) | CL_EHSGWB_ALV_GRID_GENERIC | EHS: LWB ALV grid with generic data structure | 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 | 20120521 | |||
| 2 | IV_FIELDVALUE | Call by reference | Type reference (TYPE) | DYNFIELDVALUE | Screen Field Contents | 20120521 | |||
| 3 | IV_SHLPNAME | Call by reference | Type reference (TYPE) | CBGLE_WB_F4_SEARCHHELPNAME | Name of a search help | 20120521 | |||
| 4 | RT_VALUES | Value transfer | Type reference (TYPE) | CCGLD_WB_DDSHRETVAL | EHS: Table of DDSHRETVAL | 20120521 |
Method GET_SHLP_VALUES_BY_SHLP on class CL_EHSGWB_ALV_GRID_GENERIC has no exception.
Method SET_HEADER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HEADER_DATA | Call by reference | Type reference (TYPE) | ANY | 20110914 |
Method SET_HEADER_DATA on class CL_EHSGWB_ALV_GRID_GENERIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |