SAP ABAP Class CL_SALV_BS_LEX_A_ADAPTER (Abstract ALV Lean Export Adapter for WD and SAP GUI)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_LEX (Package) Contains general Classes/Interfaces of ALV Lean Export
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BS_LEX_ADAPTER | ALV Lean Export - Adapter | 20101015 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_EX_LEX_ADAPTER | SAP GUI Adapter for ALV Lean Export | 20101018 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_LEX_ADAPTER | WD Adapter for ALV Lean Export | 20101018 |
Properties
| Class | CL_SALV_BS_LEX_A_ADAPTER | |
| Short Description | Abstract ALV Lean Export Adapter for WD and SAP GUI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_BS_LEX | Contains general Classes/Interfaces of ALV Lean Export |
| Created | 20101015 | SAP |
| Last change | 20110908 | SAP |
| 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_BS_LEX_ADAPTER | ALV Lean Export - Adapter | 20101015 |
Friends
Class CL_SALV_BS_LEX_A_ADAPTER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20101015 | ||
| 2 | Instance method | Protected | Method | Creates a column header. | 20101015 | |
| 3 | Instance method | Protected | Method | Creates all column headers. | 20101015 | |
| 4 | Instance method | Protected | Method | Creates a data cell (abstr) | 20101015 | |
| 5 | Instance method | Protected | Method | Creates a data row/all data cells of a data row | 20101015 | |
| 6 | Instance method | Protected | Method | Creates a hierarchy cell (abstr) | 20101015 | |
| 7 | Instance method | Protected | Method | Creates a hierarchy row/all hierarchy cells of a hier. row | 20101015 | |
| 8 | Instance method | Protected | Method | Creates all rows | 20101015 | |
| 9 | Instance method | Protected | Method | Creates a total cell (abstr) | 20101015 | |
| 10 | Instance method | Protected | Method | Creates a total row/all total cells of a total row | 20101015 | |
| 11 | Instance method | Protected | Method | Gets binary image data from an image path (abstr) | 20101015 | |
| 12 | Instance method | Protected | Method | Fills all relevant columns | 20101015 |
Events
Class CL_SALV_BS_LEX_A_ADAPTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_COLUMNINFO_EXT | Public | See coding | 20101018 | begin of ys_columninfo_ext,
columnid type string,
columninfo type IF_SALV_BS_LEX_FORMAT=>YS_COLUMNINFO,
properties type if_salv_bs_model_column=>s_type_uie_properties,
attribute type if_salv_bs_t_data=>s_type_attribute,
column type IF_SALV_BS_MODEL_COLUMNS=>s_TYPE_COLUMN,
wd_fmtr_retriever type ref to CL_SALV_WD_LEX_H_fmtr_RTVR,
ex_fmtr type ref to CL_SALV_ex_lex_h_fmtr,
end of ys_columninfo_ext
|
||
| 2 | YT_COLUMNINFO_EXT | Public | See coding | 20101018 | yt_columninfo_ext type standard table of ys_columninfo_ext with key columnid
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT_TABLE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_BS_RESULT_DATA_TABLE | 20101015 |
Method CONSTRUCTOR on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_COLUMN_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COLUMNINFO_EXT | Call by reference | Object reference (TYPE REF TO) | YS_COLUMNINFO_EXT | 20101015 | ||||
| 2 | IS_COLUMN_NAME | Call by reference | Type reference (TYPE) | STRING | 20101015 |
Method CREATE_COLUMN_HEADER on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_COLUMN_HEADERS Signature
Method CREATE_COLUMN_HEADERS on class CL_SALV_BS_LEX_A_ADAPTER has no parameter.
Method CREATE_COLUMN_HEADERS on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_DATA_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COLUMNINFO_EXT | Call by reference | Object reference (TYPE REF TO) | YS_COLUMNINFO_EXT | 20101015 | ||||
| 2 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101015 | ||||
| 3 | IS_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101020 | |||
| 4 | IS_HIDDEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101015 | ||||
| 5 | IS_LEVEL | Call by reference | Type reference (TYPE) | I | 20101015 | ||||
| 6 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_DATA_CELL on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_DATA_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20101015 | ||||
| 2 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_DATA_ROW on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_HIER_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COLUMNINFO_EXT | Call by reference | Object reference (TYPE REF TO) | YS_COLUMNINFO_EXT | 20101015 | ||||
| 2 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101015 | ||||
| 3 | IR_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20101015 | ||||
| 4 | IS_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101020 | |||
| 5 | IS_HIDDEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101015 | ||||
| 6 | IS_LEVEL | Call by reference | Type reference (TYPE) | I | 20101015 | ||||
| 7 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_HIER_CELL on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_HIER_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20101015 | ||||
| 2 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_HIER_ROW on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_ROWS Signature
Method CREATE_ROWS on class CL_SALV_BS_LEX_A_ADAPTER has no parameter.
Method CREATE_ROWS on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_TOTAL_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_AGGR_LINE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_AGGR=>S_TYPE_AGGR_LINE_DESCR | 20101015 | ||||
| 2 | IR_COLUMNINFO_EXT | Call by reference | Object reference (TYPE REF TO) | YS_COLUMNINFO_EXT | 20101015 | ||||
| 3 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101015 | ||||
| 4 | IR_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20101015 | ||||
| 5 | IS_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101020 | |||
| 6 | IS_HIDDEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101015 | ||||
| 7 | IS_LEVEL | Call by reference | Type reference (TYPE) | I | 20101015 | ||||
| 8 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_TOTAL_CELL on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method CREATE_TOTAL_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_RESULT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20101015 | ||||
| 2 | IS_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20101015 |
Method CREATE_TOTAL_ROW on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method DOWNLOAD_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_IMAGE_PATH | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 2 | RS_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20101015 |
Method DOWNLOAD_IMAGE on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
Method FILL_RELEVANT_COLUMNS Signature
Method FILL_RELEVANT_COLUMNS on class CL_SALV_BS_LEX_A_ADAPTER has no parameter.
Method FILL_RELEVANT_COLUMNS on class CL_SALV_BS_LEX_A_ADAPTER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |